Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dmktokens63 TBEGIN 0 "{"
H A Dparser.c511 else if (t == TBEGIN) in command()
572 case TBEGIN: in command()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td31 def TBEGIN : XForm_htm0 <31, 654,
H A DP9InstrResources.td170 TBEGIN,
H A DPPCISelLowering.cpp13490 BuildMI(*BB, MI, Dl, TII->get(PPC::TBEGIN)).addImm(Imm); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h152 TBEGIN, enumerator
H A DSystemZOperators.td457 def z_tbegin : SDNode<"SystemZISD::TBEGIN", SDT_ZTBegin,
H A DSystemZISelLowering.cpp2223 Opcode = SystemZISD::TBEGIN; in isIntrinsicWithCCAndChain()
6415 OPCODE(TBEGIN); in getTargetNodeName()
9631 case SystemZ::TBEGIN: in EmitInstrWithCustomInserter()
9632 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter()
9634 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter()
H A DSystemZScheduleZEC12.td686 def : InstRW<[WLat9, LSU2, FXU5, GroupAlone], (instregex "TBEGIN(C)?$")>;
H A DSystemZScheduleZ13.td716 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
H A DSystemZScheduleZ14.td736 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
H A DSystemZScheduleZ15.td752 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
H A DSystemZScheduleZ16.td752 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
H A DSystemZInstrInfo.td2037 def TBEGIN : TestBinarySIL<"tbegin", 0xE560, z_tbegin, imm32zx16>;