Home
last modified time | relevance | path

Searched refs:isScavengingFrameIndex (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h121 bool isScavengingFrameIndex(int FI) const { in isScavengingFrameIndex() function
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp387 assert((!RS || !RS->isScavengingFrameIndex(FrameIndex)) && in eliminateFrameIndex()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp693 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets()
732 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp677 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets()
716 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets()
/external/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp535 if (RS && FrameReg == ARM::SP && RS->isScavengingFrameIndex(FrameIndex)){ in eliminateFrameIndex()
DARMBaseRegisterInfo.cpp701 if (RS && FrameReg == ARM::SP && RS->isScavengingFrameIndex(FrameIndex)){ in eliminateFrameIndex()