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

Completed in 103 milliseconds