Searched refs:emitCondStore (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 8398 MachineBasicBlock *SystemZTargetLowering::emitCondStore(MachineInstr &MI, in emitCondStore() function in SystemZTargetLowering 9517 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, false); in EmitInstrWithCustomInserter() 9519 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, true); in EmitInstrWithCustomInserter() 9521 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, false); in EmitInstrWithCustomInserter() 9523 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, true); in EmitInstrWithCustomInserter() 9525 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, false); in EmitInstrWithCustomInserter() 9527 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, true); in EmitInstrWithCustomInserter() 9529 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter() 9531 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter() 9533 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter() [all …]
|
H A D | SystemZISelLowering.h | 769 MachineBasicBlock *emitCondStore(MachineInstr &MI, MachineBasicBlock *BB,
|