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 252 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
253 /// frame index in a variable that normally holds a register. isStackSlot()
258 /// isStackSlot() first.
260 static bool isStackSlot(unsigned Reg) {
267 assert(isStackSlot(Reg) && "Not a stack slot");
281 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
288 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
    [all...]
  /external/llvm/lib/CodeGen/
Spiller.cpp 83 assert(!TargetRegisterInfo::isStackSlot(li->reg) &&
TargetRegisterInfo.cpp 39 else if (TargetRegisterInfo::isStackSlot(Reg))
InlineSpiller.cpp     [all...]

Completed in 181 milliseconds