Home
last modified time | relevance | path

Searched refs:NumCallArgs (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2316 const int NumCallArgs = cast<ConstantInt>(Call.getArgOperand(3))->getZExtValue(); in verifyStatepoint() local
2317 Check(NumCallArgs >= 0, in verifyStatepoint()
2323 Check(NumCallArgs >= NumParams, in verifyStatepoint()
2332 Check(NumCallArgs == NumParams, in verifyStatepoint()
2358 const int EndCallArgsInx = 4 + NumCallArgs; in verifyStatepoint()
2380 const int ExpectedNumArgs = 7 + NumCallArgs; in verifyStatepoint()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp783 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local
786 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9673 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint() local
9678 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp958 *this, llvm::ArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
H A DSemaChecking.cpp466 Ctx.NumCallArgs = Args.size();
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9321 unsigned NumCallArgs; member