Searched refs:RetSmallStructInRegABI (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1169 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32ABIInfo() argument 1172 IsRetSmallStructInRegABI(RetSmallStructInRegABI), in X86_32ABIInfo() 1196 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32TargetCodeGenInfo() argument 1199 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo() 2605 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 2607 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo() 4604 bool RetSmallStructInRegABI) in PPC32_SVR4_ABIInfo() argument 4606 IsRetSmallStructInRegABI(RetSmallStructInRegABI) {} in PPC32_SVR4_ABIInfo() 4624 bool RetSmallStructInRegABI) in PPC32TargetCodeGenInfo() argument 4626 CGT, SoftFloatABI, RetSmallStructInRegABI)) {} in PPC32TargetCodeGenInfo() [all …]
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 945 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32ABIInfo() argument 948 IsRetSmallStructInRegABI(RetSmallStructInRegABI), in X86_32ABIInfo() 968 bool RetSmallStructInRegABI, bool Win32StructABI, in X86_32TargetCodeGenInfo() argument 971 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo() 2150 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument 2152 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo() 8047 bool RetSmallStructInRegABI = in getTargetCodeGenInfo() local 8053 Types, IsDarwinVectorABI, RetSmallStructInRegABI, in getTargetCodeGenInfo() 8057 Types, IsDarwinVectorABI, RetSmallStructInRegABI, in getTargetCodeGenInfo()
|