Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2570 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 DFastISel.cpp792 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local
795 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10589 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 DSemaTemplateInstantiate.cpp1176 *this, llvm::ArrayRef(Active->CallArgs, Active->NumCallArgs)); in PrintInstantiationStack()
H A DSemaChecking.cpp525 Ctx.NumCallArgs = Args.size();
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12797 unsigned NumCallArgs; member