/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/compiler/ |
D | compilation-dependencies.cc | 88 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()
|
D | property-access-builder.cc | 136 if (receiver_map->is_stable()) { in BuildCheckMaps() 268 if (field_map->is_stable()) { in BuildLoadDataField()
|
D | js-native-context-specialization.cc | 161 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()
|
D | js-heap-broker.h | 315 bool is_stable() const;
|
D | node-properties.cc | 384 if (receiver_map->is_stable()) { in InferReceiverMaps()
|
D | access-info.cc | 298 map->is_stable() ? nullptr in ComputeElementAccessInfos()
|
D | typed-optimization.cc | 97 if (object_map.is_stable()) return object_map; in GetStableMapFromObjectType()
|
D | js-heap-broker.cc | 1035 HANDLE_ACCESSOR_C(Map, bool, is_stable) in BIMODAL_ACCESSOR()
|
/external/v8/src/ |
D | field-type.cc | 58 return !this->IsClass() || AsClass()->is_stable(); in NowStable()
|
D | map-updater.cc | 299 DCHECK(old_map_->is_stable()); in FindRootMap()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_creation_utils.h | 138 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder,
|
D | stable_sort_expander.cc | 202 Cast<HloSortInstruction>(instruction)->is_stable(); in InstructionMatchesPattern()
|
D | hlo_creation_utils.cc | 290 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()
|
D | hlo_instructions.cc | 774 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()
|
D | hlo_instructions.h | 497 HloComputation* compare, bool is_stable); 510 bool is_stable() const { return is_stable_; } in is_stable() function
|
D | hlo.proto | 183 bool is_stable = 60; field
|
D | hlo_instruction.cc | 267 computations(0), proto.is_stable()); in CreateFromProto() 1195 bool is_stable) { in CreateSort() argument 1197 compare, is_stable); in CreateSort()
|
D | hlo_instruction.h | 703 bool is_stable);
|
D | hlo_parser.cc | 921 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/ |
D | map-inl.h | 489 bool Map::is_stable() const { return !IsUnstableBit::decode(bit_field3()); } in is_stable() function 507 if (is_stable()) { in NotifyLeafMapLayoutChange()
|
D | map.h | 615 inline bool is_stable() const;
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 516 int64 dimension = -1, bool is_stable = false); 947 bool is_stable); 1773 int64 dimension = -1, bool is_stable = false);
|
D | xla_builder.cc | 1685 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()
|