Searched refs:NumRegisterParameters (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 541 unsigned NumRegisterParameters, bool SoftFloatABI); 546 unsigned NumRegisterParameters);
|
| H A D | CodeGenModule.cpp | 254 CodeGenOpts.NumRegisterParameters); in createTargetCodeGenInfo() 258 CodeGenOpts.NumRegisterParameters, CodeGenOpts.FloatABI == "soft"); in createTargetCodeGenInfo() 952 CodeGenOpts.NumRegisterParameters); in Release()
|
| /freebsd-14.2/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() 1617 unsigned NumRegisterParameters) in WinX86_32TargetCodeGenInfo() argument 1619 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo() 3408 unsigned NumRegisterParameters, bool SoftFloatABI) { in createX86_32TargetCodeGenInfo() argument 3413 NumRegisterParameters, SoftFloatABI); in createX86_32TargetCodeGenInfo() 3418 unsigned NumRegisterParameters) { in createWinX86_32TargetCodeGenInfo() argument 3423 NumRegisterParameters); in createWinX86_32TargetCodeGenInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 352 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6907 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;
|