Home
last modified time | relevance | path

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

12

/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/compiler/
Dcompilation-dependencies.cc88 DCHECK(map_.is_stable()); in StableMapDependency()
91 bool IsValid() const override { return map_.object<Map>()->is_stable(); } in IsValid()
310 DCHECK(map.is_stable()); in DependOnStableMap()
Dproperty-access-builder.cc136 if (receiver_map->is_stable()) { in BuildCheckMaps()
268 if (field_map->is_stable()) { in BuildLoadDataField()
Djs-native-context-specialization.cc161 if (function_map->is_stable() && function_prototype->IsConstructor()) { in ReduceJSGetSuperConstructor()
330 if (!receiver_map->is_stable()) { in InferHasInPrototypeChain()
345 if (!current->map()->is_stable() || in InferHasInPrototypeChain()
584 !Handle<HeapObject>::cast(property_cell_value)->map()->is_stable()) { in ReduceGlobalAccess()
649 if (property_cell_value_map->is_stable()) { in ReduceGlobalAccess()
696 DCHECK(property_cell_value_map->is_stable()); in ReduceGlobalAccess()
1235 if (!map->is_stable()) return NoChange(); in ReduceElementAccess()
2911 if (!maps[i]->is_stable()) return false; in InferReceiverMaps()
Djs-heap-broker.h315 bool is_stable() const;
Dnode-properties.cc384 if (receiver_map->is_stable()) { in InferReceiverMaps()
Daccess-info.cc298 map->is_stable() ? nullptr in ComputeElementAccessInfos()
Dtyped-optimization.cc97 if (object_map.is_stable()) return object_map; in GetStableMapFromObjectType()
Djs-heap-broker.cc1035 HANDLE_ACCESSOR_C(Map, bool, is_stable) in BIMODAL_ACCESSOR()
/external/v8/src/
Dfield-type.cc58 return !this->IsClass() || AsClass()->is_stable(); in NowStable()
Dmap-updater.cc299 DCHECK(old_map_->is_stable()); in FindRootMap()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.h138 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder,
Dstable_sort_expander.cc202 Cast<HloSortInstruction>(instruction)->is_stable(); in InstructionMatchesPattern()
Dhlo_creation_utils.cc290 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder, in MakeSortHlo() argument
308 sort_shape, dimension_to_sort, operands, compare_computation, is_stable)); in MakeSortHlo()
Dhlo_instructions.cc774 bool is_stable) in HloSortInstruction() argument
777 is_stable_(is_stable) {
789 proto.set_is_stable(is_stable()); in ToProto()
797 if (is_stable()) { in ExtraAttributesToStringImpl()
811 if (is_stable() != casted_other.is_stable()) { in IdenticalSlowPath()
821 shape, dimensions(0), new_operands, to_apply(), is_stable()); in CloneWithNewOperandsImpl()
Dhlo_instructions.h497 HloComputation* compare, bool is_stable);
510 bool is_stable() const { return is_stable_; } in is_stable() function
Dhlo.proto183 bool is_stable = 60; field
Dhlo_instruction.cc267 computations(0), proto.is_stable()); in CreateFromProto()
1195 bool is_stable) { in CreateSort() argument
1197 compare, is_stable); in CreateSort()
Dhlo_instruction.h703 bool is_stable);
Dhlo_parser.cc921 optional<bool> is_stable = false; in ParseInstructionRhs() local
922 attrs["is_stable"] = {/*required=*/false, AttrTy::kBool, &is_stable}; in ParseInstructionRhs()
932 to_apply.value(), is_stable.value())); in ParseInstructionRhs()
/external/v8/src/objects/
Dmap-inl.h489 bool Map::is_stable() const { return !IsUnstableBit::decode(bit_field3()); } in is_stable() function
507 if (is_stable()) { in NotifyLeafMapLayoutChange()
Dmap.h615 inline bool is_stable() const;
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h516 int64 dimension = -1, bool is_stable = false);
947 bool is_stable);
1773 int64 dimension = -1, bool is_stable = false);
Dxla_builder.cc1685 bool is_stable) { in Sort() argument
1688 instr.set_is_stable(is_stable); in Sort()
3374 int64 dimension, bool is_stable) { in Sort() argument
3376 is_stable); in Sort()

12