Lines Matching refs:getZExtValue
331 unsigned RCID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in getOperandRegClass()
336 unsigned SubRegIdx = cast<ConstantSDNode>(SubRegOp)->getZExtValue(); in getOperandRegClass()
401 Out = C->getAPIntValue().getZExtValue(); in getConstantValue()
406 Out = C->getValueAPF().bitcastToAPInt().getZExtValue(); in getConstantValue()
560 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue(); in Select()
563 Imm = C->getZExtValue(); in Select()
598 uint32_t OffsetVal = Offset->getZExtValue(); in Select()
599 uint32_t WidthVal = Width->getZExtValue(); in Select()
685 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
689 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
693 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
857 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
896 if (isUInt<16>(CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
901 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
922 unsigned DWordOffset0 = C1->getZExtValue() / 4; in SelectDS64Bit4ByteAligned()
934 unsigned DWordOffset0 = C->getZExtValue() / 4; in SelectDS64Bit4ByteAligned()
963 unsigned DWordOffset0 = CAddr->getZExtValue() / 4; in SelectDS64Bit4ByteAligned()
965 assert(4 * DWordOffset0 == CAddr->getZExtValue()); in SelectDS64Bit4ByteAligned()
1014 if (isUInt<32>(C1->getZExtValue())) in SelectMUBUF()
1063 if (SIInstrInfo::isLegalMUBUFImmOffset(C1->getZExtValue())) { in SelectMUBUF()
1065 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUF()
1074 CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32)), in SelectMUBUF()
1154 unsigned Imm = CAddr->getZExtValue(); in SelectMUBUFScratchOffen()
1194 if (SIInstrInfo::isLegalMUBUFImmOffset(C1->getZExtValue()) && in SelectMUBUFScratchOffen()
1198 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratchOffen()
1215 if (!CAddr || !SIInstrInfo::isLegalMUBUFImmOffset(CAddr->getZExtValue())) in SelectMUBUFScratchOffset()
1232 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratchOffset()
1252 APInt::getAllOnesValue(32).getZExtValue(); // Size in SelectMUBUFOffset()
1461 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMOVRELOffset()
1496 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts()
1497 uint32_t CVal = C->getZExtValue(); in SelectS_BFEFromShifts()
1522 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
1523 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE()
1544 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
1545 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE()
1579 Amt->getZExtValue(), Width)); in SelectS_BFE()
1849 if (ShiftAmt->getZExtValue() == 16) { in isExtractHiElt()
2032 SDValue K = CurDAG->getTargetConstant(C->getZExtValue() << 16, SL, MVT::i32); in SelectHi16Elt()
2042 C->getValueAPF().bitcastToAPInt().getZExtValue() << 16, SL, MVT::i32); in SelectHi16Elt()
2170 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, SDLoc(Addr), in SelectGlobalValueConstantOffset()
2231 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
2235 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
2239 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
2254 && isInt<16>(IMMOffset->getZExtValue())) { in SelectADDRVTX_READ()
2257 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ()
2262 && isInt<16>(IMMOffset->getZExtValue())) { in SelectADDRVTX_READ()
2266 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ()