Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h189 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
DGCNSubtarget.h277 return countLeadingZeros(MaxWaveScratchSize) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
DSIRegisterInfo.cpp1808 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
1817 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
1859 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
1873 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
DAMDGPURegisterBankInfo.cpp1276 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
1283 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
DAMDGPUInstructionSelector.cpp853 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()
DSIISelLowering.cpp3338 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()
DAMDGPUISelLowering.cpp4650 Known.Zero.setHighBits(Size - ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()