Searched refs:getWavefrontSizeLog2 (Results 1 – 8 of 8) sorted by relevance
225 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
2456 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()
976 return C >= ST->getWavefrontSizeLog2() && in isAlwaysUniform()986 ST->getWavefrontSizeLog2() && in isAlwaysUniform()
315 return llvm::countl_zero(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
950 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()
2750 CurDAG->getTargetConstant(Subtarget->getWavefrontSizeLog2(), SDLoc(N), MVT::i32); in SelectWAVE_ADDRESS()2770 Subtarget->getWavefrontSizeLog2(), SL, MVT::i32); in SelectSTACKRESTORE()
1201 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()1208 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
3895 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()