Home
last modified time | relevance | path

Searched refs:hasSP (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.h80 bool hasSP(const MachineFunction &MF) const;
DSIFrameLowering.cpp587 if (RoundedSize != 0 && hasSP(MF)) { in emitPrologue()
635 if (NumBytes != 0 && hasSP(MF)) { in emitEpilogue()
831 bool SIFrameLowering::hasSP(const MachineFunction &MF) const { in hasSP() function in SIFrameLowering