Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDRegisterScavenging.h127 bool isScavengingFrameIndex(int FI) const { in isScavengingFrameIndex() function
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.cpp398 assert((!RS || !RS->isScavengingFrameIndex(FrameIndex)) && in eliminateFrameIndex()
/NextBSD/contrib/llvm/lib/CodeGen/
HDPrologEpilogInserter.cpp674 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets()
713 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDThumbRegisterInfo.cpp535 if (RS && FrameReg == ARM::SP && RS->isScavengingFrameIndex(FrameIndex)){ in eliminateFrameIndex()
HDARMBaseRegisterInfo.cpp712 if (RS && FrameReg == ARM::SP && RS->isScavengingFrameIndex(FrameIndex)){ in eliminateFrameIndex()