Home | History | Annotate | Download | only in ARM

Lines Matching refs:i32

104     // Extend or truncate the argument to be an i32 value for the call.
105 if (Src.getValueType().bitsGT(MVT::i32))
106 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
107 else if (Src.getValueType().bitsLT(MVT::i32))
108 Src = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Src);
180 DAG.getZExtOrTrunc(Size, dl, MVT::i32));
199 EVT VT = MVT::i32;
225 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other, MVT::Glue);
234 DAG.getConstant(NumRegs, dl, MVT::i32));
261 DAG.getNode(ISD::ADD, dl, MVT::i32, Src,
262 DAG.getConstant(SrcOff, dl, MVT::i32)),
278 DAG.getNode(ISD::ADD, dl, MVT::i32, Dst,
279 DAG.getConstant(DstOff, dl, MVT::i32)),
314 DAG.getZExtOrTrunc(Size, dl, MVT::i32));