Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h754 MachineBasicBlock *emitTransactionBegin(MachineInstr &MI,
H A DSystemZISelLowering.cpp8595 MachineBasicBlock *SystemZTargetLowering::emitTransactionBegin( in emitTransactionBegin() function in SystemZTargetLowering
9014 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter()
9016 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter()
9018 return emitTransactionBegin(MI, MBB, SystemZ::TBEGINC, true); in EmitInstrWithCustomInserter()