Searched refs:uniqued (Results 1 – 25 of 55) sorted by relevance
123
/external/llvm-project/flang/docs/ |
D | BijectiveInternalNameUniquing.md | 23 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/ |
D | mdnodes-distinct-nodes-break-cycles.ll | 2 ; 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.
|
D | mdnodes-distinct-nodes-first.ll | 2 ; Check that distinct nodes are emitted before uniqued nodes, even if that
|
/external/llvm-project/llvm/test/Bitcode/ |
D | mdnodes-distinct-nodes-break-cycles.ll | 2 ; 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.
|
D | mdnodes-distinct-nodes-first.ll | 2 ; Check that distinct nodes are emitted before uniqued nodes, even if that
|
D | disubrange.ll | 1 ; Check that the DISubrange 'count' reference is correctly uniqued and restored,
|
/external/llvm/docs/ |
D | HowToUseAttributes.rst | 21 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/ |
D | HowToUseAttributes.rst | 21 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/ |
D | PredicateTree.cpp | 371 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/ |
D | unique-fwd-decl-a.ll | 3 ; Test that the arguments of !a and !b get uniqued.
|
D | unique-fwd-decl-order.ll | 4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
|
/external/llvm/test/Linker/ |
D | unique-fwd-decl-a.ll | 3 ; Test that the arguments of !a and !b get uniqued.
|
D | unique-fwd-decl-order.ll | 4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
|
/external/llvm-project/llvm/test/LTO/X86/Inputs/ |
D | type-mapping-bug3.ll | 4 ; T2 is the non-opaque struct required to trigger the uniqued T2.0 and T3.0 to
|
/external/llvm-project/llvm/test/LTO/X86/ |
D | type-mapping-bug2.ll | 38 ; This DICompositeType is uniqued against !5 in Inputs/type-mapping-bug2.ll,
|
D | type-mapping-bug3.ll | 10 ; T2 is the non-opaque struct required to trigger the uniqued T2.0 and T3.0 to
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_to_functiondef.cc | 133 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/ |
D | main.m | 29 // a uniqued C string pointer. We were seeing the result pointer being
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 103 uniqued = [x['name'] for x in json['benchmarks'] 106 return uniqued
|
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 103 uniqued = [x['name'] for x in json['benchmarks'] 106 return uniqued
|
/external/llvm/test/Analysis/ScopedNoAliasAA/ |
D | basic-domains.ll | 28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
|
/external/llvm-project/llvm/test/Analysis/ScopedNoAliasAA/ |
D | basic-domains.ll | 28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | DefiningAttributesAndTypes.md | 16 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/ |
D | main.m | 61 // a uniqued C string pointer. We were seeing the result pointer being
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 103 uniqued = [x['name'] for x in json['benchmarks'] 106 return uniqued
|
123