Home | History | Annotate | Download | only in TableGen

Lines Matching refs:iPTR

53     assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR ||
169 case MVT::iPTR:
177 // If the RHS has one integer type, upgrade iPTR to i32.
189 // If the input constraint is iAny/iPTR and this is an integer type list,
191 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
195 // If we're merging in iPTR/iPTRAny and the node currently has a list of
196 // multiple different integer types, replace them with a single iPTR.
197 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
886 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
977 return UpdateNodeType(ResNo, MVT::iPTR, TP);
1062 return MVT::iPTR;
1414 return EEVT::TypeSet(MVT::iPTR, TP);
1522 if (VT == MVT::iPTR || VT == MVT::iPTRAny)
1589 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP);