Home
last modified time | relevance | path

Searched refs:uniqued (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm-project/flang/docs/
DBijectiveInternalNameUniquing.md23 All uniqued names have the prefix sequence `_Q` to indicate the name has
24 been uniqued. (Q is chosen because it is a
48 The uniqued name of `fun` becomes:
62 The uniqued name of `variables` becomes:
72 The uniqued name in case of `blank common block` becomes:
90 The uniqued name of `intvar` becomes:
95 The uniqued name of `pi` becomes:
108 The uniqued name of `sub` becomes:
130 The uniqued name of `mytype` becomes:
144 The uniqued name of `yourtype` where `k1=4` and `k2=-6` (at compile-time):
/external/llvm/test/Bitcode/
Dmdnodes-distinct-nodes-break-cycles.ll2 ; Check that distinct nodes break uniquing cycles, so that uniqued subgraphs
9 ; Forward references for uniqued node operands are expensive, whereas they're
11 ; uniqued nodes don't need any forward references at all.
Dmdnodes-distinct-nodes-first.ll2 ; Check that distinct nodes are emitted before uniqued nodes, even if that
/external/llvm-project/llvm/test/Bitcode/
Dmdnodes-distinct-nodes-break-cycles.ll2 ; Check that distinct nodes break uniquing cycles, so that uniqued subgraphs
9 ; Forward references for uniqued node operands are expensive, whereas they're
11 ; uniqued nodes don't need any forward references at all.
Dmdnodes-distinct-nodes-first.ll2 ; Check that distinct nodes are emitted before uniqued nodes, even if that
Ddisubrange.ll1 ; Check that the DISubrange 'count' reference is correctly uniqued and restored,
/external/llvm/docs/
DHowToUseAttributes.rst21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute``
53 An ``AttributeSet`` is also a uniqued and immutable object. You create an
67 without having to create several different intermediate uniqued
69 remove attributes at will. The attributes won't be uniqued until you call the
/external/llvm-project/llvm/docs/
DHowToUseAttributes.rst21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute``
52 An ``AttributeList`` is also a uniqued and immutable object. You create an
66 without having to create several different intermediate uniqued
68 remove attributes at will. The attributes won't be uniqued until you call the
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPredicateTree.cpp371 DenseSet<OrderedPredicate, OrderedPredicateDenseInfo> uniqued; in generateMatcherTree() local
374 auto it = uniqued.insert(predicate); in generateMatcherTree()
386 OrderedPredicate *orderedPredicate = &*uniqued.find(predicate); in generateMatcherTree()
409 ordered.reserve(uniqued.size()); in generateMatcherTree()
410 for (auto &ip : uniqued) in generateMatcherTree()
/external/llvm-project/llvm/test/Linker/
Dunique-fwd-decl-a.ll3 ; Test that the arguments of !a and !b get uniqued.
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/llvm/test/Linker/
Dunique-fwd-decl-a.ll3 ; Test that the arguments of !a and !b get uniqued.
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/llvm-project/llvm/test/LTO/X86/Inputs/
Dtype-mapping-bug3.ll4 ; T2 is the non-opaque struct required to trigger the uniqued T2.0 and T3.0 to
/external/llvm-project/llvm/test/LTO/X86/
Dtype-mapping-bug2.ll38 ; This DICompositeType is uniqued against !5 in Inputs/type-mapping-bug2.ll,
Dtype-mapping-bug3.ll10 ; T2 is the non-opaque struct required to trigger the uniqued T2.0 and T3.0 to
/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef.cc133 const string uniqued = UniquifyHelper(name); in Uniquify() local
134 name_mapping_[name] = uniqued; in Uniquify()
135 return uniqued; in Uniquify()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/objc/
Dmain.m29 // a uniqued C string pointer. We were seeing the result pointer being
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py103 uniqued = [x['name'] for x in json['benchmarks']
106 return uniqued
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py103 uniqued = [x['name'] for x in json['benchmarks']
106 return uniqued
/external/llvm/test/Analysis/ScopedNoAliasAA/
Dbasic-domains.ll28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
/external/llvm-project/llvm/test/Analysis/ScopedNoAliasAA/
Dbasic-domains.ll28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
/external/llvm-project/mlir/docs/Tutorials/
DDefiningAttributesAndTypes.md16 wrapper around an internal storage object that is uniqued within an instance of
158 // Call into a helper 'get' method in 'TypeBase' to get a uniqued instance
169 // Call into a helper 'getChecked' method in 'TypeBase' to get a uniqued
284 // Call into the base to get a uniqued instance of this type. The parameter
/external/llvm-project/lldb/test/API/lang/objc/foundation/
Dmain.m61 // a uniqued C string pointer. We were seeing the result pointer being
/external/google-benchmark/tools/gbench/
Dreport.py103 uniqued = [x['name'] for x in json['benchmarks']
106 return uniqued

123