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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 323 unsigned getNumSpilledVGPRs() const {
AMDGPUAsmPrinter.cpp 620 OutStreamer->EmitIntValue(MFI->getNumSpilledVGPRs(), 4);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 496 unsigned getNumSpilledVGPRs() const {
AMDGPUHSAMetadataStreamer.cpp 227 HSACodeProps.mNumSpilledVGPRs = MFI.getNumSpilledVGPRs();
AMDGPUAsmPrinter.cpp     [all...]

Completed in 2222 milliseconds