Searched refs:emitTransactionBegin (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 752 MachineBasicBlock *emitTransactionBegin(MachineInstr &MI,
|
| D | SystemZISelLowering.cpp | 8593 MachineBasicBlock *SystemZTargetLowering::emitTransactionBegin( in emitTransactionBegin() function in SystemZTargetLowering 9012 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter() 9014 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter() 9016 return emitTransactionBegin(MI, MBB, SystemZ::TBEGINC, true); in EmitInstrWithCustomInserter()
|