Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:MVT

544     assert(VT == MVT::i32 && Base.getValueType() == MVT::i64 &&
780 SDNode *N = CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::i64);
785 if (N.getValueType() == MVT::i32 && VT == MVT::i64) {
786 SDValue Index = CurDAG->getTargetConstant(SystemZ::subreg_32bit, MVT::i64);
791 if (N.getValueType() == MVT::i64 && VT == MVT::i32) {
792 SDValue Index = CurDAG->getTargetConstant(SystemZ::subreg_32bit, MVT::i64);
818 if (VT == MVT::i32 ||
836 convertTo(SDLoc(N), MVT::i64, RISBG.Input),
837 CurDAG->getTargetConstant(RISBG.Start, MVT::i32),
838 CurDAG->getTargetConstant(RISBG.End | 128, MVT::i32),
839 CurDAG->getTargetConstant(RISBG.Rotate, MVT::i32)
841 N = CurDAG->getMachineNode(SystemZ::RISBG, SDLoc(N), MVT::i64, Ops);
868 if (Load->getMemoryVT() == MVT::i8)
878 convertTo(SDLoc(N), MVT::i64, Op0),
879 convertTo(SDLoc(N), MVT::i64, RxSBG[I].Input),
880 CurDAG->getTargetConstant(RxSBG[I].Start, MVT::i32),
881 CurDAG->getTargetConstant(RxSBG[I].End, MVT::i32),
882 CurDAG->getTargetConstant(RxSBG[I].Rotate, MVT::i32)
884 N = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i64, Ops);
971 if (!ResNode && Node->getValueType(0) == MVT::i64)
994 if (Node->getValueType(0) == MVT::i64) {
1007 if (VT == MVT::i32 || isInt<32>(Value)) {