Searched refs:getWavefrontSizeLog2 (Results 1 – 7 of 7) sorted by relevance
204 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
280 return countLeadingZeros(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
2256 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()2279 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()2323 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()2340 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
882 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()3415 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()3420 .addImm(Subtarget->getWavefrontSizeLog2()); in selectWaveAddress()
1192 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()1199 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
3387 DAG.getConstant(ST.getWavefrontSizeLog2(), dl, MVT::i32)); in lowerDYNAMIC_STACKALLOCImpl()3394 << ST.getWavefrontSizeLog2(), in lowerDYNAMIC_STACKALLOCImpl()12468 Known.Zero.setHighBits(Size - getSubtarget()->getWavefrontSizeLog2()); in computeKnownBitsForTargetInstr()
4607 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()