Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef.cc100 const string uniqued = UniquifyHelper(name); in Uniquify() local
101 name_mapping_[name] = uniqued; in Uniquify()
102 return uniqued; in Uniquify()
/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/swiftshader/third_party/llvm-7.0/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,
Dodr-lambda-1.ll5 ; When materializing the ODR-uniqued types they may be resolved to types from a
/external/tensorflow/tensorflow/c/
Dc_api_function.cc130 const string uniqued = UniquifyHelper(name); in Uniquify() local
131 name_mapping_[name] = uniqued; in Uniquify()
132 used_names_.insert(uniqued); in Uniquify()
133 return uniqued; in Uniquify()
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dtype-mapping-bug2.ll38 ; This DICompositeType is uniqued against !5 in Inputs/type-mapping-bug2.ll,
/external/google-benchmark/tools/gbench/
Dreport.py103 uniqued = [x['name'] for x in json['benchmarks']
106 return uniqued
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py103 uniqued = [x['name'] for x in json['benchmarks']
106 return uniqued
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScopedNoAliasAA/
Dbasic-domains.ll28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
/external/llvm/test/Analysis/ScopedNoAliasAA/
Dbasic-domains.ll28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
/external/clang/docs/
DObjectiveCLiterals.rst486 guaranteed to be uniqued by the runtime, but nor are they guaranteed to
495 uniqued across translation units during linking. This is an
/external/clang/docs/analyzer/
DRegionStore.txt145 Under the hood, a LazyCompoundVal is implemented as a uniqued pair of (region,
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl03.rst133 are all uniqued together and shared. For this reason, the API uses the
292 indicates this). Note that Types in LLVM are uniqued just like Constants
DOCamlLangImpl3.rst101 are all uniqued together and shared. For this reason, the API uses "the
243 ``Llvm.var_arg_function_type``). Note that Types in LLVM are uniqued
/external/llvm/docs/tutorial/
DLangImpl03.rst133 are all uniqued together and shared. For this reason, the API uses the
292 indicates this). Note that Types in LLVM are uniqued just like Constants
DOCamlLangImpl3.rst101 are all uniqued together and shared. For this reason, the API uses "the
243 ``Llvm.var_arg_function_type``). Note that Types in LLVM are uniqued

12