Searched refs:NumCallArgs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Verifier.cpp | 1588 const int NumCallArgs = cast<ConstantInt>(NumCallArgsV)->getZExtValue(); in VerifyStatepoint() local 1589 Assert(NumCallArgs >= 0, in VerifyStatepoint() 1595 Assert(NumCallArgs >= NumParams, in VerifyStatepoint() 1604 Assert(NumCallArgs == NumParams, in VerifyStatepoint() 1625 const int EndCallArgsInx = 4 + NumCallArgs; in VerifyStatepoint() 1649 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in VerifyStatepoint() 3710 const unsigned NumCallArgs = in visitIntrinsicCallSite() local 3712 Assert(StatepointCS.arg_size() > NumCallArgs + 5, in visitIntrinsicCallSite() 3714 Assert(isa<ConstantInt>(StatepointCS.getArgument(NumCallArgs + 5)), in visitIntrinsicCallSite() 3718 cast<ConstantInt>(StatepointCS.getArgument(NumCallArgs + 5)) in visitIntrinsicCallSite() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 743 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint() local 746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 6853 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint() local 6857 CS, NumMetaOpers, NumCallArgs, Callee, ReturnTy, EHPadBB, true); in visitPatchpoint()
|