Lines Matching refs:emitCondStore
6352 MachineBasicBlock *SystemZTargetLowering::emitCondStore(MachineInstr &MI, in emitCondStore() function in SystemZTargetLowering
7185 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, false); in EmitInstrWithCustomInserter()
7187 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, true); in EmitInstrWithCustomInserter()
7189 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, false); in EmitInstrWithCustomInserter()
7191 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, true); in EmitInstrWithCustomInserter()
7193 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, false); in EmitInstrWithCustomInserter()
7195 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, true); in EmitInstrWithCustomInserter()
7197 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
7199 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
7201 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter()
7203 return emitCondStore(MI, MBB, SystemZ::STH, 0, true); in EmitInstrWithCustomInserter()
7205 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter()
7207 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
7209 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
7211 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
7213 return emitCondStore(MI, MBB, SystemZ::STE, 0, false); in EmitInstrWithCustomInserter()
7215 return emitCondStore(MI, MBB, SystemZ::STE, 0, true); in EmitInstrWithCustomInserter()
7217 return emitCondStore(MI, MBB, SystemZ::STD, 0, false); in EmitInstrWithCustomInserter()
7219 return emitCondStore(MI, MBB, SystemZ::STD, 0, true); in EmitInstrWithCustomInserter()