Home
last modified time | relevance | path

Searched refs:getWavefrontSizeLog2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h204 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
H A DGCNSubtarget.h280 return countLeadingZeros(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
H A DSIRegisterInfo.cpp2256 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
2279 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
2323 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
2340 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
H A DAMDGPUInstructionSelector.cpp882 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()
3415 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()
3420 .addImm(Subtarget->getWavefrontSizeLog2()); in selectWaveAddress()
H A DAMDGPURegisterBankInfo.cpp1192 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
1199 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
H A DSIISelLowering.cpp3387 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()
H A DAMDGPUISelLowering.cpp4607 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()