Home
last modified time | relevance | path

Searched refs:NumRegisterParameters (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h615 unsigned NumRegisterParameters, bool SoftFloatABI);
620 unsigned NumRegisterParameters);
H A DCodeGenModule.cpp256 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 DX86.cpp168 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 DCodeGenOptions.def369 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0, Benign)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7758 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;