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.h566 unsigned NumRegisterParameters, bool SoftFloatABI);
571 unsigned NumRegisterParameters);
H A DCodeGenModule.cpp258 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 DX86.cpp181 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 DCodeGenOptions.def362 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7217 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;