Home
last modified time | relevance | path

Searched refs:isStackSlot (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h253 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
260 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()
274 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
281 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h297 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
303 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()
316 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
323 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetRegisterInfo.cpp35 else if (TargetRegisterInfo::isStackSlot(Reg)) in print()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp83 assert(!TargetRegisterInfo::isStackSlot(li->reg) && in trivialSpillEverywhere()
DInlineSpiller.cpp1254 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp50 else if (TargetRegisterInfo::isStackSlot(Reg)) in PrintReg()
DInlineSpiller.cpp1023 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()