Lines Matching refs:kInt32
50 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
54 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); in TEST_F()
55 HInstruction* array_get2 = new (GetAllocator()) HArrayGet(array, c2, DataType::Type::kInt32, 0); in TEST_F()
57 new (GetAllocator()) HArraySet(array, c1, c3, DataType::Type::kInt32, 0); in TEST_F()
59 new (GetAllocator()) HArraySet(array, index, c3, DataType::Type::kInt32, 0); in TEST_F()
81 DataType::Type type = DataType::Type::kInt32; in TEST_F()
133 DataType::Type::kInt32, in TEST_F()
142 DataType::Type::kInt32, in TEST_F()
151 DataType::Type::kInt32, in TEST_F()
201 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
205 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
206 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F()
207 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
208 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c1); in TEST_F()
209 HInstruction* sub_neg1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c_neg1); in TEST_F()
210 HInstruction* rev_sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, c1, index); in TEST_F()
211 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
212 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
214 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
216 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
218 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
220 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
222 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
224 new (GetAllocator()) HArraySet(array, sub_neg1, c0, DataType::Type::kInt32, 0); in TEST_F()
293 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
302 DataType::Type::kInt32, in TEST_F()
307 DataType::Type::kInt32, in TEST_F()
312 DataType::Type::kInt32, in TEST_F()
317 DataType::Type::kInt32, in TEST_F()
322 DataType::Type::kInt32, in TEST_F()
325 HInstruction* i_add6 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c6); in TEST_F()
326 HInstruction* i_add8 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c8); in TEST_F()
333 DataType::Type::kInt32, in TEST_F()
334 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
342 DataType::Type::kInt32, in TEST_F()
343 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
351 DataType::Type::kInt32, in TEST_F()
352 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
360 DataType::Type::kInt32, in TEST_F()
361 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
369 DataType::Type::kInt32, in TEST_F()
370 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
378 DataType::Type::kInt32, in TEST_F()
379 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
387 DataType::Type::kInt32, in TEST_F()
388 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
503 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
514 DataType::Type::kInt32, index, c_0x80000000); in TEST_F()
516 DataType::Type::kInt32, index, c_0x80000000); in TEST_F()
518 array, add_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
520 array, sub_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
523 HInstruction* add_0x10 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c_0x10); in TEST_F()
525 DataType::Type::kInt32, index, c_0xFFFFFFF0); in TEST_F()
527 array, add_0x10, c0, DataType::Type::kInt32, 0); in TEST_F()
529 array, sub_0xFFFFFFF0, c0, DataType::Type::kInt32, 0); in TEST_F()
533 DataType::Type::kInt32, index, c_0x7FFFFFFF); in TEST_F()
535 DataType::Type::kInt32, index, c_0x80000001); in TEST_F()
537 array, add_0x7FFFFFFF, c0, DataType::Type::kInt32, 0); in TEST_F()
539 array, sub_0x80000001, c0, DataType::Type::kInt32, 0); in TEST_F()
542 HInstruction* add_0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
543 HInstruction* sub_0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
545 array, add_0, c0, DataType::Type::kInt32, 0); in TEST_F()
547 array, sub_0, c0, DataType::Type::kInt32, 0); in TEST_F()
628 DataType::Type::kInt32, in TEST_F()
634 DataType::Type::kInt32, in TEST_F()
640 DataType::Type::kInt32, in TEST_F()
646 DataType::Type::kInt32, in TEST_F()