/third_party/skia/tests/ |
D | DequeTest.cpp | 108 *(int*)deq.push_front() = i; in TestSub() 151 *(int*)deq.push_front() = 5; in TestSub() 153 *(int*)deq.push_front() = 6; in TestSub() 155 *(int*)deq.push_front() = 7; in TestSub() 157 *(int*)deq.push_front() = 8; in TestSub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reg2Mem.cpp | 98 WorkList.push_front(&*iib); in INITIALIZE_PASS_DEPENDENCY() 114 WorkList.push_front(&*iib); in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/vixl/benchmarks/aarch64/ |
D | bench-utils.cc | 321 labels_.push_front(pair); in GenerateBranchSequence() 330 labels_.push_front(pair); in GenerateBranchSequence() 337 labels_.push_front(pair); in GenerateBranchSequence()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | PooledResourceMemoryAllocator.cpp | 54 mPool.push_front(std::move(allocation)); in DeallocateResourceHeap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 131 RQ.push_front(Cand); in findMax() 227 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
|
D | GCNHazardRecognizer.cpp | 223 EmittedInstrs.push_front(nullptr); in processBundle() 225 EmittedInstrs.push_front(CurrCycleInstr); in processBundle() 306 EmittedInstrs.push_front(nullptr); in EmitNoop() 330 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle() 337 EmittedInstrs.push_front(nullptr); in AdvanceCycle()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSwitchStatement.cpp | 63 duplicateCases.push_front(sc); in find_duplicate_case_values() 75 duplicateCases.push_front(sc); in find_duplicate_case_values()
|
D | SkSLSymbolTable.cpp | 86 fOwnedStrings.push_front(std::move(str)); in takeOwnershipOfString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 217 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 219 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
/third_party/skia/include/private/ |
D | SkDeque.h | 55 void* push_front();
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | decoder-arm64.cc | 21 visitors_.push_front(new_visitor); in PrependVisitor()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | mutator_cache.cc | 72 entries_.push_front(std::move(entry)); in UpdateUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 525 void push_front(Node &N) { in push_front() function 543 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function 829 Children.push_front(*Child); in addChildFront()
|
D | MachineFunction.h | 669 void push_front(MachineBasicBlock *MBB) { BasicBlocks.push_front(MBB); }
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | float_conversion.cc | 984 void push_front(char c) { in push_front() function 1121 for (; digits; digits /= 10) out->push_front(digits % 10 + '0'); in PrintIntegralDigits() 1124 out->push_front(*out->begin); in PrintIntegralDigits() 1130 out->push_front('0'); in PrintIntegralDigits() 1220 out->push_front(static_cast<char>(int_mantissa >> exp) + '0'); in FloatToBufferImpl()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_test.cc | 388 flats.push_front(MakeHexFlat(0)); in TEST_P() 393 flats.push_front(MakeHexFlat(i)); in TEST_P() 409 flats.push_front(MakeHexFlat(0)); in TEST_P() 416 flats.push_front(MakeHexFlat(i)); in TEST_P() 526 flats.push_front(MakeHexFlat(i)); in TEST_P() 538 flats.push_front(MakeHexFlat(i)); in TEST_P() 556 flats.push_front(MakeHexFlat(i)); in TEST_P() 569 flats.push_front(MakeHexFlat(i)); in TEST_P()
|
/third_party/node/deps/v8/src/zone/ |
D | zone-chunk-list.h | 78 void push_front(const T& item); 329 void ZoneChunkList<T>::push_front(const T& item) { in push_front() function
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_gcm.cpp | 455 bb->push_front(clause); in bu_sched_bb() 532 c->push_front(n); in bu_schedule() 641 bu_ready[sq].push_front(n); in add_ready()
|
D | sb_sched.cpp | 810 bb->push_front(n); in schedule_bb() 936 cur_bb->push_front(c); in process_fetch() 945 cur_bb->push_front(c); in process_fetch() 1919 ready.push_front(n); in release_op() 2005 clause->push_front(g); in emit_group() 2028 c->push_front(clause); in emit_clause()
|
D | sb_bc_parser.cpp | 599 g->push_front(p); in prepare_alu_group() 606 g->push_front(p); in prepare_alu_group() 1002 dep->push_front(n_if); in prepare_if()
|
/third_party/spirv-tools/source/opt/ |
D | replace_desc_array_access_using_var_index.cpp | 142 required_insts.push_front(user); in CollectRequiredImageAndAccessInsts() 147 required_insts.push_front(inst_from_work_list); in CollectRequiredImageAndAccessInsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | replace_desc_array_access_using_var_index.cpp | 140 required_image_insts.push_front(user_of_image_insts); in CollectRequiredImageInsts() 145 required_image_insts.push_front(inst_from_work_list); in CollectRequiredImageInsts()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | replace_desc_array_access_using_var_index.cpp | 140 required_image_insts.push_front(user_of_image_insts); in CollectRequiredImageInsts() 145 required_image_insts.push_front(inst_from_work_list); in CollectRequiredImageInsts()
|
/third_party/gn/src/base/containers/ |
D | circular_deque.h | 691 push_front(value); in insert() 830 void push_front(const T& value) { emplace_front(value); } in push_front() function 831 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 16 m.push_front(0); in bench_push_front() 41 m.push_front(0); in bench_push_front_pop_front() 2429 deq.push_front(i); in bench_grow_1025() 2601 m.push_front(box 1); in test_basic() 2617 n.push_front(2); in test_basic() 2618 n.push_front(3); in test_basic() 2707 n.push_front(4); in test_iterator() 2733 n.push_front(4); in test_iterator_double_end() 2734 n.push_front(5); in test_iterator_double_end() 2735 n.push_front(6); in test_iterator_double_end() [all …]
|