Searched refs:RetSmallStructInRegABI (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | PPC.cpp | 339 bool RetSmallStructInRegABI) in PPC32_SVR4_ABIInfo() argument 341 IsRetSmallStructInRegABI(RetSmallStructInRegABI) {} in PPC32_SVR4_ABIInfo() 359 bool RetSmallStructInRegABI) in PPC32TargetCodeGenInfo() argument 361 CGT, SoftFloatABI, RetSmallStructInRegABI)) {} in PPC32TargetCodeGenInfo() 1046 bool RetSmallStructInRegABI = PPC32TargetCodeGenInfo::isStructReturnInRegABI( in createPPC32TargetCodeGenInfo() local 1049 RetSmallStructInRegABI); in createPPC32TargetCodeGenInfo()
|
| H A D | X86.cpp | 167 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32ABIInfo() argument 170 IsRetSmallStructInRegABI(RetSmallStructInRegABI), in X86_32ABIInfo() 196 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32TargetCodeGenInfo() argument 199 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo() 1638 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 1640 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo() 3502 bool RetSmallStructInRegABI = X86_32TargetCodeGenInfo::isStructReturnInRegABI( in createX86_32TargetCodeGenInfo() local 3505 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createX86_32TargetCodeGenInfo() 3512 bool RetSmallStructInRegABI = X86_32TargetCodeGenInfo::isStructReturnInRegABI( in createWinX86_32TargetCodeGenInfo() local 3515 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createWinX86_32TargetCodeGenInfo()
|