• Home
  • Raw
  • Download

Lines Matching refs:emitCondStore

5244 MachineBasicBlock *SystemZTargetLowering::emitCondStore(MachineInstr &MI,  in emitCondStore()  function in SystemZTargetLowering
6003 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, false); in EmitInstrWithCustomInserter()
6005 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, true); in EmitInstrWithCustomInserter()
6007 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, false); in EmitInstrWithCustomInserter()
6009 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, true); in EmitInstrWithCustomInserter()
6011 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
6013 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
6015 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter()
6017 return emitCondStore(MI, MBB, SystemZ::STH, 0, true); in EmitInstrWithCustomInserter()
6019 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter()
6021 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
6023 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
6025 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
6027 return emitCondStore(MI, MBB, SystemZ::STE, 0, false); in EmitInstrWithCustomInserter()
6029 return emitCondStore(MI, MBB, SystemZ::STE, 0, true); in EmitInstrWithCustomInserter()
6031 return emitCondStore(MI, MBB, SystemZ::STD, 0, false); in EmitInstrWithCustomInserter()
6033 return emitCondStore(MI, MBB, SystemZ::STD, 0, true); in EmitInstrWithCustomInserter()