Searched refs:X86_64ABIInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2172 /// X86_64ABIInfo - The X86_64 ABI information.
2173 class X86_64ABIInfo : public SwiftABIInfo { class in namespace:__anon1834
2314 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) : function in class:__anon1834::X86_64ABIInfo
2400 : TargetCodeGenInfo(std::make_unique<X86_64ABIInfo>(CGT, AVXLevel)) {}
2402 const X86_64ABIInfo &getABIInfo() const {
2403 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo());
2698 void X86_64ABIInfo::postMerge(unsigned AggregateSize, Class &Lo,
2731 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) {
2771 void X86_64ABIInfo
[all...]

Completed in 162 milliseconds