Searched refs:NumCallArgs (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2446 const int NumCallArgs = cast<ConstantInt>(Call.getArgOperand(3))->getZExtValue(); in verifyStatepoint() local 2447 Check(NumCallArgs >= 0, in verifyStatepoint() 2453 Check(NumCallArgs >= NumParams, in verifyStatepoint() 2462 Check(NumCallArgs == NumParams, in verifyStatepoint() 2488 const int EndCallArgsInx = 4 + NumCallArgs; in verifyStatepoint() 2510 const int ExpectedNumArgs = 7 + NumCallArgs; in verifyStatepoint()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 780 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local 783 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 10071 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint() local 10076 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1045 *this, llvm::ArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
|
| H A D | SemaChecking.cpp | 496 Ctx.NumCallArgs = Args.size();
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9603 unsigned NumCallArgs; member
|