Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:getTargetConstant

137     return CurDAG->getTargetConstant(Imm, SDLoc(Node), Node->getValueType(0));
615 Disp = CurDAG->getTargetConstant(AM.Disp, SDLoc(Base), VT);
973 CurDAG->getTargetConstant(RISBG.Start, DL, MVT::i32),
974 CurDAG->getTargetConstant(RISBG.End | 128, DL, MVT::i32),
975 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32)
1024 CurDAG->getTargetConstant(RxSBG[I].Start, DL, MVT::i32),
1025 CurDAG->getTargetConstant(RxSBG[I].End, DL, MVT::i32),
1026 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32)
1073 CurDAG->getTargetConstant(Elem, DL, MVT::i32), Load->getChain()
1106 Vec, Base, Disp, Index, CurDAG->getTargetConstant(Elem, DL, MVT::i32),