Searched refs:NumCallRegArgs (Results 1 – 3 of 3) sorted by relevance
609 unsigned NumCallRegArgs = in LowerStatepoint() local611 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, MVT::i32)); in LowerStatepoint()
779 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local780 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
7057 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local7058 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()7059 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, MVT::i32)); in visitPatchpoint()