Searched refs:getWavefrontSizeLog2 (Results 1 – 10 of 10) sorted by relevance
288 unsigned getWavefrontSizeLog2() const { in getWavefrontSizeLog2() function
2663 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()2842 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()3109 Shift.addImm(ST.getWavefrontSizeLog2()).addReg(FrameReg); in eliminateFrameIndex()3111 Shift.addReg(FrameReg).addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()3138 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()3189 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()3201 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()3242 .addImm(ST.getWavefrontSizeLog2()) in eliminateFrameIndex()3274 .addImm(ST.getWavefrontSizeLog2()); in eliminateFrameIndex()
100 if (getWavefrontSizeLog2() == 0) in initializeSubtargetDependencies()
1044 return C >= ST->getWavefrontSizeLog2() && in isAlwaysUniform()1054 ST->getWavefrontSizeLog2() && in isAlwaysUniform()
363 return llvm::countl_zero(getMaxWaveScratchSize()) + getWavefrontSizeLog2(); in getKnownHighZeroBitsForFrameIndex()
1038 maskTrailingOnes<uint64_t>(STI.getWavefrontSizeLog2())); in selectWritelane()3757 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()3762 .addImm(Subtarget->getWavefrontSizeLog2()) in selectWaveAddress()3992 .addImm(Subtarget->getWavefrontSizeLog2()) in selectStackRestore()
521 unsigned MaskBits = ST->getWavefrontSizeLog2(); in simplifyDemandedLaneMaskArg()
1207 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()1212 auto StackAlignMask = (Alignment.value() << ST.getWavefrontSizeLog2()) - 1; in applyMappingDynStackAlloc()1216 Log2(Alignment) + ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc()
2977 CurDAG->getTargetConstant(Subtarget->getWavefrontSizeLog2(), SDLoc(N), MVT::i32); in SelectWAVE_ADDRESS()2997 Subtarget->getWavefrontSizeLog2(), SL, MVT::i32); in SelectSTACKRESTORE()
4195 << Subtarget->getWavefrontSizeLog2(); in LowerDYNAMIC_STACKALLOC()4209 DAG.getConstant(Subtarget->getWavefrontSizeLog2(), dl, MVT::i32)); in LowerDYNAMIC_STACKALLOC()4220 DAG.getConstant(Subtarget->getWavefrontSizeLog2(), dl, MVT::i32)); in LowerDYNAMIC_STACKALLOC()16825 IID == Intrinsic::amdgcn_mbcnt_lo ? ST.getWavefrontSizeLog2() : 5); in computeKnownBitsForTargetNode()16880 ? getSubtarget()->getWavefrontSizeLog2() in computeKnownBitsForTargetInstr()