Home | History | Annotate | Download | only in TableGen

Lines Matching refs:iPTR

55     assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR ||
179 case MVT::iPTR:
187 // If the RHS has one integer type, upgrade iPTR to i32.
199 // If the input constraint is iAny/iPTR and this is an integer type list,
201 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
205 // If we're merging in iPTR/iPTRAny and the node currently has a list of
206 // multiple different integer types, replace them with a single iPTR.
207 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
890 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
981 return UpdateNodeType(ResNo, MVT::iPTR, TP);
1066 return MVT::iPTR;
1426 return EEVT::TypeSet(MVT::iPTR, TP);
1562 if (VT == MVT::iPTR || VT == MVT::iPTRAny)
1629 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP);