Home
last modified time | relevance | path

Searched refs:TBEGIN (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td31 def TBEGIN : XForm_htm0 <31, 654,
DP10InstrResources.td1188 TBEGIN,
DP9InstrResources.td170 TBEGIN,
DPPCISelLowering.cpp12972 BuildMI(*BB, MI, Dl, TII->get(PPC::TBEGIN)).addImm(Imm); in EmitInstrWithCustomInserter()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h152 TBEGIN, enumerator
DSystemZOperators.td429 def z_tbegin : SDNode<"SystemZISD::TBEGIN", SDT_ZTBegin,
DSystemZISelLowering.cpp2001 Opcode = SystemZISD::TBEGIN; in isIntrinsicWithCCAndChain()
5951 OPCODE(TBEGIN); in getTargetNodeName()
9011 case SystemZ::TBEGIN: in EmitInstrWithCustomInserter()
9012 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter()
9014 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter()
DSystemZScheduleZEC12.td686 def : InstRW<[WLat9, LSU2, FXU5, GroupAlone], (instregex "TBEGIN(C)?$")>;
DSystemZScheduleZ13.td716 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
DSystemZScheduleZ16.td751 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
DSystemZScheduleZ15.td751 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
DSystemZScheduleZ14.td736 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
DSystemZInstrInfo.td2093 def TBEGIN : TestBinarySIL<"tbegin", 0xE560, z_tbegin, imm32zx16>;