Searched refs:NumCallArgs (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2274 const int NumCallArgs = cast<ConstantInt>(Call.getArgOperand(3))->getZExtValue(); in verifyStatepoint() local 2275 Check(NumCallArgs >= 0, in verifyStatepoint() 2281 Check(NumCallArgs >= NumParams, in verifyStatepoint() 2290 Check(NumCallArgs == NumParams, in verifyStatepoint() 2316 const int EndCallArgsInx = 4 + NumCallArgs; in verifyStatepoint() 2338 const int ExpectedNumArgs = 7 + NumCallArgs; in verifyStatepoint()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 788 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local 791 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 9425 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint() local 9430 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 794 llvm::makeArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
|
| H A D | SemaChecking.cpp | 431 Ctx.NumCallArgs = Args.size();
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 9067 unsigned NumCallArgs; member
|