Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h225 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
H A DSIRegisterInfo.cpp2465 Shift.addImm(ST.getWavefrontSizeLog2()).addReg(FrameReg); in eliminateFrameIndex()
2467 Shift.addReg(FrameReg).addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
2488 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
2532 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
2549 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
H A DAMDGPUTargetTransformInfo.cpp973 return C >= ST->getWavefrontSizeLog2() && in isAlwaysUniform()
983 ST->getWavefrontSizeLog2() && in isAlwaysUniform()
H A DGCNSubtarget.h338 return llvm::countl_zero(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
H A DAMDGPUInstructionSelector.cpp940 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()
3456 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()
3461 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()
3490 .addImm(Subtarget->getWavefrontSizeLog2()) in selectStackRestore()
H A DAMDGPUISelDAGToDAG.cpp2815 CurDAG->getTargetConstant(Subtarget->getWavefrontSizeLog2(), SDLoc(N), MVT::i32); in SelectWAVE_ADDRESS()
2835 Subtarget->getWavefrontSizeLog2(), SL, MVT::i32); in SelectSTACKRESTORE()
H A DAMDGPURegisterBankInfo.cpp1200 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
1207 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
H A DSIISelLowering.cpp3988 DAG.getConstant(Subtarget->getWavefrontSizeLog2(), dl, MVT::i32)); in lowerDYNAMIC_STACKALLOCImpl()
3995 << Subtarget->getWavefrontSizeLog2(), in lowerDYNAMIC_STACKALLOCImpl()
15753 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()
15807 Known.Zero.setHighBits(Size - getSubtarget()->getWavefrontSizeLog2()); in computeKnownBitsForTargetInstr()