HomeSort by relevance Sort by last modified time
    Searched refs:kInt32 (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/perfetto/src/trace_processor/
ftrace_descriptors.cc 30 {"prev_pid", ProtoSchemaType::kInt32},
31 {"prev_prio", ProtoSchemaType::kInt32},
34 {"next_pid", ProtoSchemaType::kInt32},
35 {"next_prio", ProtoSchemaType::kInt32},
108 {"pid", ProtoSchemaType::kInt32},
109 {"prio", ProtoSchemaType::kInt32},
110 {"success", ProtoSchemaType::kInt32},
111 {"target_cpu", ProtoSchemaType::kInt32},
119 {"pid", ProtoSchemaType::kInt32},
129 {"affected_cpu", ProtoSchemaType::kInt32},
    [all...]
  /art/compiler/optimizing/
load_store_analysis_test.cc 50 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32);
54 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0);
55 HInstruction* array_get2 = new (GetAllocator()) HArrayGet(array, c2, DataType::Type::kInt32, 0);
57 new (GetAllocator()) HArraySet(array, c1, c3, DataType::Type::kInt32, 0);
59 new (GetAllocator()) HArraySet(array, index, c3, DataType::Type::kInt32, 0);
81 DataType::Type type = DataType::Type::kInt32;
131 DataType::Type::kInt32,
140 DataType::Type::kInt32,
149 DataType::Type::kInt32,
197 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32);
    [all...]
scheduler_test.cc 107 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, c1, c2);
108 HInstruction* add2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, add1, c2);
109 HInstruction* mul = new (GetAllocator()) HMul(DataType::Type::kInt32, add1, add2);
111 HInstruction* div = new (GetAllocator()) HDiv(DataType::Type::kInt32, add1, div_check, 0);
113 new (GetAllocator()) HArrayGet(array, add1, DataType::Type::kInt32, 0);
115 new (GetAllocator()) HArraySet(array, add1, add2, DataType::Type::kInt32, 0);
117 new (GetAllocator()) HArrayGet(array, add1, DataType::Type::kInt32, 0);
119 new (GetAllocator()) HArraySet(array, add1, add2, DataType::Type::kInt32, 0);
221 DataType::Type::kInt32);
225 DataType::Type::kInt32);
    [all...]
nodes_vector_test.cc 56 DataType::Type::kInt32);
134 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
136 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
138 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 2, kNoDexPc);
146 DataType::Type::kInt32,
147 SideEffects::ArrayWriteOfType(DataType::Type::kInt32),
177 EXPECT_EQ(DataType::Type::kInt32, v0->GetPackedType());
178 EXPECT_EQ(DataType::Type::kInt32, v1->GetPackedType());
179 EXPECT_EQ(DataType::Type::kInt32, v2->GetPackedType());
181 EXPECT_EQ(DataType::Type::kInt32, v4->GetPackedType())
    [all...]
data_type.h 38 kInt32,
61 case Type::kInt32:
88 case Type::kInt32:
117 case Type::kInt32:
127 return type == Type::kInt32 || type == Type::kInt64;
148 case Type::kInt32:
149 return Type::kInt32;
172 case Type::kInt32:
198 case Type::kInt32:
226 return Type::kInt32;
    [all...]
induction_var_analysis_test.cc 109 basic_[d] = new (GetAllocator()) HPhi(GetAllocator(), d, 0, DataType::Type::kInt32);
115 increment_[d] = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[d], constant1_);
142 HPhi* select_phi = new (GetAllocator()) HPhi(GetAllocator(), -1, 0, DataType::Type::kInt32);
155 HPhi* phi = new (GetAllocator()) HPhi(GetAllocator(), vreg, 0, DataType::Type::kInt32);
285 new (GetAllocator()) HAdd(DataType::Type::kInt32, constant100_, basic_[0]), 0);
287 new (GetAllocator()) HSub(DataType::Type::kInt32, constant100_, basic_[0]), 0);
289 new (GetAllocator()) HMul(DataType::Type::kInt32, constant100_, basic_[0]), 0);
291 new (GetAllocator()) HShl(DataType::Type::kInt32, basic_[0], constant1_), 0);
293 new (GetAllocator()) HNeg(DataType::Type::kInt32, basic_[0]), 0);
317 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0)
    [all...]
ssa_liveness_analysis_test.cc 59 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32);
81 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32);
83 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32);
85 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32);
115 new (GetAllocator()) HArraySet(array, index, value, DataType::Type::kInt32, /* dex_pc= */ 0);
150 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32);
152 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32);
154 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32);
188 new (GetAllocator()) HArraySet(array, index, value, DataType::Type::kInt32, /* dex_pc= */ 0);
bounds_check_elimination_test.cc 73 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); // i
95 null_check, bounds_check2, constant_1, DataType::Type::kInt32, 0);
119 null_check, bounds_check4, constant_1, DataType::Type::kInt32, 0);
132 null_check, bounds_check5, constant_1, DataType::Type::kInt32, 0);
170 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); // i
189 new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter2, constant_max_int);
205 null_check, bounds_check, constant_1, DataType::Type::kInt32, 0);
235 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); // i
258 new (GetAllocator()) HSub(DataType::Type::kInt32, parameter2, constant_max_int);
259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int)
    [all...]
side_effects_test.cc 31 DataType::Type::kInt32,
128 SideEffects::FieldWriteOfType(DataType::Type::kInt32, false),
131 SideEffects::ArrayWriteOfType(DataType::Type::kInt32),
135 SideEffects::FieldWriteOfType(DataType::Type::kInt32, false),
138 SideEffects::ArrayWriteOfType(DataType::Type::kInt32),
144 SideEffects::FieldWriteOfType(DataType::Type::kInt32, /* is_volatile= */ true);
146 SideEffects::FieldWriteOfType(DataType::Type::kInt32, /* is_volatile= */ false);
166 SideEffects::FieldWriteOfType(DataType::Type::kInt32, /* is_volatile= */ false),
169 SideEffects::ArrayWriteOfType(DataType::Type::kInt32),
255 SideEffects::ArrayReadOfType(DataType::Type::kInt32).ToString().c_str())
    [all...]
parallel_move_test.cc 162 DataType::Type::kInt32,
268 DataType::Type::kInt32,
273 DataType::Type::kInt32,
289 DataType::Type::kInt32,
311 DataType::Type::kInt32,
328 DataType::Type::kInt32,
343 DataType::Type::kInt32,
348 DataType::Type::kInt32,
369 DataType::Type::kInt32,
379 DataType::Type::kInt32,
    [all...]
data_type-inl.h 33 case Primitive::kPrimInt: return DataType::Type::kInt32;
57 case DataType::Type::kInt32: return 'i'; // Java int (I).
instruction_simplifier_x86.cc 62 } else if (instruction->GetResultType() == DataType::Type::kInt32) {
70 if (instruction->GetResultType() == DataType::Type::kInt32) {
nodes_mips.h 28 DataType::Type::kInt32,
98 DataType::Type::kInt32,
builder.h 50 DataType::Type return_type = DataType::Type::kInt32);
select_generator_test.cc 59 HPhi* phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32);
91 HAdd* instr = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, parameter_, 0);
  /external/perfetto/src/traced/probes/ftrace/
event_info_constants.cc 33 fields.push_back(MakeField("common_pid", 2, ProtoSchemaType::kInt32));
41 if (ftrace == kFtraceCommonPid32 && proto == ProtoSchemaType::kInt32) {
49 } else if (ftrace == kFtracePid32 && proto == ProtoSchemaType::kInt32) {
71 } else if (ftrace == kFtraceInt8 && proto == ProtoSchemaType::kInt32) {
75 } else if (ftrace == kFtraceInt16 && proto == ProtoSchemaType::kInt32) {
79 } else if (ftrace == kFtraceInt32 && proto == ProtoSchemaType::kInt32) {
event_info.cc 21 event->fields.push_back(MakeField("debug_id", 1, ProtoSchemaType::kInt32));
23 MakeField("target_node", 2, ProtoSchemaType::kInt32));
24 event->fields.push_back(MakeField("to_proc", 3, ProtoSchemaType::kInt32));
25 event->fields.push_back(MakeField("to_thread", 4, ProtoSchemaType::kInt32));
26 event->fields.push_back(MakeField("reply", 5, ProtoSchemaType::kInt32));
37 event->fields.push_back(MakeField("debug_id", 1, ProtoSchemaType::kInt32));
46 event->fields.push_back(MakeField("proc", 1, ProtoSchemaType::kInt32));
47 event->fields.push_back(MakeField("thread", 2, ProtoSchemaType::kInt32));
89 event->fields.push_back(MakeField("debug_id", 2, ProtoSchemaType::kInt32));
148 event->fields.push_back(MakeField("error", 4, ProtoSchemaType::kInt32));
    [all...]
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
resolve_slice_attributes.cc 50 op->begin = begin_array.GetBuffer<ArrayDataType::kInt32>().data;
51 op->size = size_array.GetBuffer<ArrayDataType::kInt32>().data;
resolve_strided_slice_attributes.cc 29 Buffer<ArrayDataType::kInt32>* buffer =
30 &(attribute_array->GetMutableBuffer<ArrayDataType::kInt32>());
118 op->start_indices = start_array.GetBuffer<ArrayDataType::kInt32>().data;
119 op->stop_indices = stop_array.GetBuffer<ArrayDataType::kInt32>().data;
120 op->strides = stride_array.GetBuffer<ArrayDataType::kInt32>().data;
convert_expanddims_to_reshape.cc 57 int axis = axis_array.GetBuffer<ArrayDataType::kInt32>().data[0];
79 shape_array.data_type = ArrayDataType::kInt32;
80 auto& shape_buffer = shape_array.GetMutableBuffer<ArrayDataType::kInt32>();
convert_reorder_axes.cc 51 reshape_array.data_type = ArrayDataType::kInt32;
53 reshape_array.GetMutableBuffer<ArrayDataType::kInt32>();
80 perm_array.data_type = ArrayDataType::kInt32;
81 auto& perm_buffer = perm_array.GetMutableBuffer<ArrayDataType::kInt32>();
resolve_constant_gather.cc 35 coords_array.GetBuffer<ArrayDataType::kInt32>().data;
108 CHECK(coords_array.data_type == ArrayDataType::kInt32)
129 case ArrayDataType::kInt32:
130 Gather<ArrayDataType::kInt32>(input_array, coords_array, &output_array);
resolve_multiply_by_zero.cc 124 case ArrayDataType::kInt32: {
126 constant_input_array.GetBuffer<ArrayDataType::kInt32>().data;
127 if (!AreAllBufferElementsZero<DataType<ArrayDataType::kInt32>>(
131 FillArrayWithZeros<ArrayDataType::kInt32>(&output_array);
resolve_reshape_attributes.cc 44 op->shape = constant_input_array.GetBuffer<ArrayDataType::kInt32>().data;
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
resolve_constant_unary_test.cc 43 input1.GetMutableBuffer<ArrayDataType::kInt32>().data = axis;
44 input1.data_type = ArrayDataType::kInt32;

Completed in 920 milliseconds

1 2 3 4 5 6 7