Searched refs:emitMemMemWrapper (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 827 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
| H A D | SystemZISelLowering.cpp | 10239 SystemZTargetLowering::emitMemMemWrapper(MachineInstr &MI, in emitMemMemWrapper() function in SystemZTargetLowering 10933 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter() 10935 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter() 10937 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter() 10940 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter() 10943 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter() 10948 return emitMemMemWrapper(MI, MBB, SystemZ::MVC, true/*IsMemset*/); in EmitInstrWithCustomInserter()
|