Searched refs:emitMemMemWrapper (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 584 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
D | SystemZISelLowering.cpp | 5689 MachineBasicBlock *SystemZTargetLowering::emitMemMemWrapper( in emitMemMemWrapper() function in SystemZTargetLowering 6213 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter() 6216 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter() 6219 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter() 6222 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter() 6225 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 638 MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
D | SystemZISelLowering.cpp | 6703 MachineBasicBlock *SystemZTargetLowering::emitMemMemWrapper( in emitMemMemWrapper() function in SystemZTargetLowering 7241 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter() 7244 return emitMemMemWrapper(MI, MBB, SystemZ::NC); in EmitInstrWithCustomInserter() 7247 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter() 7250 return emitMemMemWrapper(MI, MBB, SystemZ::XC); in EmitInstrWithCustomInserter() 7253 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
|