Home
last modified time | relevance | path

Searched defs:ValueSet (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dfield.rs166 pub struct ValueSet<'a> { struct
187 /// `record` method on the provided [`ValueSet`] or [`Event`]. This visitor argument
985 impl<'a> ValueSet<'a> { implementation
1046 impl<'a> fmt::Debug for ValueSet<'a> { implementation
1061 impl<'a> fmt::Display for ValueSet<'a> { implementation
/aosp_15_r20/art/compiler/optimizing/
H A Dgvn.cc37 class ValueSet : public ArenaObject<kArenaAllocGvn> { class
40 explicit ValueSet(ScopedArenaAllocator* allocator) in ValueSet() function in art::ValueSet
53 ValueSet(ScopedArenaAllocator* allocator, const ValueSet& other) in ValueSet() function in art::ValueSet
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DLinkedHashMultimap.java354 final class ValueSet extends Sets.ImprovedAbstractSet<V> implements ValueSetLink<K, V> { class in LinkedHashMultimap
370 ValueSet(@ParametricNullness K key, int expectedValues) { in ValueSet() method in LinkedHashMultimap.ValueSet
H A DHashBiMap.java799 final class ValueSet extends View<K, V, V> { class
800 ValueSet() { in ValueSet() method in ValueSet
H A DAbstractBiMap.java269 private class ValueSet extends ForwardingSet<V> { class in AbstractBiMap
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DLinkedHashMultimap.java358 final class ValueSet extends Sets.ImprovedAbstractSet<V> implements ValueSetLink<K, V> { class in LinkedHashMultimap
374 ValueSet(@ParametricNullness K key, int expectedValues) { in ValueSet() method in LinkedHashMultimap.ValueSet
H A DAbstractBiMap.java293 private class ValueSet extends ForwardingSet<V> { class in AbstractBiMap
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h45 typedef SetVector<Value *> ValueSet; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/aosp_15_r20/external/coreboot/util/intelp2m/platforms/common/
H A Dregister.go66 func (reg *Register) ValueSet(value uint32) *Register { func
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp538 SmallPtrSetImpl<Value *> &ValueSet = I.second; in deleted() local
1404 SmallPtrSetImpl<Value *> &ValueSet = OI->second; in threadEdge() local
H A DLoopAccessAnalysis.cpp1511 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp264 SmallPtrSetImpl<Value *> &ValueSet = Iter->second; in eraseValue() local
329 SmallPtrSetImpl<Value *> &ValueSet = OI->second; in threadEdgeImpl() local
H A DLoopAccessAnalysis.cpp1793 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp70 SmallSetVector<Value *, 16> *ValueSet = nullptr) { in deleteDeadInstruction()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_ops_to_mkldnn.cpp59 using ValueSet = std::unordered_set<Value*>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp105 SmallSetVector<const Value *, 16> *ValueSet = nullptr) { in deleteDeadInstruction()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp134 static bool ValueSet(bit_value_t V) { in ValueSet() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h155 using ValueSet = std::unordered_set<const Value*>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp321 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local

12345678910>>...14