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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 245 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
246 /// frame index in a variable that normally holds a register. isStackSlot()
251 /// isStackSlot() first.
253 static bool isStackSlot(unsigned Reg) {
260 assert(isStackSlot(Reg) && "Not a stack slot");
274 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
281 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 33 else if (TargetRegisterInfo::isStackSlot(Reg))
  /external/llvm/lib/CodeGen/
Spiller.cpp 83 assert(!TargetRegisterInfo::isStackSlot(li->reg) &&
InlineSpiller.cpp     [all...]

Completed in 1074 milliseconds