Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/skia/tests/
DDequeTest.cpp108 *(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/
DReg2Mem.cpp98 WorkList.push_front(&*iib); in INITIALIZE_PASS_DEPENDENCY()
114 WorkList.push_front(&*iib); in INITIALIZE_PASS_DEPENDENCY()
/third_party/vixl/benchmarks/aarch64/
Dbench-utils.cc321 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/
DPooledResourceMemoryAllocator.cpp54 mPool.push_front(std::move(allocation)); in DeallocateResourceHeap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp131 RQ.push_front(Cand); in findMax()
227 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
DGCNHazardRecognizer.cpp223 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/
DSkSLSwitchStatement.cpp63 duplicateCases.push_front(sc); in find_duplicate_case_values()
75 duplicateCases.push_front(sc); in find_duplicate_case_values()
DSkSLSymbolTable.cpp86 fOwnedStrings.push_front(std::move(str)); in takeOwnershipOfString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h217 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/
DSkDeque.h55 void* push_front();
/third_party/node/deps/v8/src/codegen/arm64/
Ddecoder-arm64.cc21 visitors_.push_front(new_visitor); in PrependVisitor()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.cc72 entries_.push_front(std::move(entry)); in UpdateUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h525 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()
DMachineFunction.h669 void push_front(MachineBasicBlock *MBB) { BasicBlocks.push_front(MBB); }
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc984 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/
Dcord_rep_btree_test.cc388 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/
Dzone-chunk-list.h78 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/
Dsb_gcm.cpp455 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()
Dsb_sched.cpp810 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()
Dsb_bc_parser.cpp599 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/
Dreplace_desc_array_access_using_var_index.cpp142 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/
Dreplace_desc_array_access_using_var_index.cpp140 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/
Dreplace_desc_array_access_using_var_index.cpp140 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/
Dcircular_deque.h691 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/
Drust-library.rs16 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 …]

1234