Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h778 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
H A DSystemZISelLowering.cpp8757 SystemZTargetLowering::emitMemMemWrapper(MachineInstr &MI, in emitMemMemWrapper() function in SystemZTargetLowering
9447 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
9449 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter()
9451 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter()
9454 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter()
9457 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
9462 return emitMemMemWrapper(MI, MBB, SystemZ::MVC, true/*IsMemset*/); in EmitInstrWithCustomInserter()