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

References

lib/Target/PowerPC/PPCFastISel.cpp
 1654       MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::NOP));
 1660     MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc,
 1663     MIB.addGlobalAddress(GV);
 1668     MIB.addReg(RegArgs[II], RegState::Implicit);
 1673   MIB.addReg(PPC::X2, RegState::Implicit);
 1677   MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
 1679   CLI.Call = MIB;