Lines Matching refs:getZExtValue

71       if (ShiftAmt->getZExtValue() == 16) {  in isExtractHiElt()
597 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue(); in Select()
602 Imm = C->getZExtValue(); in Select()
631 uint32_t OffsetVal = Offset->getZExtValue(); in Select()
632 uint32_t WidthVal = Width->getZExtValue(); in Select()
817 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
821 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
825 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
1091 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
1137 if (isDSOffsetLegal(SDValue(), CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
1142 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
1267 unsigned OffsetValue0 = C1->getZExtValue(); in SelectDSReadWrite2()
1281 unsigned OffsetValue0 = C->getZExtValue(); in SelectDSReadWrite2()
1316 unsigned OffsetValue0 = CAddr->getZExtValue(); in SelectDSReadWrite2()
1360 if (isUInt<32>(C1->getZExtValue())) in SelectMUBUF()
1410 if (TII->isLegalMUBUFImmOffset(C1->getZExtValue())) { in SelectMUBUF()
1412 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMUBUF()
1421 CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32)), in SelectMUBUF()
1568 if (!CAddr || !TII->isLegalMUBUFImmOffset(CAddr->getZExtValue())) in SelectMUBUFScratchOffset()
1575 TII->isLegalMUBUFImmOffset(CAddr->getZExtValue())) { in SelectMUBUFScratchOffset()
1584 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i32); in SelectMUBUFScratchOffset()
1601 APInt::getAllOnes(32).getZExtValue(); // Size in SelectMUBUFOffset()
1933 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
1934 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
2060 int64_t ByteOffset = IsBuffer ? C->getZExtValue() : C->getSExtValue(); in SelectSMRDOffset()
2248 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMOVRELOffset()
2291 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts()
2292 uint32_t CVal = C->getZExtValue(); in SelectS_BFEFromShifts()
2315 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
2316 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE()
2336 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
2337 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE()
2370 Amt->getZExtValue(), Width)); in SelectS_BFE()
2551 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
2636 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
3064 .bitcastToAPInt().getZExtValue(); in SelectVOP3PMods()
3094 unsigned SrcSign = C->getZExtValue(); in SelectVOP3PModsNeg()
3108 unsigned SrcVal = C->getZExtValue(); in SelectWMMAOpSelVOP3PMods()
3424 ShiftAmt->getZExtValue() % 8 == 0) { in SelectSWMMACIndex8()
3425 Key = ShiftAmt->getZExtValue() / 8; in SelectSWMMACIndex8()
3443 ShiftAmt->getZExtValue() == 16) { in SelectSWMMACIndex16()
3533 return CurDAG->getConstant(C->getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()
3539 C->getValueAPF().bitcastToAPInt().getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()