Searched refs:emitTransactionBegin (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 543 MachineBasicBlock *emitTransactionBegin(MachineInstr *MI,
|
D | SystemZISelLowering.cpp | 5598 SystemZTargetLowering::emitTransactionBegin(MachineInstr *MI, in emitTransactionBegin() function in SystemZTargetLowering 5914 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter() 5916 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter() 5918 return emitTransactionBegin(MI, MBB, SystemZ::TBEGINC, true); in EmitInstrWithCustomInserter()
|