Lines Matching refs:getZExtValue

71       if (ShiftAmt->getZExtValue() == 16) {  in isExtractHiElt()
592 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue(); in Select()
597 Imm = C->getZExtValue(); in Select()
626 uint32_t OffsetVal = Offset->getZExtValue(); in Select()
627 uint32_t WidthVal = Width->getZExtValue(); in Select()
793 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
797 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
801 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
1067 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
1113 if (isDSOffsetLegal(SDValue(), CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
1118 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
1243 unsigned OffsetValue0 = C1->getZExtValue(); in SelectDSReadWrite2()
1257 unsigned OffsetValue0 = C->getZExtValue(); in SelectDSReadWrite2()
1292 unsigned OffsetValue0 = CAddr->getZExtValue(); in SelectDSReadWrite2()
1336 if (isUInt<32>(C1->getZExtValue())) in SelectMUBUF()
1386 if (TII->isLegalMUBUFImmOffset(C1->getZExtValue())) { in SelectMUBUF()
1388 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMUBUF()
1397 CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32)), in SelectMUBUF()
1496 if (TII->isLegalMUBUFImmOffset(C1->getZExtValue()) && in SelectMUBUFScratchOffen()
1500 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMUBUFScratchOffen()
1545 if (!CAddr || !TII->isLegalMUBUFImmOffset(CAddr->getZExtValue())) in SelectMUBUFScratchOffset()
1552 TII->isLegalMUBUFImmOffset(CAddr->getZExtValue())) { in SelectMUBUFScratchOffset()
1561 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i32); in SelectMUBUFScratchOffset()
1578 APInt::getAllOnes(32).getZExtValue(); // Size in SelectMUBUFOffset()
1909 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
1910 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
2014 int64_t ByteOffset = IsBuffer ? C->getZExtValue() : C->getSExtValue(); in SelectSMRDOffset()
2190 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMOVRELOffset()
2233 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts()
2234 uint32_t CVal = C->getZExtValue(); in SelectS_BFEFromShifts()
2257 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
2258 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE()
2278 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
2279 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE()
2312 Amt->getZExtValue(), Width)); in SelectS_BFE()
2493 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
2578 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
2999 .bitcastToAPInt().getZExtValue(); in SelectVOP3PMods()
3029 unsigned SrcSign = C->getZExtValue(); in SelectVOP3PModsNeg()
3043 unsigned SrcVal = C->getZExtValue(); in SelectWMMAOpSelVOP3PMods()
3352 ShiftAmt->getZExtValue() % 8 == 0) { in SelectSWMMACIndex8()
3353 Key = ShiftAmt->getZExtValue() / 8; in SelectSWMMACIndex8()
3371 ShiftAmt->getZExtValue() == 16) { in SelectSWMMACIndex16()
3461 return CurDAG->getConstant(C->getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()
3467 C->getValueAPF().bitcastToAPInt().getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()