Searched refs:NumCallArgs (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2316 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 D | FastISel.cpp | 783 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local 786 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 9673 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 D | SemaTemplateInstantiate.cpp | 958 *this, llvm::ArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
|
| H A D | SemaChecking.cpp | 466 Ctx.NumCallArgs = Args.size();
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 9321 unsigned NumCallArgs; member
|