Lines Matching refs:buildConstant

135         auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1);  in applyBank()
136 auto False = B.buildConstant(S32, 0); in applyBank()
1192 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
1259 VOffsetReg = B.buildConstant(S32, 0).getReg(0); in setBufferOffsets()
1260 SOffsetReg = B.buildConstant(S32, SOffset).getReg(0); in setBufferOffsets()
1280 SOffsetReg = B.buildConstant(S32, SOffset).getReg(0); in setBufferOffsets()
1288 VOffsetReg = B.buildConstant(S32, 0).getReg(0); in setBufferOffsets()
1327 SOffsetReg = B.buildConstant(S32, 0).getReg(0); in setBufferOffsets()
1389 Register VIndex = B.buildConstant(S32, 0).getReg(0); in applyMappingSBufferLoad()
1491 auto Zero = B.buildConstant(S32, 0); in applyMappingBFE()
1500 Signed ? B.buildAShr(S32, Extract, B.buildConstant(S32, 31)) : Zero; in applyMappingBFE()
1505 auto UpperWidth = B.buildConstant(S32, WidthImm - 32); in applyMappingBFE()
1518 auto ExtShift = B.buildSub(S32, B.buildConstant(S32, 64), WidthReg); in applyMappingBFE()
1534 auto OffsetMask = B.buildConstant(S32, maskTrailingOnes<unsigned>(6)); in applyMappingBFE()
1538 auto ShiftWidth = B.buildShl(S32, WidthReg, B.buildConstant(S32, 16)); in applyMappingBFE()
1634 Zero = B.buildConstant(S32, 0).getReg(0); in applyMappingMAD_64_32()
1692 Carry = B.buildConstant(CarryType, 0).getReg(0); in applyMappingMAD_64_32()
1734 auto ShiftHi = B.buildAShr(S32, Bitcast, B.buildConstant(S32, 16)); in unpackV2S16ToS32()
1738 auto ShiftHi = B.buildLShr(S32, Bitcast, B.buildConstant(S32, 16)); in unpackV2S16ToS32()
1740 auto ExtLo = B.buildAnd(S32, Bitcast, B.buildConstant(S32, 0xffff)); in unpackV2S16ToS32()
1831 BaseReg = B.buildConstant(S32, Overflow).getReg(0); in splitBufferOffsets()
1833 auto OverflowVal = B.buildConstant(S32, Overflow); in splitBufferOffsets()
1840 BaseReg = B.buildConstant(S32, 0).getReg(0); in splitBufferOffsets()
1889 auto MaterializedOffset = B.buildConstant(S32, ConstOffset); in reinsertVectorIndexAdd()
1907 B.buildConstant(Hi32Reg, 0); in extendLow32IntoHigh32()
1915 auto ShiftAmt = B.buildConstant(LLT::scalar(32), 31); in extendLow32IntoHigh32()
1979 auto IC = B.buildConstant(S32, I); in foldExtractEltToCmpSelect()
2080 auto IC = B.buildConstant(S32, I); in foldInsertEltToCmpSelect()
2457 B.buildAShr(DstRegs[1], DstRegs[0], B.buildConstant(S32, 31)); in applyMappingImpl()
2528 Y = B.buildInstr(AddOpc, {S32}, {Y, B.buildConstant(S32, 32)}); in applyMappingImpl()
2592 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl()
2593 auto False = B.buildConstant(SelType, 0); in applyMappingImpl()
2653 auto ShiftAmt = B.buildConstant(S32, 16); in applyMappingImpl()
2659 Register MaskLo = B.buildConstant(S32, 0xffff).getReg(0); in applyMappingImpl()
2662 auto ShiftAmt = B.buildConstant(S32, 16); in applyMappingImpl()
2755 auto One = B.buildConstant(S32, 1); in applyMappingImpl()
2873 auto One = B.buildConstant(S32, 1); in applyMappingImpl()