Home
last modified time | relevance | path

Searched refs:materialized (Results 1 – 25 of 74) sorted by relevance

123

/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc18 RegisterInfo(Register reg, uint32_t equivalence_id, bool materialized, in RegisterInfo() argument
22 materialized_(materialized), in RegisterInfo()
29 void MoveToNewEquivalenceSet(uint32_t equivalence_id, bool materialized);
66 bool materialized() const { return materialized_; } in materialized() function in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo
67 void set_materialized(bool materialized) { materialized_ = materialized; } in set_materialized() argument
108 uint32_t equivalence_id, bool materialized) { in MoveToNewEquivalenceSet() argument
113 materialized_ = materialized; in MoveToNewEquivalenceSet()
123 DCHECK(materialized()); in IsOnlyMaterializedMemberOfEquivalenceSet()
127 if (visitor->materialized()) { in IsOnlyMaterializedMemberOfEquivalenceSet()
157 if (visitor->materialized()) { in GetMaterializedEquivalent()
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dindexed_dataset_ops_test.py55 materialized = ds.materialize()
56 self.evaluate(materialized.initializer)
58 output = self.evaluate(materialized.get(i))
61 self.evaluate(materialized.get(16))
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dindexed_dataset_op.cc69 std::shared_ptr<MaterializedIndexedDataset>* materialized) = 0;
339 std::shared_ptr<MaterializedIndexedDataset> materialized; in Compute() local
340 OP_REQUIRES_OK(ctx, dataset->MaterializeDataset(&materialized)); in Compute()
342 ctx, materialized_resource->set_materialized_dataset(materialized)); in Compute()
425 std::shared_ptr<MaterializedIndexedDataset>* materialized) override { in MaterializeDataset() argument
426 (*materialized) = std::make_shared<Materialized>(this); in MaterializeDataset()
/external/llvm/test/CodeGen/X86/
Dfast-isel-x32.ll4 ; Test that alloca addresses are materialized with the right size instruction.
Dcmov-double.ll37 ; If one of the conditions is materialized as a 0/1 value anyway, then the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfast-isel-x32.ll4 ; Test that alloca addresses are materialized with the right size instruction.
/external/llvm/lib/CodeGen/
DREADME.txt85 R1 = X + 4 @ re-materialized
88 R2 = X + 7 @ re-materialized
91 R3 = X + 15 @ re-materialized
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DREADME.txt85 R1 = X + 4 @ re-materialized
88 R2 = X + 7 @ re-materialized
91 R3 = X + 15 @ re-materialized
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt85 R1 = X + 4 @ re-materialized
88 R2 = X + 7 @ re-materialized
91 R3 = X + 15 @ re-materialized
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dcomdat_group.ll1 ; Ensure complete comdat group is materialized
/external/llvm/test/Linker/
Dcomdat_group.ll1 ; Ensure complete comdat group is materialized
/external/llvm/test/CodeGen/AArch64/
Darm64-const-addr.ll5 ; Test if the constant base address gets only materialized once.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfast-isel-deadcode.ll4 ; being passed via a register, so the materialized arguments become dead code.
D2010-12-08-tpsoft.ll6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
Dmovcc-double.ll35 ; If one of the conditions is materialized as a 0/1 value anyway, then the
/external/llvm/test/CodeGen/ARM/
Dfast-isel-deadcode.ll4 ; being passed via a register, so the materialized arguments become dead code.
D2010-12-08-tpsoft.ll6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-const-addr.ll5 ; Test if the constant base address gets only materialized once.
/external/llvm/test/CodeGen/SPARC/
Dspillsize.ll6 ; This function spills two values: %p and the materialized large constant.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dspillsize.ll6 ; This function spills two values: %p and the materialized large constant.
/external/llvm/test/CodeGen/Thumb2/
Dtpsoft.ll10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dtpsoft.ll10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
/external/llvm/test/CodeGen/Mips/cstmaterialization/
Dstack.ll9 ; generally shorter as the constant that has to be materialized is smaller.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cstmaterialization/
Dstack.ll9 ; generally shorter as the constant that has to be materialized is smaller.
/external/v8/src/debug/
Ddebug-evaluate.cc97 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto(); in WithTopmostArguments() local
100 materialized, arguments_str, in WithTopmostArguments()
107 materialized, this_str, Handle<Object>(it.frame()->receiver(), isolate), in WithTopmostArguments()
116 factory->NewDebugEvaluateContext(native_context, scope_info, materialized, in WithTopmostArguments()

123