Searched refs:TBEGIN (Results 1 – 14 of 14) sorted by relevance
/freebsd/bin/sh/ |
H A D | mktokens | 63 TBEGIN 0 "{"
|
H A D | parser.c | 511 else if (t == TBEGIN) in command() 572 case TBEGIN: in command()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrHTM.td | 31 def TBEGIN : XForm_htm0 <31, 654,
|
H A D | P9InstrResources.td | 170 TBEGIN,
|
H A D | PPCISelLowering.cpp | 13490 BuildMI(*BB, MI, Dl, TII->get(PPC::TBEGIN)).addImm(Imm); in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 152 TBEGIN, enumerator
|
H A D | SystemZOperators.td | 457 def z_tbegin : SDNode<"SystemZISD::TBEGIN", SDT_ZTBegin,
|
H A D | SystemZISelLowering.cpp | 2223 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 D | SystemZScheduleZEC12.td | 686 def : InstRW<[WLat9, LSU2, FXU5, GroupAlone], (instregex "TBEGIN(C)?$")>;
|
H A D | SystemZScheduleZ13.td | 716 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
|
H A D | SystemZScheduleZ14.td | 736 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
|
H A D | SystemZScheduleZ15.td | 752 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
|
H A D | SystemZScheduleZ16.td | 752 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone2], (instregex "TBEGIN(C)?$")>;
|
H A D | SystemZInstrInfo.td | 2037 def TBEGIN : TestBinarySIL<"tbegin", 0xE560, z_tbegin, imm32zx16>;
|