Searched refs:TSB (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 306 MachineBasicBlock *TSB = (TNS > 0) ? *TB->succ_begin() : nullptr; in matchFlowPattern() local 312 if (TSB == FSB) in matchFlowPattern() 313 JB = TSB; in matchFlowPattern() 317 if (TSB == FB) in matchFlowPattern() 529 MachineBasicBlock *TSB = *FP.TrueB->succ_begin(); in isProfitable() local 531 if (TSB != FSB) in isProfitable() 533 if (TSB->pred_size() != 2) in isProfitable() 858 MachineBasicBlock *TSB = nullptr, *FSB = nullptr; in convert() local 864 TSB = *FP.TrueB->succ_begin(); in convert() 912 if (TSB) { in convert() [all …]
|
/freebsd/sys/dev/videomode/ |
H A D | ediddevs | 85 vendor TSB Toshiba
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 369 // Instruction TSB is specified as a one operand instruction, but 'csync' is in printInst() 371 if (Opcode == AArch64::TSB) { in printInst() 1835 } else if (Opcode == AArch64::TSB) { in printBarriernXSOption() 1836 auto TSB = AArch64TSB::lookupTSBByEncoding(Val); in printBarriernXSOption() 1837 Name = TSB ? TSB->Name : ""; in printBarriernXSOption() 1821 auto TSB = AArch64TSB::lookupTSBByEncoding(Val); printBarrierOption() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 428 struct TSB : SysAlias { struct
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 4006 auto TSB = AArch64TSB::lookupTSBByName(Operand); in tryParseBarrierOperand() local 4012 if (Mnemonic == "tsb" && (!TSB || TSB->Encoding != AArch64TSB::csync)) in tryParseBarrierOperand() 4014 if (!DB && !TSB) { in tryParseBarrierOperand() 4024 DB ? DB->Encoding : TSB->Encoding, Tok.getString(), getLoc(), in tryParseBarrierOperand()
|
/freebsd/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 | 1246 def TSB : CRmSystemI<barrier_op, 0b010, "tsb", []> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 314 case ARM::TSB: in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2195 if (Inst.getOpcode() != ARM::TSB && Inst.getOpcode() != ARM::t2TSB) in DecodeTSBInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 5162 def TSB : AInoP<(outs), (ins tsb_opt:$opt), MiscFrm, NoItinerary,
|