Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h631 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
H A DSystemZISelLowering.cpp6861 MachineBasicBlock *SystemZTargetLowering::emitMemMemWrapper( in emitMemMemWrapper() function in SystemZTargetLowering
7399 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
7402 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter()
7405 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter()
7408 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter()
7411 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()