Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h749 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
H A DSystemZISelLowering.cpp8182 SystemZTargetLowering::emitMemMemWrapper(MachineInstr &MI, in emitMemMemWrapper() function in SystemZTargetLowering
8991 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
8993 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter()
8995 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter()
8998 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter()
9001 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
9006 return emitMemMemWrapper(MI, MBB, SystemZ::MVC, true/*IsMemset*/); in EmitInstrWithCustomInserter()