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

References

lib/Target/ARM/ARMFrameLowering.cpp
 1167   MachineFunction &MF = *MBB.getParent();
 1169   DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc();
 1209   BuildMI(MBB, MI, DL, TII.get(Opc), ARM::R4)
 1221   emitAligningInstructions(MF, AFI, TII, MBB, MI, DL, ARM::R4, MaxAlign, true);
 1228   MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(Opc), ARM::SP)
 1243     MBB.addLiveIn(SupReg);
 1244     BuildMI(MBB, MI, DL, TII.get(ARM::VST1d64Qwb_fixed), ARM::R4)
 1262     MBB.addLiveIn(SupReg);
 1263     BuildMI(MBB, MI, DL, TII.get(ARM::VST1d64Q))
 1277     MBB.addLiveIn(SupReg);
 1278     BuildMI(MBB, MI, DL, TII.get(ARM::VST1q64))
 1289     MBB.addLiveIn(NextReg);
 1291     BuildMI(MBB, MI, DL, TII.get(ARM::VSTRD))