Home
last modified time | relevance | path

Searched refs:Dense (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseMultiSet.h122 DenseT Dense;
146 return Dense[D.Prev].isTail(); in isHead()
154 return &Dense[N.Prev] == &N; in isSingleton()
161 Dense.push_back(SMSNode(V, Prev, Next)); in addValue()
162 return Dense.size() - 1; in addValue()
167 unsigned NextFree = Dense[Idx].Next; in addValue()
168 assert(Dense[Idx].isTombstone() && "Non-tombstone free?"); in addValue()
170 Dense[Idx] = SMSNode(V, Prev, Next); in addValue()
178 Dense[Idx].Prev = SMSNode::INVALID; in makeTombstone()
179 Dense[Id in makeTombstone()
[all...]
H A DSparseSet.h131 DenseT Dense;
174 const_iterator begin() const { return Dense.begin(); } in begin()
175 const_iterator end() const { return Dense.end(); } in end()
176 iterator begin() { return Dense.begin(); } in begin()
177 iterator end() { return Dense.end(); } in end()
183 bool empty() const { return Dense.empty(); } in empty()
190 size_type size() const { return Dense.size(); } in size()
196 Dense.clear(); in clear()
208 const unsigned FoundIdx = ValIndexOf(Dense[i]); in findIndex()
255 Dense
[all...]
/third_party/rust/crates/aho-corasick/src/
H A Dnfa.rs191 let trans = Transitions::Dense(Dense::new()); in add_dense_state()
331 struct Dense<S>(Vec<S>); structure names
333 impl<S> Dense<S> impls
338 Dense(vec![fail_id(); 256]) in new()
347 impl<S> Index<u8> for Dense<S> {
358 impl<S> IndexMut<u8> for Dense<S> {
381 Dense(Dense<S>),
390 Transitions::Dense(re in heap_bytes()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc182 SparseInputMask::Dense())))
H A Dframe-states.cc123 common->StateValues(parameter_count, SparseInputMask::Dense()); in CreateBuiltinContinuationFrameStateCommon()
H A Djs-inlining.cc262 const Operator* op0 = common()->StateValues(0, SparseInputMask::Dense()); in CreateArtificialFrameState()
272 static_cast<int>(params.size()), SparseInputMask::Dense()); in CreateArtificialFrameState()
H A Dstate-values-utils.cc94 graph()->NewNode(common()->StateValues(0, SparseInputMask::Dense())); in GetEmptyStateValues()
H A Dcommon-operator.h279 static SparseInputMask Dense() { return SparseInputMask(kDenseBitMask); } in Dense() function in v8::internal::compiler::final
H A Dcommon-operator.cc859 SparseInputMask::Dense()) {} // parameter in StateValuesOperator()
H A Dbytecode-graph-builder.cc977 const Operator* op = common()->StateValues(count, SparseInputMask::Dense()); in UpdateStateValues()
H A Djs-call-reducer.cc2175 const Operator* op0 = common->StateValues(0, SparseInputMask::Dense());
2187 static_cast<int>(params.size()), SparseInputMask::Dense());
H A Dsimplified-lowering.cc1399 common()->TypedStateValues(types, SparseInputMask::Dense()), in VisitFrameState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3561 const CongruenceClass &Dense, SmallVectorImpl<ValueDFS> &DFSOrderedSet,
3564 for (auto D : Dense) {
3652 const CongruenceClass &Dense,
3654 for (auto D : Dense) {

Completed in 40 milliseconds