Searched refs:emitMemMemWrapper (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 720 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
| H A D | SystemZISelLowering.cpp | 7786 MachineBasicBlock *SystemZTargetLowering::emitMemMemWrapper( in emitMemMemWrapper() function in SystemZTargetLowering 8502 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter() 8505 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter() 8508 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter() 8512 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter() 8515 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
|