Lines Matching refs:X86_32TargetCodeGenInfo
1244 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class
1246 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anon0040e4080111::X86_32TargetCodeGenInfo
1351 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs()
2141 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI()
2185 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
2199 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable()
2669 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo {
2674 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo()
2707 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
12349 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts); in getTargetCodeGenInfo()
12357 return SetCGInfo(new X86_32TargetCodeGenInfo( in getTargetCodeGenInfo()