Lines Matching refs:X86_32TargetCodeGenInfo
1191 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class
1193 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anoncdae85850111::X86_32TargetCodeGenInfo
1296 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs()
2079 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI()
2123 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
2137 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable()
2619 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo {
2624 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo()
2657 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
11187 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts); in getTargetCodeGenInfo()
11195 return SetCGInfo(new X86_32TargetCodeGenInfo( in getTargetCodeGenInfo()