Home | History | Annotate | Download | only in AArch64

Lines Matching refs:getTargetConstant

62     UImm12 =  CurDAG->getTargetConstant(CN->getZExtValue() / MemSize, MVT::i64);
77 Shift = CurDAG->getTargetConstant(LogShift, MVT::i32);
143 FixedPos = CurDAG->getTargetConstant(64 - FBits, MVT::i32);
173 Dummy = CurDAG->getTargetConstant(0, MVT::i32);
187 Imm = CurDAG->getTargetConstant(Bits, MVT::i32);
220 CurDAG->getTargetConstant(LogicalBits, MVT::i32));
228 CurDAG->getTargetConstant(UImm16, MVT::i32),
229 CurDAG->getTargetConstant(Shift, MVT::i32));
234 CurDAG->getTargetConstant(0, MVT::i64),
236 CurDAG->getTargetConstant(AArch64::sub_32, MVT::i32));
262 CurDAG->getTargetConstant(3, MVT::i32));
266 CurDAG->getTargetConstant(2, MVT::i32));
270 CurDAG->getTargetConstant(1, MVT::i32));
274 CurDAG->getTargetConstant(0, MVT::i32));
357 FixedPos = CurDAG->getTargetConstant(TestedBit, MVT::i64);
385 Ops.push_back(CurDAG->getTargetConstant(AN->getOrdering(), MVT::i32));
480 TFI, CurDAG->getTargetConstant(0, PtrTy));