Lines Matching refs:getZExtValue

69       if (ShiftAmt->getZExtValue() == 16) {  in isExtractHiElt()
390 unsigned RCID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in getOperandRegClass()
395 unsigned SubRegIdx = cast<ConstantSDNode>(SubRegOp)->getZExtValue(); in getOperandRegClass()
613 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue(); in Select()
616 Imm = C->getZExtValue(); in Select()
643 uint32_t OffsetVal = Offset->getZExtValue(); in Select()
644 uint32_t WidthVal = Width->getZExtValue(); in Select()
803 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
807 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
811 Offset = CurDAG->getTargetConstant(C->getZExtValue(), DL, MVT::i32); in SelectADDRIndirect()
1077 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
1123 if (isDSOffsetLegal(SDValue(), CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
1128 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectDS1Addr1Offset()
1178 unsigned OffsetValue0 = C1->getZExtValue(); in SelectDSReadWrite2()
1192 unsigned OffsetValue0 = C->getZExtValue(); in SelectDSReadWrite2()
1227 unsigned OffsetValue0 = CAddr->getZExtValue(); in SelectDSReadWrite2()
1269 if (isUInt<32>(C1->getZExtValue())) in SelectMUBUF()
1318 if (SIInstrInfo::isLegalMUBUFImmOffset(C1->getZExtValue())) { in SelectMUBUF()
1320 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUF()
1329 CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32)), in SelectMUBUF()
1425 if (SIInstrInfo::isLegalMUBUFImmOffset(C1->getZExtValue()) && in SelectMUBUFScratchOffen()
1429 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratchOffen()
1471 if (!CAddr || !SIInstrInfo::isLegalMUBUFImmOffset(CAddr->getZExtValue())) in SelectMUBUFScratchOffset()
1478 SIInstrInfo::isLegalMUBUFImmOffset(CAddr->getZExtValue())) { in SelectMUBUFScratchOffset()
1487 Offset = CurDAG->getTargetConstant(CAddr->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratchOffset()
1505 APInt::getAllOnes(32).getZExtValue(); // Size in SelectMUBUFOffset()
1823 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
1824 uint64_t SMax = SKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
2053 AMDGPU::getSMRDEncodedOffset(*Subtarget, C->getZExtValue(), true)) { in SelectSMRDBufferImm()
2068 C->getZExtValue())) { in SelectSMRDBufferImm32()
2094 Offset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMOVRELOffset()
2137 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts()
2138 uint32_t CVal = C->getZExtValue(); in SelectS_BFEFromShifts()
2161 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
2162 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE()
2182 uint32_t ShiftVal = Shift->getZExtValue(); in SelectS_BFE()
2183 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE()
2216 Amt->getZExtValue(), Width)); in SelectS_BFE()
2361 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
2432 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
2526 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectINTRINSIC_W_CHAIN()
2541 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in SelectINTRINSIC_WO_CHAIN()
2570 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectINTRINSIC_VOID()
2778 .bitcastToAPInt().getZExtValue(); in SelectVOP3PMods()
2808 unsigned SrcSign = C->getAPIntValue().getZExtValue(); in SelectDotIUVOP3PMods()
2822 unsigned SrcVal = C->getAPIntValue().getZExtValue(); in SelectWMMAOpSelVOP3PMods()
2901 return CurDAG->getConstant(C->getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()
2907 C->getValueAPF().bitcastToAPInt().getZExtValue() << 16, SL, MVT::i32); in getHi16Elt()