Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp2274 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 DFastISel.cpp788 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local
791 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9425 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 DSemaTemplateInstantiate.cpp794 llvm::makeArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
H A DSemaChecking.cpp431 Ctx.NumCallArgs = Args.size();
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9067 unsigned NumCallArgs; member