Searched refs:emitMemMemWrapper (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 788 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
H A D | SystemZISelLowering.cpp | 8915 SystemZTargetLowering::emitMemMemWrapper(MachineInstr &MI, in emitMemMemWrapper() function in SystemZTargetLowering 9609 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter() 9611 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter() 9613 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter() 9616 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter() 9619 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter() 9624 return emitMemMemWrapper(MI, MBB, SystemZ::MVC, true/*IsMemset*/); in EmitInstrWithCustomInserter()
|