reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonFrameLowering.cpp
 1283   MachineBasicBlock::iterator MI = MBB.getFirstTerminator();
 1284   MachineFunction &MF = *MBB.getParent();
 1289     bool HasTC = hasTailCall(MBB) || !hasReturn(MBB);
 1289     bool HasTC = hasTailCall(MBB) || !hasReturn(MBB);
 1298     DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc()
 1299                                   : MBB.findDebugLoc(MBB.end());
 1299                                   : MBB.findDebugLoc(MBB.end());
 1310       DeallocCall = BuildMI(MBB, MI, DL, HII.get(RetOpc))
 1314       MachineBasicBlock::iterator It = MBB.getFirstTerminator();
 1315       assert(It->isReturn() && std::next(It) == MBB.end());
 1323       DeallocCall = BuildMI(MBB, It, DL, HII.get(RetOpc))
 1336     HII.loadRegFromStackSlot(MBB, MI, Reg, FI, RC, &HRI);