Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:getTargetConstant

134     return CurDAG->getTargetConstant(Imm, Node->getValueType(0));
599 Disp = CurDAG->getTargetConstant(AM.Disp, VT);
914 CurDAG->getTargetConstant(RISBG.Start, MVT::i32),
915 CurDAG->getTargetConstant(RISBG.End | 128, MVT::i32),
916 getTargetConstant(RISBG.Rotate, MVT::i32)
962 CurDAG->getTargetConstant(RxSBG[I].Start, MVT::i32),
963 CurDAG->getTargetConstant(RxSBG[I].End, MVT::i32),
964 CurDAG->getTargetConstant(RxSBG[I].Rotate, MVT::i32)