Home
last modified time | relevance | path

Searched refs:getNumSpilledSGPRs (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h319 unsigned getNumSpilledSGPRs() const { in getNumSpilledSGPRs() function
DAMDGPUAsmPrinter.cpp618 OutStreamer->EmitIntValue(MFI->getNumSpilledSGPRs(), 4); in EmitProgramInfoSI()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp219 HSACodeProps.mNumSpilledSGPRs = MFI.getNumSpilledSGPRs(); in getHSACodeProps()
878 Kern.getDocument()->getNode(MFI.getNumSpilledSGPRs()); in getHSAKernelProps()
DSIMachineFunctionInfo.h797 unsigned getNumSpilledSGPRs() const {
DAMDGPUAsmPrinter.cpp1227 OutStreamer->emitInt32(MFI->getNumSpilledSGPRs()); in EmitProgramInfoSI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp234 HSACodeProps.mNumSpilledSGPRs = MFI.getNumSpilledSGPRs(); in getHSACodeProps()
913 Kern.getDocument()->getNode(MFI.getNumSpilledSGPRs()); in getHSAKernelProps()
DSIMachineFunctionInfo.h779 unsigned getNumSpilledSGPRs() const {
DAMDGPUAsmPrinter.cpp1166 OutStreamer->EmitIntValue(MFI->getNumSpilledSGPRs(), 4); in EmitProgramInfoSI()