Searched refs:NumRegisterParameters (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 566 unsigned NumRegisterParameters, bool SoftFloatABI); 571 unsigned NumRegisterParameters);
|
| H A D | CodeGenModule.cpp | 258 CodeGenOpts.NumRegisterParameters); in createTargetCodeGenInfo() 262 CodeGenOpts.NumRegisterParameters, CodeGenOpts.FloatABI == "soft"); in createTargetCodeGenInfo() 452 CodeGenOpts.NumRegisterParameters); in CodeGenModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 181 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32ABIInfo() argument 188 DefaultNumRegisterParameters(NumRegisterParameters) {} in X86_32ABIInfo() 210 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32TargetCodeGenInfo() argument 213 NumRegisterParameters, SoftFloatABI)) { in X86_32TargetCodeGenInfo() 1632 unsigned NumRegisterParameters) in WinX86_32TargetCodeGenInfo() argument 1634 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo() 3431 unsigned NumRegisterParameters, bool SoftFloatABI) { in createX86_32TargetCodeGenInfo() argument 3436 NumRegisterParameters, SoftFloatABI); in createX86_32TargetCodeGenInfo() 3441 unsigned NumRegisterParameters) { in createWinX86_32TargetCodeGenInfo() argument 3446 NumRegisterParameters); in createWinX86_32TargetCodeGenInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 362 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7217 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;
|