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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 319 unsigned getNumSpilledSGPRs() const {
AMDGPUAsmPrinter.cpp 618 OutStreamer->EmitIntValue(MFI->getNumSpilledSGPRs(), 4);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 492 unsigned getNumSpilledSGPRs() const {
AMDGPUHSAMetadataStreamer.cpp 226 HSACodeProps.mNumSpilledSGPRs = MFI.getNumSpilledSGPRs();
AMDGPUAsmPrinter.cpp     [all...]

Completed in 273 milliseconds