Searched refs:NumDeoptArgs (Results 1 – 4 of 4) sorted by relevance
96 unsigned NumDeoptArgs = MI->getOperand(NumDeoptsIdx).getImm(); in getFirstGCPtrIdx() local99 while (NumDeoptArgs--) { in getFirstGCPtrIdx()386 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers() local388 assert(NumDeoptArgs == SO.getNumDeoptArgs()); in parseStatepointOpers()390 while (NumDeoptArgs--) in parseStatepointOpers()
1768 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint() local1769 Assert(NumDeoptArgs >= 0, "gc.statepoint number of deoptimization arguments " in verifyStatepoint()1774 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in verifyStatepoint()4021 const int NumDeoptArgs = in visitIntrinsicCallSite() local4024 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs; in visitIntrinsicCallSite()
2054 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint() local2055 Assert(NumDeoptArgs >= 0, in verifyStatepoint()2061 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in verifyStatepoint()4570 const int NumDeoptArgs = in visitIntrinsicCall() local4573 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs; in visitIntrinsicCall()
2178 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint() local2179 Assert(NumDeoptArgs == 0, in verifyStatepoint()