Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def380 VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp1219 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32ABIInfo() argument
1226 DefaultNumRegisterParameters(NumRegisterParameters) {} in X86_32ABIInfo()
1248 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32TargetCodeGenInfo() argument
1251 NumRegisterParameters, SoftFloatABI)) { in X86_32TargetCodeGenInfo()
2673 unsigned NumRegisterParameters) in WinX86_32TargetCodeGenInfo() argument
2675 Win32StructABI, NumRegisterParameters, false) {} in WinX86_32TargetCodeGenInfo()
12355 IsWin32FloatStructABI, CodeGenOpts.NumRegisterParameters)); in getTargetCodeGenInfo()
12359 IsWin32FloatStructABI, CodeGenOpts.NumRegisterParameters, in getTargetCodeGenInfo()
H A DCodeGenModule.cpp660 CodeGenOpts.NumRegisterParameters); in Release()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5553 MarshallingInfoInt<CodeGenOpts<"NumRegisterParameters">>;