Home
last modified time | relevance | path

Searched refs:LDSSize (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp76 LDSSize = LDSSizeRange.first; in AMDGPUMachineFunction()
77 StaticLDSSize = LDSSize; in AMDGPUMachineFunction()
149 LDSSize = alignTo(StaticLDSSize, Trailing); in allocateLDSGlobal()
211 LDSSize = alignTo(StaticLDSSize, Alignment); in setDynLDSAlign()
220 unsigned Offset = LDSSize; // return this? in setDynLDSAlign()
H A DAMDGPUMachineFunction.h34 uint32_t LDSSize = 0;
43 /// allocated directly after the static one, i.e., LDSSize. Need to pad
44 /// LDSSize to ensure that dynamic one is aligned accordingly.
80 return LDSSize; in getGDSSize()
35 uint32_t LDSSize = 0; global() variable
H A DAMDGPUAsmPrinter.cpp491 MCConstantExpr::create(PI.LDSSize, Ctx); in getAmdhsaKernelDescriptor()
606 " LDSByteSize: " + Twine(CurrentProgramInfo.LDSSize) + in runOnMachineFunction()
1003 ProgInfo.LDSSize = MFI->getLDSSize(); in getSIProgramInfo()
1005 alignTo(ProgInfo.LDSSize, 1ULL << LDSAlignShift) >> LDSAlignShift; in getSIProgramInfo()
1084 STM.computeOccupancy(F, ProgInfo.LDSSize), ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()
1344 MD->setFunctionLdsSize(FnName, CurrentProgramInfo.LDSSize); in emitPALFunctionMetadata()
1421 Out.workgroup_group_segment_byte_size = CurrentProgramInfo.LDSSize; in getAmdKernelCode()
1542 CurrentProgramInfo.LDSSize); in emitResourceUsageRemarks()
H A DSIProgramInfo.h73 uint32_t LDSSize = 0; member
H A DSIMachineFunctionInfo.cpp675 MaxKernArgAlign(MFI.getMaxKernArgAlign()), LDSSize(MFI.getLDSSize()), in SIMachineFunctionInfo()
718 LDSSize = YamlMFI.LDSSize; in initializeBaseYamlFields()
H A DSIProgramInfo.cpp68 LDSSize = 0; in reset()
H A DSIMachineFunctionInfo.h257 uint32_t LDSSize = 0;
306 YamlIO.mapOptional("ldsSize", MFI.LDSSize, 0u);
H A DAMDGPUSubtarget.cpp730 unsigned GCNSubtarget::computeOccupancy(const Function &F, unsigned LDSSize, in computeOccupancy() argument
735 getOccupancyWithLocalMemSize(LDSSize, F)); in computeOccupancy()
H A DGCNSubtarget.h1318 unsigned computeOccupancy(const Function &F, unsigned LDSSize = 0,
H A DAMDGPUHSAMetadataStreamer.cpp472 Kern.getDocument()->getNode(ProgramInfo.LDSSize); in getHSAKernelProps()