Searched refs:getWavefrontSizeLog2 (Results 1 – 8 of 8) sorted by relevance
225 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
2465 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()
973 return C >= ST->getWavefrontSizeLog2() && in isAlwaysUniform()983 ST->getWavefrontSizeLog2() && in isAlwaysUniform()
338 return llvm::countl_zero(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
940 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()
2815 CurDAG->getTargetConstant(Subtarget->getWavefrontSizeLog2(), SDLoc(N), MVT::i32); in SelectWAVE_ADDRESS()2835 Subtarget->getWavefrontSizeLog2(), SL, MVT::i32); in SelectSTACKRESTORE()
1200 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()1207 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
3988 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()