Home
last modified time | relevance | path

Searched refs:X86_32ABIInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp107 class X86_32ABIInfo : public ABIInfo { class
179 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32ABIInfo() function in __anon8aa8892d0111::X86_32ABIInfo
211 : TargetCodeGenInfo(std::make_unique<X86_32ABIInfo>( in X86_32TargetCodeGenInfo()
338 bool X86_32ABIInfo::shouldReturnTypeInRegister(QualType Ty, in shouldReturnTypeInRegister()
440 bool X86_32ABIInfo::canExpandIndirectArgument(QualType Ty) const { in canExpandIndirectArgument()
469 ABIArgInfo X86_32ABIInfo::getIndirectReturnResult(QualType RetTy, CCState &State) const { in getIndirectReturnResult()
481 ABIArgInfo X86_32ABIInfo::classifyReturnType(QualType RetTy, in classifyReturnType()
578 unsigned X86_32ABIInfo::getTypeStackAlignInBytes(QualType Ty, in getTypeStackAlignInBytes()
607 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult()
631 X86_32ABIInfo::Class X86_32ABIInfo::classify(QualType Ty) const { in classify()
[all …]