Searched refs:uniqued (Results 1 – 25 of 32) sorted by relevance
12
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/tensorflow/tensorflow/core/framework/ |
D | graph_to_functiondef.cc | 100 const string uniqued = UniquifyHelper(name); in Uniquify() local 101 name_mapping_[name] = uniqued; in Uniquify() 102 return uniqued; in Uniquify()
|
/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/swiftshader/third_party/llvm-7.0/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,
|
D | odr-lambda-1.ll | 5 ; When materializing the ODR-uniqued types they may be resolved to types from a
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 130 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/ |
D | type-mapping-bug2.ll | 38 ; This DICompositeType is uniqued against !5 in Inputs/type-mapping-bug2.ll,
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 103 uniqued = [x['name'] for x in json['benchmarks'] 106 return uniqued
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 103 uniqued = [x['name'] for x in json['benchmarks'] 106 return uniqued
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScopedNoAliasAA/ |
D | basic-domains.ll | 28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
|
/external/llvm/test/Analysis/ScopedNoAliasAA/ |
D | basic-domains.ll | 28 ; Two scopes (which must be self-referential to avoid being "uniqued"):
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 486 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/ |
D | RegionStore.txt | 145 Under the hood, a LazyCompoundVal is implemented as a uniqued pair of (region,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl03.rst | 133 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
|
D | OCamlLangImpl3.rst | 101 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/ |
D | LangImpl03.rst | 133 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
|
D | OCamlLangImpl3.rst | 101 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