Searched refs:TSB (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 312 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 D | ediddevs | 85 vendor TSB Toshiba
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 371 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 D | AArch64BaseInfo.h | 428 struct TSB : SysAlias { struct
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3978 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 D | AArch64SystemOperands.td | 218 // TSB (Trace synchronization barrier) instruction options. 221 class TSB<string name, bits<4> encoding> : SearchableTable{ 232 def : TSB<"csync", 0>;
|
| H A D | AArch64InstrInfo.td | 1145 def TSB : CRmSystemI<barrier_op, 0b010, "tsb", []> {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 282 case ARM::TSB: in printInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 2192 if (Inst.getOpcode() != ARM::TSB && Inst.getOpcode() != ARM::t2TSB) in DecodeTSBInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 5166 def TSB : AInoP<(outs), (ins tsb_opt:$opt), MiscFrm, NoItinerary,
|