Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def335 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1168 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32ABIInfo() argument
1174 DefaultNumRegisterParameters(NumRegisterParameters) {} in X86_32ABIInfo()
1195 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32TargetCodeGenInfo() argument
1198 NumRegisterParameters, SoftFloatABI)) {} in X86_32TargetCodeGenInfo()
2623 unsigned NumRegisterParameters) in WinX86_32TargetCodeGenInfo() argument
2625 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo()
11193 IsWin32FloatStructABI, CodeGenOpts.NumRegisterParameters)); in getTargetCodeGenInfo()
11197 IsWin32FloatStructABI, CodeGenOpts.NumRegisterParameters, in getTargetCodeGenInfo()
H A DCodeGenModule.cpp572 CodeGenOpts.NumRegisterParameters); in Release()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4953 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;