Searched refs:isStackSlot (Results 1 – 12 of 12) sorted by relevance
253 static bool isStackSlot(unsigned Reg) { in isStackSlot() function260 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()
297 static bool isStackSlot(unsigned Reg) { in isStackSlot() function303 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()
270 static bool isStackSlot(unsigned Reg) { in isStackSlot() function276 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()
35 else if (TargetRegisterInfo::isStackSlot(Reg)) in print()
103 return TargetRegisterInfo::isStackSlot(R); in isRegMaskId()
244 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()
83 assert(!TargetRegisterInfo::isStackSlot(li->reg) && in trivialSpillEverywhere()
1254 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()
50 else if (TargetRegisterInfo::isStackSlot(Reg)) in PrintReg()
1023 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()
94 else if (TargetRegisterInfo::isStackSlot(Reg)) in printReg()
1078 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()