/external/v8/src/interpreter/ |
D | bytecode-register-optimizer.cc | 18 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/ |
D | indexed_dataset_ops_test.py | 55 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/ |
D | indexed_dataset_op.cc | 69 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/ |
D | fast-isel-x32.ll | 4 ; Test that alloca addresses are materialized with the right size instruction.
|
D | cmov-double.ll | 37 ; 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/ |
D | fast-isel-x32.ll | 4 ; Test that alloca addresses are materialized with the right size instruction.
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 85 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/ |
D | README.txt | 85 R1 = X + 4 @ re-materialized 88 R2 = X + 7 @ re-materialized 91 R3 = X + 15 @ re-materialized
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 85 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/ |
D | comdat_group.ll | 1 ; Ensure complete comdat group is materialized
|
/external/llvm/test/Linker/ |
D | comdat_group.ll | 1 ; Ensure complete comdat group is materialized
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-const-addr.ll | 5 ; Test if the constant base address gets only materialized once.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fast-isel-deadcode.ll | 4 ; being passed via a register, so the materialized arguments become dead code.
|
D | 2010-12-08-tpsoft.ll | 6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
|
D | movcc-double.ll | 35 ; If one of the conditions is materialized as a 0/1 value anyway, then the
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-deadcode.ll | 4 ; being passed via a register, so the materialized arguments become dead code.
|
D | 2010-12-08-tpsoft.ll | 6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-const-addr.ll | 5 ; Test if the constant base address gets only materialized once.
|
/external/llvm/test/CodeGen/SPARC/ |
D | spillsize.ll | 6 ; This function spills two values: %p and the materialized large constant.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | spillsize.ll | 6 ; This function spills two values: %p and the materialized large constant.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | tpsoft.ll | 10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | tpsoft.ll | 10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
|
/external/llvm/test/CodeGen/Mips/cstmaterialization/ |
D | stack.ll | 9 ; generally shorter as the constant that has to be materialized is smaller.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cstmaterialization/ |
D | stack.ll | 9 ; generally shorter as the constant that has to be materialized is smaller.
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 97 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()
|