Lines Matching refs:MIB2
1322 MachineInstrBuilder MIB2; in expandMI() local
1327 MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::LDRWui)) in expandMI()
1333 MIB2 = BuildMI(MBB, MBBI, DL, TII->get(AArch64::LDRXui)) in expandMI()
1340 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
1344 MIB2.addExternalSymbol(MO1.getSymbolName(), Flags | in expandMI()
1352 MIB2.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(), in expandMI()
1357 transferImpOps(MI, MIB1, MIB2); in expandMI()
1378 auto MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI() local
1383 transferImpOps(MI, MIB1, MIB2); in expandMI()
1418 MachineInstrBuilder MIB2 = in expandMI() local
1425 transferImpOps(MI, MIB1, MIB2); in expandMI()