Searched refs:getWavefrontSizeLog2 (Results 1 – 7 of 7) sorted by relevance
189 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
277 return countLeadingZeros(MaxWaveScratchSize) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
1808 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()1817 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()1859 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()1873 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
1276 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()1283 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
853 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()
3338 DAG.getConstant(ST.getWavefrontSizeLog2(), dl, MVT::i32)); in lowerDYNAMIC_STACKALLOCImpl()3345 << ST.getWavefrontSizeLog2(), in lowerDYNAMIC_STACKALLOCImpl()11840 Known.Zero.setHighBits(Size - getSubtarget()->getWavefrontSizeLog2()); in computeKnownBitsForTargetInstr()
4650 Known.Zero.setHighBits(Size - ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()