Searched refs:isStackSlot (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h252 /// 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) { function in class:llvm::TargetRegisterInfo
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.");
/external/llvm/lib/CodeGen/
H A DSpiller.cpp83 assert(!TargetRegisterInfo::isStackSlot(li->reg) &&
H A DTargetRegisterInfo.cpp39 else if (TargetRegisterInfo::isStackSlot(Reg))
H A DInlineSpiller.cpp1302 assert(!TargetRegisterInfo::isStackSlot(edit.getReg())

Completed in 96 milliseconds