Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp789 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local
792 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10751 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint() local
10756 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2708 const int NumCallArgs = cast<ConstantInt>(Call.getArgOperand(3))->getZExtValue(); in verifyStatepoint() local
2709 Check(NumCallArgs >= 0, in verifyStatepoint()
2715 Check(NumCallArgs >= NumParams, in verifyStatepoint()
2724 Check(NumCallArgs == NumParams, in verifyStatepoint()
2750 const int EndCallArgsInx = 4 + NumCallArgs; in verifyStatepoint()
2772 const int ExpectedNumArgs = 7 + NumCallArgs; in verifyStatepoint()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1204 Active->NumCallArgs))); in PrintInstantiationStack()
H A DSemaChecking.cpp523 Ctx.NumCallArgs = Args.size();
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13060 unsigned NumCallArgs; member