/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVMergeBaseOffset.cpp | 46 void foldOffset(MachineInstr &HiLUI, MachineInstr &LoADDI, MachineInstr &Tail, 104 MachineInstr &Tail, int64_t Offset) { in foldOffset() argument 109 DeadInstrs.insert(&Tail); in foldOffset() 110 MRI->replaceRegWith(Tail.getOperand(0).getReg(), in foldOffset() 184 MachineInstr &Tail = *MRI->use_begin(DestReg)->getParent(); in detectAndFoldOffset() local 185 switch (Tail.getOpcode()) { in detectAndFoldOffset() 188 << Tail); in detectAndFoldOffset() 192 int64_t Offset = Tail.getOperand(2).getImm(); in detectAndFoldOffset() 193 LLVM_DEBUG(dbgs() << " Offset Instr: " << Tail); in detectAndFoldOffset() 194 foldOffset(HiLUI, LoADDI, Tail, Offset); in detectAndFoldOffset() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 92 MachineBasicBlock *Tail; member in __anon687cbe9d0111::SSAIfConv 102 bool isTriangle() const { return TBB == Tail || FBB == Tail; } in isTriangle() 105 MachineBasicBlock *getTPred() const { return TBB == Tail ? Head : TBB; } in getTPred() 108 MachineBasicBlock *getFPred() const { return FBB == Tail ? Head : FBB; } in getFPred() 434 TBB = FBB = Tail = nullptr; in canConvertIf() 448 Tail = Succ0->succ_begin()[0]; in canConvertIf() 451 if (Tail != Succ1) { in canConvertIf() 454 Succ1->succ_begin()[0] != Tail) in canConvertIf() 459 << printMBBReference(*Tail) << '\n'); in canConvertIf() 462 if (!Tail->livein_empty()) { in canConvertIf() [all …]
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/ |
D | bn-586.S | 205 # Tail Round 0 216 # Tail Round 1 227 # Tail Round 2 238 # Tail Round 3 249 # Tail Round 4 260 # Tail Round 5 271 # Tail Round 6 405 # Tail Round 0 414 # Tail Round 1 423 # Tail Round 2 [all …]
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/ |
D | bn-586.S | 205 # Tail Round 0 216 # Tail Round 1 227 # Tail Round 2 238 # Tail Round 3 249 # Tail Round 4 260 # Tail Round 5 271 # Tail Round 6 405 # Tail Round 0 414 # Tail Round 1 423 # Tail Round 2 [all …]
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/ |
D | bn-586.S | 207 # Tail Round 0 218 # Tail Round 1 229 # Tail Round 2 240 # Tail Round 3 251 # Tail Round 4 262 # Tail Round 5 273 # Tail Round 6 409 # Tail Round 0 418 # Tail Round 1 427 # Tail Round 2 [all …]
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/ |
D | bn-586.S | 207 # Tail Round 0 218 # Tail Round 1 229 # Tail Round 2 240 # Tail Round 3 251 # Tail Round 4 262 # Tail Round 5 273 # Tail Round 6 409 # Tail Round 0 418 # Tail Round 1 427 # Tail Round 2 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/bn/ |
D | bn-586.asm | 205 ; Tail Round 0 216 ; Tail Round 1 227 ; Tail Round 2 238 ; Tail Round 3 249 ; Tail Round 4 260 ; Tail Round 5 271 ; Tail Round 6 397 ; Tail Round 0 406 ; Tail Round 1 415 ; Tail Round 2 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/crypto/bn/ |
D | bn-586.asm | 205 ; Tail Round 0 216 ; Tail Round 1 227 ; Tail Round 2 238 ; Tail Round 3 249 ; Tail Round 4 260 ; Tail Round 5 271 ; Tail Round 6 397 ; Tail Round 0 406 ; Tail Round 1 415 ; Tail Round 2 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 31 const ImmutableListImpl* Tail; variable 35 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() 42 const ImmutableListImpl* getTail() const { return Tail; } in getTail() 51 Profile(ID, Head, Tail); in Profile() 176 LLVM_NODISCARD ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat() argument 181 const ListTy* TailImpl = Tail.getInternalPointer(); in concat() 204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() argument 206 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Registry.h | 56 static node *Head, *Tail; variable 140 template<typename T> typename Registry<T>::node *Registry<T>::Tail = nullptr;\ 143 if (Tail) \ 144 Tail->Next = N; \ 147 Tail = N; \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
|
D | Automaton.h | 71 PathSegment *Tail; member 85 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment() argument 87 *P = {State, Tail}; in makePathSegment() 147 Head = Head->Tail; in getPaths()
|
/third_party/typescript/tests/baselines/reference/ |
D | genericRestTypes.symbols | 6 type Tail<T extends any[]> = ((...args: T) => any) extends ((head: any, ...tail: infer U) => any) ?… 7 >Tail : Symbol(Tail, Decl(genericRestTypes.ts, 0, 0)) 21 type Explicit = (...args: Tail<Parameters<MyFunctionType>>) => ReturnType<MyFunctionType>; // (bar:… 24 >Tail : Symbol(Tail, Decl(genericRestTypes.ts, 0, 0)) 30 type Bind1<T extends (head: any, ...tail: any[]) => any> = (...args: Tail<Parameters<T>>) => Return… 36 >Tail : Symbol(Tail, Decl(genericRestTypes.ts, 0, 0))
|
D | genericRestTypes.types | 6 type Tail<T extends any[]> = ((...args: T) => any) extends ((head: any, ...tail: infer U) => any) ?… 7 >Tail : Tail<T> 17 type Explicit = (...args: Tail<Parameters<MyFunctionType>>) => ReturnType<MyFunctionType>; // (bar:… 21 type Bind1<T extends (head: any, ...tail: any[]) => any> = (...args: Tail<Parameters<T>>) => Return… 25 >args : Tail<Parameters<T>>
|
D | ramdaToolsNoInfinite.types | 13 type Tail<T extends any[]> = 14 >Tail : Tail<T> 37 0: Last<Tail<T>>; 38 >0 : Last<Tail<T>> 70 0: Drop<N, Tail<T>, Prepend<any, I>>; 71 >0 : Drop<N, Tail<T>, [head: any, ...args: I]> 98 Tail<I>;
|
D | tailRecursiveConditionalTypes.js | 18 T extends [infer Head, ...infer Tail] ? ReverseRec<Tail, [Head, ...Acc]> : Acc; 43 type ReverseRec<T, Acc extends unknown[]> = T extends [infer Head, ...infer Tail] ? ReverseRec<Tail…
|
D | tailRecursiveConditionalTypes.symbols | 67 T extends [infer Head, ...infer Tail] ? ReverseRec<Tail, [Head, ...Acc]> : Acc; 70 >Tail : Symbol(Tail, Decl(tailRecursiveConditionalTypes.ts, 16, 35)) 72 >Tail : Symbol(Tail, Decl(tailRecursiveConditionalTypes.ts, 16, 35))
|
D | genericRestTypes.js | 6 type Tail<T extends any[]> = ((...args: T) => any) extends ((head: any, ...tail: infer U) => any) ?… 10 type Explicit = (...args: Tail<Parameters<MyFunctionType>>) => ReturnType<MyFunctionType>; // (bar:… 12 type Bind1<T extends (head: any, ...tail: any[]) => any> = (...args: Tail<Parameters<T>>) => Return…
|
/third_party/benchmark/src/ |
D | benchmark_name.cc | 24 template <typename Head, typename... Tail> 25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl() 33 template <typename Head, typename... Tail> 35 const Tail&... tail) { in join_impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 154 MachineBasicBlock *Tail; member in __anon877dcfac0111::SSACCmpConv 217 for (auto &I : *Tail) { in trivialTailPHIs() 243 for (auto &I : *Tail) { in updateTailPHIs() 440 Tail = CmpBB = nullptr; in canConvert() 456 Tail = Succ1; in canConvert() 458 if (!CmpBB->isSuccessor(Tail)) in canConvert() 464 << printMBBReference(*Tail) << '\n'); in canConvert() 479 if (!Tail->livein_empty()) { in canConvert() 525 assert(TBB == Tail && "Unexpected TBB"); in canConvert() 550 if (TBB != Tail) in canConvert() [all …]
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | ArchiveOpenCallback.cpp | 145 Tail = (int)index; 154 if (s.Next != -1) Streams[(unsigned)s.Next].Prev = s.Prev; else Tail = s.Prev; 181 Tail = -1; 188 Tail(-1), 200 if (Tail == -1) 202 CMultiStreams::CSubStream &tailStream = Streams[(unsigned)Tail]; 204 CloseFile((unsigned)Tail);
|
/third_party/typescript/tests/cases/compiler/ |
D | genericRestTypes.ts | 7 type Tail<T extends any[]> = ((...args: T) => any) extends ((head: any, ...tail: infer U) => any) ?… alias 11 type Explicit = (...args: Tail<Parameters<MyFunctionType>>) => ReturnType<MyFunctionType>; // (bar:… 13 type Bind1<T extends (head: any, ...tail: any[]) => any> = (...args: Tail<Parameters<T>>) => Return…
|
D | ramdaToolsNoInfinite.ts | 11 type Tail<T extends any[]> = alias 22 0: Last<Tail<T>>; 39 0: Drop<N, Tail<T>, Prepend<any, I>>; 56 Tail<I>;
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-type-util.h | 135 using Tail = Templates<Tail_...>; member 141 using Tail = None; 148 using Tail = Types<Tail_...>; 154 using Tail = None;
|
/third_party/lzma/CPP/7zip/Common/ |
D | MultiOutStream.h | 56 int Tail; // oldest variable 61 Tail = -1; in InitLinkedList() 77 Tail = (int)index; in InsertToLinkedList() 86 if (s.Next != -1) Streams[(unsigned)s.Next].Prev = s.Prev; else Tail = s.Prev; in RemoveFromLinkedList()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-type-util.h | 165 using Tail = Templates<Tail_...>; member 171 using Tail = None; 178 using Tail = Types<Tail_...>; 184 using Tail = None;
|