Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h225 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
H A DSIRegisterInfo.cpp2456 Shift.addImm(ST.getWavefrontSizeLog2()).addReg(FrameReg); in eliminateFrameIndex()
2458 Shift.addReg(FrameReg).addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
2479 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
2523 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
2540 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
H A DAMDGPUTargetTransformInfo.cpp976 return C >= ST->getWavefrontSizeLog2() && in isAlwaysUniform()
986 ST->getWavefrontSizeLog2() && in isAlwaysUniform()
H A DGCNSubtarget.h315 return llvm::countl_zero(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
H A DAMDGPUInstructionSelector.cpp950 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()
3509 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()
3514 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()
3543 .addImm(Subtarget->getWavefrontSizeLog2()) in selectStackRestore()
H A DAMDGPUISelDAGToDAG.cpp2750 CurDAG->getTargetConstant(Subtarget->getWavefrontSizeLog2(), SDLoc(N), MVT::i32); in SelectWAVE_ADDRESS()
2770 Subtarget->getWavefrontSizeLog2(), SL, MVT::i32); in SelectSTACKRESTORE()
H A DAMDGPURegisterBankInfo.cpp1201 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
1208 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
H A DSIISelLowering.cpp3895 DAG.getConstant(Subtarget->getWavefrontSizeLog2(), dl, MVT::i32)); in lowerDYNAMIC_STACKALLOCImpl()
3902 << Subtarget->getWavefrontSizeLog2(), in lowerDYNAMIC_STACKALLOCImpl()
15418 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()
15472 Known.Zero.setHighBits(Size - getSubtarget()->getWavefrontSizeLog2()); in computeKnownBitsForTargetInstr()