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

References

lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1420         MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
 1424           MIB.addImm(0);
 1425         MIB.add(predOps(ARMCC::AL));
 1427         MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
 1430           MIB.add(predOps(ARMCC::AL));
 1431         MIB.addReg(Reg, RegState::Kill);
 1433         MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
 1436           MIB.add(predOps(ARMCC::AL));
 1437         MIB.addExternalSymbol("__aeabi_read_tp", 0);
 1440       MIB.cloneMemRefs(MI);
 1441       TransferImpOps(MI, MIB, MIB);
 1441       TransferImpOps(MI, MIB, MIB);
 1442       MI.getMF()->moveCallSiteInfo(&MI, &*MIB);