Searched refs:NumRegisterParameters (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 615 unsigned NumRegisterParameters, bool SoftFloatABI); 620 unsigned NumRegisterParameters);
|
| H A D | CodeGenModule.cpp | 256 CodeGenOpts.NumRegisterParameters); in createTargetCodeGenInfo() 260 CodeGenOpts.NumRegisterParameters, CodeGenOpts.FloatABI == "soft"); in createTargetCodeGenInfo() 525 CodeGenOpts.NumRegisterParameters); in CodeGenModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 168 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32ABIInfo() argument 175 DefaultNumRegisterParameters(NumRegisterParameters) {} in X86_32ABIInfo() 197 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32TargetCodeGenInfo() argument 200 NumRegisterParameters, SoftFloatABI)) { in X86_32TargetCodeGenInfo() 1639 unsigned NumRegisterParameters) in WinX86_32TargetCodeGenInfo() argument 1641 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo() 3501 unsigned NumRegisterParameters, bool SoftFloatABI) { in createX86_32TargetCodeGenInfo() argument 3506 NumRegisterParameters, SoftFloatABI); in createX86_32TargetCodeGenInfo() 3511 unsigned NumRegisterParameters) { in createWinX86_32TargetCodeGenInfo() argument 3516 NumRegisterParameters); in createWinX86_32TargetCodeGenInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 369 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0, Benign)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7758 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;
|