Lines Matching refs:X86_32TargetCodeGenInfo
1236 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class
1238 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anon8ad051810111::X86_32TargetCodeGenInfo
1341 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs()
2132 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI()
2176 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
2190 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable()
2677 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo {
2682 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo()
2715 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
11705 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts); in getTargetCodeGenInfo()
11713 return SetCGInfo(new X86_32TargetCodeGenInfo( in getTargetCodeGenInfo()