Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dmktokens63 TBEGIN 0 "{"
H A Dparser.c513 else if (t == TBEGIN) in command()
574 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.cpp14323 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.td486 def z_tbegin : SDNode<"SystemZISD::TBEGIN", SDT_ZTBegin,
H A DSystemZISelLowering.cpp2563 Opcode = SystemZISD::TBEGIN; in isIntrinsicWithCCAndChain()
7418 OPCODE(TBEGIN); in getTargetNodeName()
10955 case SystemZ::TBEGIN: in EmitInstrWithCustomInserter()
10956 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter()
10958 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 DSystemZScheduleZ17.td761 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
H A DSystemZScheduleZ15.td752 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
H A DSystemZScheduleZ14.td736 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.td2098 def TBEGIN : TestBinarySIL<"tbegin", 0xE560, z_tbegin, imm32zx16>;