HomeSort by relevance Sort by last modified time
    Searched refs:getLDSSize (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.h 55 unsigned getLDSSize() const {
R600AsmPrinter.cpp 100 OutStreamer->EmitIntValue(alignTo(MFI->getLDSSize(), 4) >> 2, 4);
SIMachineFunctionInfo.cpp 182 limitOccupancy(ST.getOccupancyWithLocalMemSize(getLDSSize(),
AMDGPUAsmPrinter.cpp     [all...]
AMDGPUSubtarget.cpp 247 return getOccupancyWithLocalMemSize(MFI->getLDSSize(), MF.getFunction());
SIRegisterInfo.cpp     [all...]
SIInstrInfo.cpp     [all...]
SIISelLowering.cpp     [all...]

Completed in 1283 milliseconds