Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h184 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
H A DGCNSubtarget.h275 return countLeadingZeros(MaxWaveScratchSize) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
H A DSIRegisterInfo.cpp1745 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
1754 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()
1796 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
1810 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
H A DAMDGPURegisterBankInfo.cpp1275 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
1282 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
H A DAMDGPUInstructionSelector.cpp829 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()
H A DSIISelLowering.cpp3295 DAG.getConstant(ST.getWavefrontSizeLog2(), dl, MVT::i32)); in lowerDYNAMIC_STACKALLOCImpl()
3302 << ST.getWavefrontSizeLog2(), in lowerDYNAMIC_STACKALLOCImpl()
11862 Known.Zero.setHighBits(Size - getSubtarget()->getWavefrontSizeLog2()); in computeKnownBitsForTargetInstr()
H A DAMDGPUISelLowering.cpp4530 Known.Zero.setHighBits(Size - ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()