/external/v8/src/compiler/ |
D | map-inference.cc | 136 auto is_stable = [this](Handle<Map> map) { in RelyOnMapsHelper() local 138 return map_ref.is_stable(); in RelyOnMapsHelper() 141 std::all_of(maps_.cbegin(), maps_.cend(), is_stable)) { in RelyOnMapsHelper()
|
D | compilation-dependencies.cc | 93 DCHECK(map_.is_stable()); in StableMapDependency() 96 bool IsValid() const override { return map_.object()->is_stable(); } in IsValid() 404 DCHECK(map.is_stable()); in DependOnStableMap() 431 if (!map.is_stable()) { in DependOnFieldConstness()
|
D | property-access-builder.cc | 90 if (object_map.is_stable()) { in BuildCheckMaps() 307 if (field_map_ref.is_stable()) { in BuildLoadDataField()
|
D | js-native-context-specialization.cc | 372 if (function_map.is_stable()) { in ReduceJSGetSuperConstructor() 537 if (result == NodeProperties::kUnreliableMaps && !map.is_stable()) { in InferHasInPrototypeChain() 557 if (!map.is_stable()) return kMayBeInPrototypeChain; in InferHasInPrototypeChain() 576 if (!prototype.map().is_stable()) return kMayBeInPrototypeChain; in InferHasInPrototypeChain() 835 !property_cell_value.AsHeapObject().map().is_stable()) { in ReduceGlobalAccess() 915 if (property_cell_value_map.is_stable()) { in ReduceGlobalAccess() 3456 if (!map.is_stable()) return false; in InferMaps()
|
D | node-properties.cc | 367 if (receiver.map().is_stable()) { in InferMapsUnsafe()
|
D | heap-refs.h | 594 bool is_stable() const;
|
D | access-info.cc | 666 CHECK(map->is_stable()); in ComputePropertyAccessInfo()
|
D | js-heap-broker.cc | 2902 if (!map.prototype().IsJSObject() || !prototype_map.is_stable() || in HasOnlyStablePrototypesWithFastElementsHelper() 2934 if (!prototype().IsJSObject() || !prototype_map.is_stable() || in HasOnlyStablePrototypesWithFastElements() 3672 bool MapRef::is_stable() const { in is_stable() function in v8::internal::compiler::MapRef 3673 IF_ACCESS_FROM_HEAP_C(is_stable); in is_stable() 5168 Map transition_target = map->is_stable() in ProcessFeedbackMapsForElementAccess()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_key_value_sort.cc | 35 int32* values_primitive_type_size_in_bytes, bool is_stable, in __xla_cpu_runtime_KeyValueSort() argument 86 if (is_stable) { in __xla_cpu_runtime_KeyValueSort()
|
D | runtime_key_value_sort.h | 41 tensorflow::int32* values_primitive_type_size_in_bytes, bool is_stable,
|
/external/v8/src/objects/ |
D | field-type.cc | 53 return !this->IsClass() || AsClass().is_stable(); in NowStable()
|
D | map-inl.h | 561 bool Map::is_stable() const { in is_stable() function 581 if (is_stable()) { in NotifyLeafMapLayoutChange()
|
D | map.h | 663 inline bool is_stable() const;
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | ops.mlir | 742 …}) {dimension = 1 : i64, is_stable = true} : (tensor<16x16xf32>, tensor<16x16xi32>) -> tuple<tenso… 754 }) {dimension = 1 : i64, is_stable = true} : () -> tuple<> 765 …}) {dimension = 1 : i64, is_stable = true} : (tensor<*xf32>, tensor<16x16xi32>) -> tuple<tensor<16… 777 …}) {dimension = 1 : i64, is_stable = true} : (tensor<*xf32>, tensor<16x16xi32>) -> tuple<tensor<16… 789 …}) {dimension = 1 : i64, is_stable = true} : (tensor<16x8xf32>, tensor<16x16xi32>) -> tuple<tensor… 801 …}) {dimension = 10 : i64, is_stable = true} : (tensor<16x16xf32>, tensor<16x16xi32>) -> tuple<tens… 813 …}) {dimension = -3 : i64, is_stable = true} : (tensor<16x16xf32>, tensor<16x16xi32>) -> tuple<tens… 825 …}) {dimension = 1 : i64, is_stable = true} : (tensor<16x16xf32>, tensor<16x16xi32>) -> tuple<tenso… 837 …}) {dimension = 1 : i64, is_stable = true} : (tensor<16x16xf32>, tensor<16x16xi32>) -> tuple<tenso…
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | stable_sort_expander.cc | 202 Cast<HloSortInstruction>(instruction)->is_stable(); in InstructionMatchesPattern()
|
D | hlo_creation_utils.h | 158 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder,
|
D | hlo_creation_utils.cc | 359 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder, in MakeSortHlo() argument 377 sort_shape, dimension_to_sort, operands, compare_computation, is_stable)); in MakeSortHlo()
|
D | hlo_instructions.cc | 828 bool is_stable) in HloSortInstruction() argument 831 is_stable_(is_stable) { 843 proto.set_is_stable(is_stable()); in ToProto() 851 if (is_stable()) { in ExtraAttributesToStringImpl() 865 if (is_stable() != casted_other.is_stable()) { in IdenticalSlowPath() 875 shape, dimensions(0), new_operands, to_apply(), is_stable()); in CloneWithNewOperandsImpl()
|
D | hlo_instructions.h | 544 HloComputation* compare, bool is_stable); 557 bool is_stable() const { return is_stable_; } in is_stable() function
|
D | hlo.proto | 188 bool is_stable = 60; field
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 556 int64 dimension = -1, bool is_stable = false); 980 bool is_stable); 1841 int64 dimension = -1, bool is_stable = false);
|
D | xla_builder.cc | 1624 bool is_stable) { in Sort() argument 1627 instr.set_is_stable(is_stable); in Sort() 3440 int64 dimension, bool is_stable) { in Sort() argument 3442 is_stable); in Sort()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | hlo_ops.td | 1075 DefaultValuedAttr<BoolAttr, "false">:$is_stable 1084 "int64_t dimension = -1, bool is_stable = false"
|
/external/v8/src/diagnostics/ |
D | objects-debug.cc | 456 CHECK(!parent.is_stable()); in MapVerify() 503 CHECK_IMPLIES(is_deprecated(), !is_stable()); in MapVerify()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | export.mlir | 902 …}) {dimension = 1 : i64, is_stable = true} : (tensor<16x16xf32>, tensor<16x16xi32>) -> tuple<tenso… 910 …(f32[16,16] %[[MAIN_ARG0]], s32[16,16] %[[MAIN_ARG1]]), dimensions={1}, is_stable=true, to_apply=%…
|