Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h541 unsigned NumRegisterParameters, bool SoftFloatABI);
546 unsigned NumRegisterParameters);
H A DCodeGenModule.cpp254 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 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()
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 DCodeGenOptions.def352 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6907 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;