Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegister.h45 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
46 return MCRegister::isStackSlot(Reg); in isStackSlot()
51 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()
70 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegister.h46 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
53 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h102 return Register::isStackSlot(R); in isRegMaskId()
DHexagonConstExtenders.cpp245 return Reg != 0 && !llvm::Register::isStackSlot(Reg) && in isVReg()
249 return Reg != 0 && llvm::Register::isStackSlot(Reg); in isSlot()
256 if (llvm::Register::isStackSlot(Reg)) { in operator MachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp94 else if (Register::isStackSlot(Reg)) in printReg()
DInlineSpiller.cpp1109 assert(!Register::isStackSlot(edit.getReg()) && in spill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp209 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()