Home
last modified time | relevance | path

Searched refs:TB (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSystem.td17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
20 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", []>, TB;
25 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB;
26 def UD2B : I<0xB9, RawFrm, (outs), (ins), "ud2b", []>, TB;
30 def RSM : I<0xAA, RawFrm, (outs), (ins), "rsm", []>, TB;
49 def SYSCALL : I<0x05, RawFrm, (outs), (ins), "syscall", []>, TB;
50 def SYSRET : I<0x07, RawFrm, (outs), (ins), "sysret{l}", []>, TB;
51 def SYSRET64 :RI<0x07, RawFrm, (outs), (ins), "sysretq", []>, TB,
54 def SYSENTER : I<0x34, RawFrm, (outs), (ins), "sysenter", []>, TB;
56 def SYSEXIT : I<0x35, RawFrm, (outs), (ins), "sysexit{l}", []>, TB;
[all …]
DX86InstrSVM.td19 def VMMCALL : I<0x01, MRM_D9, (outs), (ins), "vmmcall", []>, TB;
22 def STGI : I<0x01, MRM_DC, (outs), (ins), "stgi", []>, TB;
25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit\t{%eax|eax}", []>, TB;
33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%eax|eax}", []>, TB,
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%rax|rax}", []>, TB,
41 def VMLOAD32 : I<0x01, MRM_DA, (outs), (ins), "vmload\t{%eax|eax}", []>, TB,
44 def VMLOAD64 : I<0x01, MRM_DA, (outs), (ins), "vmload\t{%rax|rax}", []>, TB,
49 def VMSAVE32 : I<0x01, MRM_DB, (outs), (ins), "vmsave\t{%eax|eax}", []>, TB,
52 def VMSAVE64 : I<0x01, MRM_DB, (outs), (ins), "vmsave\t{%rax|rax}", []>, TB,
[all …]
DX86InstrExtension.td41 TB, OpSize16, Sched<[WriteALU]>;
45 TB, OpSize16, Sched<[WriteALULd]>;
49 [(set GR32:$dst, (sext GR8:$src))]>, TB,
53 [(set GR32:$dst, (sextloadi32i8 addr:$src))]>, TB,
57 [(set GR32:$dst, (sext GR16:$src))]>, TB,
62 OpSize32, TB, Sched<[WriteALULd]>;
67 TB, OpSize16, Sched<[WriteALU]>;
71 TB, OpSize16, Sched<[WriteALULd]>;
75 [(set GR32:$dst, (zext GR8:$src))]>, TB,
79 [(set GR32:$dst, (zextloadi32i8 addr:$src))]>, TB,
[all …]
DX86InstrCMovSetCC.td24 TB, OpSize16;
30 TB, OpSize32;
35 (X86cmov GR64:$src1, GR64:$src2, timm:$cond, EFLAGS))]>, TB;
44 timm:$cond, EFLAGS))]>, TB, OpSize16;
49 timm:$cond, EFLAGS))]>, TB, OpSize32;
54 timm:$cond, EFLAGS))]>, TB;
80 TB, Sched<[WriteSETCC]>;
84 TB, Sched<[WriteSETCCStore]>;
DX86InstrSGX.td20 "encls", []>, TB;
24 "enclu", []>, TB;
28 "enclv", []>, TB;
DX86InstrVMX.td35 def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB;
40 def VMFUNC : I<0x01, MRM_D4, (outs), (ins), "vmfunc", []>, TB;
43 def VMLAUNCH : I<0x01, MRM_C2, (outs), (ins), "vmlaunch", []>, TB;
46 def VMRESUME : I<0x01, MRM_C3, (outs), (ins), "vmresume", []>, TB;
84 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
DX86Instr3DNow.td80 [(int_x86_mmx_femms)]>, TB;
96 [(prefetch addr:$addr, imm, imm, (i32 1))]>, TB;
100 TB, Requires<[HasPrefetchW]>;
104 TB, Requires<[HasPREFETCHWT1]>;
DX86InstrInfo.td1209 "nop{w}\t$zero", []>, TB, OpSize16, NotMemoryFoldable;
1211 "nop{l}\t$zero", []>, TB, OpSize32, NotMemoryFoldable;
1213 "nop{q}\t$zero", []>, TB, NotMemoryFoldable,
1217 "nop{w}\t$zero", []>, TB, OpSize16, NotMemoryFoldable;
1219 "nop{l}\t$zero", []>, TB, OpSize32, NotMemoryFoldable;
1221 "nop{q}\t$zero", []>, TB, NotMemoryFoldable,
1410 "bswap{w}\t$dst", []>, OpSize16, TB;
1414 [(set GR32:$dst, (bswap GR32:$src))]>, OpSize32, TB;
1419 [(set GR64:$dst, (bswap GR64:$src))]>, TB;
1807 OpSize16, TB, NotMemoryFoldable;
[all …]
/third_party/skia/third_party/externals/icu/source/data/unit/
Dmt.txt126 dnam{"TB"}
127 few{"{0} TB"}
128 many{"{0} TB"}
129 one{"{0} TB"}
130 other{"{0} TB"}
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dmt.txt126 dnam{"TB"}
127 few{"{0} TB"}
128 many{"{0} TB"}
129 one{"{0} TB"}
130 other{"{0} TB"}
/third_party/icu/icu4c/source/data/unit/
Dmt.txt126 dnam{"TB"}
127 few{"{0} TB"}
128 many{"{0} TB"}
129 one{"{0} TB"}
130 other{"{0} TB"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp123 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern()
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
274 TB = T1B, FB = T2B; in matchFlowPattern()
276 TB = T2B, FB = T1B; in matchFlowPattern()
278 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB)) in matchFlowPattern()
285 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern()
286 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern()
287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern()
294 bool TOk = (TNP == 1 && TNS == 1 && MLI->getLoopFor(TB) == L); in matchFlowPattern()
[all …]
DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
458 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister()
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
619 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount()
627 assert (TB && "Exit block without a branch?"); in getLoopTripCount()
628 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) { in getLoopTripCount()
634 if (TB == Latch) in getLoopTripCount()
635 TB = (LTB == Header) ? LTB : LFB; in getLoopTripCount()
639 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?"); in getLoopTripCount()
640 if (!TB || (FB && TB != Header && FB != Header)) in getLoopTripCount()
[all …]
/third_party/typescript/tests/baselines/reference/
DnearbyIdenticalGenericLambdasAssignable.symbols32 type TB = typeof fB;
33 >TB : Symbol(TB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 9, 20))
51 declare function accB(x: TB): void;
54 >TB : Symbol(TB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 9, 20))
DnearbyIdenticalGenericLambdasAssignable.types35 type TB = typeof fB;
36 >TB : <T>() => { v: T; }
51 declare function accB(x: TB): void;
52 >accB : (x: TB) => void
DfixSignatureCaching.types5TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
6TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
7TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
12TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
14TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
24TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
28TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
137TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
335TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
337TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
[all …]
DnearbyIdenticalGenericLambdasAssignable.js12 type TB = typeof fB;
17 declare function accB(x: TB): void;
DfixSignatureCaching.errors.txt151TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM…
166 …ore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)",
212 "KocasoTablet": "\\b(TB-1207)\\b",
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.5/
Domit_helper_type.ts31 type TB = Omit<TA, "c">; alias
32 let s: TB = {
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dfilter_union_types.ts27 type TB<T, U> = T extends U ? T : never; alias
30 type T1 = TB<number, string | boolean | number>;
DImproved_keyof_with_intersection_types_2.ts33 type TB<T> = keyof (T & myType2); alias
36 type TE = TB<myType1>;
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/namespace_declarations/
Dnamespace_declarations_1.ts37 export interface TB { interface
42 var varB: B.TB = { SkillName: "OverKill", Damage: 1024 };
/third_party/mbedtls/library/
Dbignum.c1461 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local
1467 mbedtls_mpi_init( &TA ); mbedtls_mpi_init( &TB ); in mbedtls_mpi_mul_mpi()
1470 if( X == B ) { MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &TB, B ) ); B = &TB; } in mbedtls_mpi_mul_mpi()
1501 mbedtls_mpi_free( &TB ); mbedtls_mpi_free( &TA ); in mbedtls_mpi_mul_mpi()
2248 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local
2254 mbedtls_mpi_init( &TA ); mbedtls_mpi_init( &TB ); in mbedtls_mpi_gcd()
2257 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &TB, B ) ); in mbedtls_mpi_gcd()
2260 lzt = mbedtls_mpi_lsb( &TB ); in mbedtls_mpi_gcd()
2266 if( lzt == 0 && mbedtls_mpi_get_bit( &TB, 0 ) == 0 ) in mbedtls_mpi_gcd()
2275 TA.s = TB.s = 1; in mbedtls_mpi_gcd()
[all …]
/third_party/typescript/tests/cases/compiler/
DnearbyIdenticalGenericLambdasAssignable.ts11 type TB = typeof fB; alias
16 declare function accB(x: TB): void;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp499 TBAANode TB(B); in getLeastCommonType() local
500 while (TB.getNode()) { in getLeastCommonType()
501 if (PathB.count(TB.getNode())) in getLeastCommonType()
503 PathB.insert(TB.getNode()); in getLeastCommonType()
504 TB = TB.getParent(); in getLeastCommonType()

12345678910>>...13