Home
last modified time | relevance | path

Searched refs:getWavefrontSize (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp263 return std::make_pair(getWavefrontSize() * 2, getWavefrontSize() * 4); in getDefaultFlatWorkGroupSize()
270 return std::make_pair(1, getWavefrontSize()); in getDefaultFlatWorkGroupSize()
272 return std::make_pair(1, 16 * getWavefrontSize()); in getDefaultFlatWorkGroupSize()
H A DSIFrameLowering.cpp268 .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()
H A DSIRegisterInfo.cpp560 Offset *= ST.getWavefrontSize(); in buildSpillLoadStore()
728 int64_t Offset = (ST.getWavefrontSize() * FrOffset) + (EltSize * i); in spillSGPR()
890 int64_t Offset = (ST.getWavefrontSize() * FrOffset) + (EltSize * i); in restoreSGPR()
1095 .addImm(Log2_32(ST.getWavefrontSize())) in eliminateFrameIndex()
1102 .addImm(Log2_32(ST.getWavefrontSize())) in eliminateFrameIndex()
H A DSIMachineFunctionInfo.cpp255 unsigned WaveSize = ST.getWavefrontSize(); in allocateSGPRSpillToVGPR()
H A DR600ControlFlowFinalizer.cpp112 if (ST->getWavefrontSize() == 64) { in requiresWorkAroundForInst()
123 assert(ST->getWavefrontSize() == 32); in requiresWorkAroundForInst()
H A DAMDGPUHSAMetadataStreamer.cpp228 HSACodeProps.mWavefrontSize = STM.getWavefrontSize(); in getHSACodeProps()
938 std::make_shared<msgpack::ScalarNode>(STM.getWavefrontSize()); in getHSAKernelProps()
H A DAMDGPUSubtarget.h190 unsigned getWavefrontSize() const { in getWavefrontSize() function
H A DSILowerI1Copies.cpp93 ST->getWavefrontSize(); in isLaneMaskReg()
H A DAMDGPUAsmPrinter.cpp962 alignTo(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo()
H A DSIInstrInfo.cpp1037 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress()
H A DSIISelLowering.cpp6079 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp209 unsigned getWavefrontSize(const MCSubtargetInfo *STI) { in getWavefrontSize() function
276 return alignTo(FlatWorkGroupSize, getWavefrontSize(STI)) / in getWavesPerWorkGroup()
277 getWavefrontSize(STI); in getWavesPerWorkGroup()
H A DAMDGPUBaseInfo.h68 unsigned getWavefrontSize(const MCSubtargetInfo *STI);