Home
last modified time | relevance | path

Searched refs:isStackSlot (Results 1 – 12 of 12) 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-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h270 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
276 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()
289 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
296 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-7.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h103 return TargetRegisterInfo::isStackSlot(R); in isRegMaskId()
DHexagonConstExtenders.cpp244 return Reg != 0 && !TargetRegisterInfo::isStackSlot(Reg) && in isVReg()
248 return Reg != 0 && TargetRegisterInfo::isStackSlot(Reg); in isSlot()
255 if (TargetRegisterInfo::isStackSlot(Reg)) { in operator MachineOperand()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp94 else if (TargetRegisterInfo::isStackSlot(Reg)) in printReg()
DInlineSpiller.cpp1078 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()