Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp20 LDSSize(0), in AMDGPUMachineFunction()
58 unsigned Offset = LDSSize = alignTo(LDSSize, Align); in allocateLDSGlobal()
61 LDSSize += DL.getTypeAllocSize(GV.getValueType()); in allocateLDSGlobal()
DAMDGPUMachineFunction.h30 unsigned LDSSize; variable
57 return LDSSize; in getLDSSize()
DSIProgramInfo.h47 uint32_t LDSSize = 0; member
DSIMachineFunctionInfo.cpp483 LDSSize(MFI.getLDSSize()), in SIMachineFunctionInfo()
504 LDSSize = YamlMFI.LDSSize; in initializeBaseYamlFields()
DAMDGPUAsmPrinter.cpp410 KernelDescriptor.group_segment_fixed_size = PI.LDSSize; in getAmdhsaKernelDescriptor()
506 " LDSByteSize: " + Twine(CurrentProgramInfo.LDSSize) + in runOnMachineFunction()
1058 ProgInfo.LDSSize = MFI->getLDSSize() + LDSSpillSize; in getSIProgramInfo()
1060 alignTo(ProgInfo.LDSSize, 1ULL << LDSAlignShift) >> LDSAlignShift; in getSIProgramInfo()
1111 ProgInfo.Occupancy = STM.computeOccupancy(MF, ProgInfo.LDSSize, in getSIProgramInfo()
1276 Out.workgroup_group_segment_byte_size = CurrentProgramInfo.LDSSize; in getAmdKernelCode()
DSIMachineFunctionInfo.h271 unsigned LDSSize = 0;
299 YamlIO.mapOptional("ldsSize", MFI.LDSSize, 0u);
DAMDGPUSubtarget.cpp626 unsigned LDSSize, in computeOccupancy() argument
631 getOccupancyWithLocalMemSize(LDSSize, MF.getFunction())); in computeOccupancy()
DAMDGPUHSAMetadataStreamer.cpp224 HSACodeProps.mGroupSegmentFixedSize = ProgramInfo.LDSSize; in getHSACodeProps()
901 Kern.getDocument()->getNode(ProgramInfo.LDSSize); in getHSAKernelProps()
DAMDGPUSubtarget.h1074 unsigned computeOccupancy(const MachineFunction &MF, unsigned LDSSize = 0,