Lines Matching refs:emitCondStore
7284 MachineBasicBlock *SystemZTargetLowering::emitCondStore(MachineInstr &MI, in emitCondStore() function in SystemZTargetLowering
8288 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, false); in EmitInstrWithCustomInserter()
8290 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, true); in EmitInstrWithCustomInserter()
8292 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, false); in EmitInstrWithCustomInserter()
8294 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, true); in EmitInstrWithCustomInserter()
8296 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, false); in EmitInstrWithCustomInserter()
8298 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, true); in EmitInstrWithCustomInserter()
8300 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
8302 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
8304 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter()
8306 return emitCondStore(MI, MBB, SystemZ::STH, 0, true); in EmitInstrWithCustomInserter()
8308 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter()
8310 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
8312 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
8314 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
8316 return emitCondStore(MI, MBB, SystemZ::STE, 0, false); in EmitInstrWithCustomInserter()
8318 return emitCondStore(MI, MBB, SystemZ::STE, 0, true); in EmitInstrWithCustomInserter()
8320 return emitCondStore(MI, MBB, SystemZ::STD, 0, false); in EmitInstrWithCustomInserter()
8322 return emitCondStore(MI, MBB, SystemZ::STD, 0, true); in EmitInstrWithCustomInserter()