Searched refs:NumCallArgs (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 2570 const int NumCallArgs = cast<ConstantInt>(Call.getArgOperand(3))->getZExtValue(); in verifyStatepoint() local 2571 Check(NumCallArgs >= 0, in verifyStatepoint() 2577 Check(NumCallArgs >= NumParams, in verifyStatepoint() 2586 Check(NumCallArgs == NumParams, in verifyStatepoint() 2612 const int EndCallArgsInx = 4 + NumCallArgs; in verifyStatepoint() 2634 const int ExpectedNumArgs = 7 + NumCallArgs; in verifyStatepoint()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 792 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local 795 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
H A D | SelectionDAGBuilder.cpp | 10589 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint() local 10594 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1176 *this, llvm::ArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
|
H A D | SemaChecking.cpp | 525 Ctx.NumCallArgs = Args.size();
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 12797 unsigned NumCallArgs; member
|