Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h827 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
H A DSystemZISelLowering.cpp10239 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()