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 D | SparseMultiSet.h | 122 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 D | SparseSet.h | 131 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 D | nfa.rs | 191 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 D | js-graph.cc | 182 SparseInputMask::Dense())))
|
H A D | frame-states.cc | 123 common->StateValues(parameter_count, SparseInputMask::Dense()); in CreateBuiltinContinuationFrameStateCommon()
|
H A D | js-inlining.cc | 262 const Operator* op0 = common()->StateValues(0, SparseInputMask::Dense()); in CreateArtificialFrameState() 272 static_cast<int>(params.size()), SparseInputMask::Dense()); in CreateArtificialFrameState()
|
H A D | state-values-utils.cc | 94 graph()->NewNode(common()->StateValues(0, SparseInputMask::Dense())); in GetEmptyStateValues()
|
H A D | common-operator.h | 279 static SparseInputMask Dense() { return SparseInputMask(kDenseBitMask); } in Dense() function in v8::internal::compiler::final
|
H A D | common-operator.cc | 859 SparseInputMask::Dense()) {} // parameter in StateValuesOperator()
|
H A D | bytecode-graph-builder.cc | 977 const Operator* op = common()->StateValues(count, SparseInputMask::Dense()); in UpdateStateValues()
|
H A D | js-call-reducer.cc | 2175 const Operator* op0 = common->StateValues(0, SparseInputMask::Dense()); 2187 static_cast<int>(params.size()), SparseInputMask::Dense());
|
H A D | simplified-lowering.cc | 1399 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 D | NewGVN.cpp | 3561 const CongruenceClass &Dense, SmallVectorImpl<ValueDFS> &DFSOrderedSet, 3564 for (auto D : Dense) { 3652 const CongruenceClass &Dense, 3654 for (auto D : Dense) {
|
Completed in 40 milliseconds