• Home
  • Raw
  • Download

Lines Matching refs:getZExtValue

207     unsigned RCID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();  in getOperandRegClass()
212 unsigned SubRegIdx = cast<ConstantSDNode>(SubRegOp)->getZExtValue(); in getOperandRegClass()
395 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue(); in Select()
398 Imm = C->getZExtValue(); in Select()
446 uint32_t OffsetVal = Offset->getZExtValue(); in Select()
447 uint32_t WidthVal = Width->getZExtValue(); in Select()
512 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, SDLoc(Addr), in SelectGlobalValueConstantOffset()
535 && isInt<16>(IMMOffset->getZExtValue())) { in SelectADDRVTX_READ()
538 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ()
543 && isInt<16>(IMMOffset->getZExtValue())) { in SelectADDRVTX_READ()
547 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ()
565 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
569 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
666 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
701 if (isUInt<16>(CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
706 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
727 unsigned DWordOffset0 = C1->getZExtValue() / 4; in SelectDS64Bit4ByteAligned()
739 unsigned DWordOffset0 = C->getZExtValue() / 4; in SelectDS64Bit4ByteAligned()
765 unsigned DWordOffset0 = CAddr->getZExtValue() / 4; in SelectDS64Bit4ByteAligned()
767 assert(4 * DWordOffset0 == CAddr->getZExtValue()); in SelectDS64Bit4ByteAligned()
789 return isUInt<12>(Imm->getZExtValue()); in isLegalMUBUFImmOffset()
835 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUF()
839 if (isUInt<32>(C1->getZExtValue())) { in SelectMUBUF()
843 CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32)), in SelectMUBUF()
926 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratch()
953 APInt::getAllOnesValue(32).getZExtValue(); // Size in SelectMUBUFOffset()
984 uint32_t Imm = cast<ConstantSDNode>(Constant)->getZExtValue(); in SelectMUBUFConstant()
1205 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMOVRELOffset()
1239 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts()
1240 uint32_t CVal = C->getZExtValue(); in SelectS_BFEFromShifts()
1265 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
1266 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE()
1287 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
1288 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE()
1322 Amt->getZExtValue(), Width)); in SelectS_BFE()