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

  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 130 bool isScavengingFrameIndex(int FI) const {
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 402 assert((!RS || !RS->isScavengingFrameIndex(FrameIndex)) &&
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 624 if (RS && RS->isScavengingFrameIndex((int)i))
663 if (RS && RS->isScavengingFrameIndex((int)i))
    [all...]
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 535 if (RS && FrameReg == ARM::SP && RS->isScavengingFrameIndex(FrameIndex)){
ARMBaseRegisterInfo.cpp 712 if (RS && FrameReg == ARM::SP && RS->isScavengingFrameIndex(FrameIndex)){

Completed in 270 milliseconds