Searched refs:getWavefrontSize (Results 1 – 19 of 19) sorted by relevance
268 .addImm(StackSize * ST.getWavefrontSize()); in emitEntryFunctionPrologue()570 .addImm((Alignment - 1) * ST.getWavefrontSize()) in emitPrologue()574 .addImm(-Alignment * ST.getWavefrontSize()) in emitPrologue()590 .addImm(RoundedSize * ST.getWavefrontSize()) in emitPrologue()641 .addImm(RoundedSize * ST.getWavefrontSize()); in emitEpilogue()772 .addImm(Amount * ST.getWavefrontSize()); in eliminateCallFramePseudoInstr()
256 return std::make_pair(getWavefrontSize() * 2, getWavefrontSize() * 4); in getDefaultFlatWorkGroupSize()263 return std::make_pair(1, getWavefrontSize()); in getDefaultFlatWorkGroupSize()265 return std::make_pair(1, 16 * getWavefrontSize()); in getDefaultFlatWorkGroupSize()
556 Offset *= ST.getWavefrontSize(); in buildSpillLoadStore()724 int64_t Offset = (ST.getWavefrontSize() * FrOffset) + (EltSize * i); in spillSGPR()886 int64_t Offset = (ST.getWavefrontSize() * FrOffset) + (EltSize * i); in restoreSGPR()1091 .addImm(Log2_32(ST.getWavefrontSize())) in eliminateFrameIndex()1098 .addImm(Log2_32(ST.getWavefrontSize())) in eliminateFrameIndex()
260 unsigned WaveSize = ST.getWavefrontSize(); in allocateSGPRSpillToVGPR()
112 if (ST->getWavefrontSize() == 64) { in requiresWorkAroundForInst()123 assert(ST->getWavefrontSize() == 32); in requiresWorkAroundForInst()
181 unsigned getWavefrontSize() const { in getWavefrontSize() function
220 HSACodeProps.mWavefrontSize = STM.getWavefrontSize(); in getHSACodeProps()
954 alignTo(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo()
1041 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress()
5379 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()
138 unsigned getWavefrontSize() const { in getWavefrontSize() function282 return 4 * 256 / getWavefrontSize(); in getStackAlignment()
197 switch (getWavefrontSize()) { in getStackEntrySize()
142 MaximumWorkGroupSize = ST.getWavefrontSize();
94 if (ST->getWavefrontSize() == 64) { in requiresWorkAroundForInst()105 assert(ST->getWavefrontSize() == 32); in requiresWorkAroundForInst()
535 alignTo(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo()
32 unsigned MaxInvocationsPerWave = SIMDPerCU * ST.getWavefrontSize(); in getMaxWaveCountPerSIMD()
735 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress()
213 unsigned getWavefrontSize(const FeatureBitset &Features) { in getWavefrontSize() function280 return alignTo(FlatWorkGroupSize, getWavefrontSize(Features)) / in getWavesPerWorkGroup()281 getWavefrontSize(Features); in getWavesPerWorkGroup()
75 unsigned getWavefrontSize(const FeatureBitset &Features);