Searched refs:X86_32TargetCodeGenInfo (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 965 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class 967 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anona890a3f30111::X86_32TargetCodeGenInfo 1066 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs() 1736 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI() 1764 void X86_32TargetCodeGenInfo::setTargetAttributes(const Decl *D, in setTargetAttributes() 1787 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable() 2147 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo { 2152 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo() 2187 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 8048 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts); in getTargetCodeGenInfo() [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1193 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class 1195 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anon57a50d410111::X86_32TargetCodeGenInfo 1298 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs() 2073 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI() 2100 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() 2116 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable() 2602 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo { 2607 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo() 2640 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 10970 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts); in getTargetCodeGenInfo() [all …]
|