Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:getTargetConstant

112     return CurDAG->getTargetConstant(bitPos, MVT::i32);
138 return CurDAG->getTargetConstant( - Imm, MVT::i32);
145 return CurDAG->getTargetConstant(Imm - 1, MVT::i8);
150 return CurDAG->getTargetConstant(Imm - 1, MVT::i32);
156 return CurDAG->getTargetConstant(Imm - 1, MVT::i32);
161 return CurDAG->getTargetConstant(Imm - 2, MVT::i32);
166 return CurDAG->getTargetConstant(Imm - 3, MVT::i32);
258 SDValue TargetConst = CurDAG->getTargetConstant(Val, MVT::i32);
277 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
278 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
312 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
313 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
335 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
336 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
410 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
429 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
430 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
501 SDValue Ops[] = {Base, CurDAG->getTargetConstant(Val, MVT::i32), Value,
519 SDValue Ops[] = { Base, CurDAG->getTargetConstant(0, MVT::i32), Value,
531 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
598 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
624 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
660 SDValue Val = CurDAG->getTargetConstant(ValConst,
688 SDValue Val = CurDAG->getTargetConstant(-ValConst, MVT::i32);
737 SDValue Ones = CurDAG->getTargetConstant(MV, MVT::i64);
743 SDValue SubR = CurDAG->getTargetConstant(Hexagon::subreg_loreg, MVT::i32);
759 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
866 Ops.push_back(CurDAG->getTargetConstant(Val, MVT::i32));
1165 SDValue SDVal = CurDAG->getTargetConstant(bitpos, MVT::i32);
1179 SDValue RegClass = CurDAG->getTargetConstant(Hexagon::DoubleRegsRegClassID,
1182 SDValue SubregHiIdx = CurDAG->getTargetConstant(Hexagon::subreg_hireg,
1184 SDValue SubregLoIdx = CurDAG->getTargetConstant(Hexagon::subreg_loreg,
1203 SDVal = CurDAG->getTargetConstant(bitpos-32, MVT::i32);
1221 SDValue Zero = CurDAG->getTargetConstant(0, MVT::i32);
1303 OutOps.push_back(CurDAG->getTargetConstant(0, MVT::i32));