Home
last modified time | relevance | path

Searched refs:TSB (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp312 if (TSB == FSB) in matchFlowPattern()
313 JB = TSB; in matchFlowPattern()
317 if (TSB == FB) in matchFlowPattern()
531 if (TSB != FSB) in isProfitable()
533 if (TSB->pred_size() != 2) in isProfitable()
864 TSB = *FP.TrueB->succ_begin(); in convert()
912 if (TSB) { in convert()
915 .addMBB(TSB); in convert()
916 FP.SplitB->addSuccessor(TSB); in convert()
944 if (TSB) in convert()
[all …]
/freebsd-14.2/sys/dev/videomode/
H A Dediddevs85 vendor TSB Toshiba
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp371 if (Opcode == AArch64::TSB) { in printInst()
1835 } else if (Opcode == AArch64::TSB) { in printBarrierOption()
1836 auto TSB = AArch64TSB::lookupTSBByEncoding(Val); in printBarrierOption() local
1837 Name = TSB ? TSB->Name : ""; in printBarrierOption()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h428 struct TSB : SysAlias { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3978 auto TSB = AArch64TSB::lookupTSBByName(Operand); in tryParseBarrierOperand() local
3984 if (Mnemonic == "tsb" && (!TSB || TSB->Encoding != AArch64TSB::csync)) in tryParseBarrierOperand()
3986 if (!DB && !TSB) { in tryParseBarrierOperand()
3996 DB ? DB->Encoding : TSB->Encoding, Tok.getString(), getLoc(), in tryParseBarrierOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td218 // TSB (Trace synchronization barrier) instruction options.
221 class TSB<string name, bits<4> encoding> : SearchableTable{
232 def : TSB<"csync", 0>;
H A DAArch64InstrInfo.td1145 def TSB : CRmSystemI<barrier_op, 0b010, "tsb", []> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp282 case ARM::TSB: in printInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2192 if (Inst.getOpcode() != ARM::TSB && Inst.getOpcode() != ARM::t2TSB) in DecodeTSBInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5166 def TSB : AInoP<(outs), (ins tsb_opt:$opt), MiscFrm, NoItinerary,