Home
last modified time | relevance | path

Searched refs:emitCondStore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9722 MachineBasicBlock *SystemZTargetLowering::emitCondStore(MachineInstr &MI, in emitCondStore() function in SystemZTargetLowering
10841 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, false); in EmitInstrWithCustomInserter()
10843 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, true); in EmitInstrWithCustomInserter()
10845 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, false); in EmitInstrWithCustomInserter()
10847 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, true); in EmitInstrWithCustomInserter()
10849 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, false); in EmitInstrWithCustomInserter()
10851 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, true); in EmitInstrWithCustomInserter()
10853 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
10855 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
10857 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter()
[all …]
H A DSystemZISelLowering.h808 MachineBasicBlock *emitCondStore(MachineInstr &MI, MachineBasicBlock *BB,