Home
last modified time | relevance | path

Searched refs:is_stable (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/compiler/
Dmap-inference.cc136 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()
Dcompilation-dependencies.cc93 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()
Dproperty-access-builder.cc90 if (object_map.is_stable()) { in BuildCheckMaps()
307 if (field_map_ref.is_stable()) { in BuildLoadDataField()
Djs-native-context-specialization.cc372 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()
Dnode-properties.cc367 if (receiver.map().is_stable()) { in InferMapsUnsafe()
Dheap-refs.h594 bool is_stable() const;
Daccess-info.cc666 CHECK(map->is_stable()); in ComputePropertyAccessInfo()
Djs-heap-broker.cc2902 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/
Druntime_key_value_sort.cc35 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()
Druntime_key_value_sort.h41 tensorflow::int32* values_primitive_type_size_in_bytes, bool is_stable,
/external/v8/src/objects/
Dfield-type.cc53 return !this->IsClass() || AsClass().is_stable(); in NowStable()
Dmap-inl.h561 bool Map::is_stable() const { in is_stable() function
581 if (is_stable()) { in NotifyLeafMapLayoutChange()
Dmap.h663 inline bool is_stable() const;
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dops.mlir742 …}) {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/
Dstable_sort_expander.cc202 Cast<HloSortInstruction>(instruction)->is_stable(); in InstructionMatchesPattern()
Dhlo_creation_utils.h158 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder,
Dhlo_creation_utils.cc359 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()
Dhlo_instructions.cc828 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()
Dhlo_instructions.h544 HloComputation* compare, bool is_stable);
557 bool is_stable() const { return is_stable_; } in is_stable() function
Dhlo.proto188 bool is_stable = 60; field
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h556 int64 dimension = -1, bool is_stable = false);
980 bool is_stable);
1841 int64 dimension = -1, bool is_stable = false);
Dxla_builder.cc1624 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/
Dhlo_ops.td1075 DefaultValuedAttr<BoolAttr, "false">:$is_stable
1084 "int64_t dimension = -1, bool is_stable = false"
/external/v8/src/diagnostics/
Dobjects-debug.cc456 CHECK(!parent.is_stable()); in MapVerify()
503 CHECK_IMPLIES(is_deprecated(), !is_stable()); in MapVerify()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dexport.mlir902 …}) {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=%…

12