Lines Matching refs:kInt32

96     i_add1_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c1);  in CreateEntryBlockInstructions()
97 i_add4_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c4); in CreateEntryBlockInstructions()
131 phi_ = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in CreateTestControlFlowGraph()
141 HInstruction* inc_phi = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_, c1); in CreateTestControlFlowGraph()
201 DataType::Type::kInt32, in AddVecLoad()
202 SideEffects::ArrayReadOfType(DataType::Type::kInt32), in AddVecLoad()
224 HVecReplicateScalar(GetAllocator(), c1, DataType::Type::kInt32, 4, kNoDexPc); in AddVecStore()
232 DataType::Type::kInt32, in AddVecStore()
233 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in AddVecStore()
247 HInstruction* get = new (GetAllocator()) HArrayGet(array, index, DataType::Type::kInt32, 0); in AddArrayGet()
267 new (GetAllocator()) HArraySet(array, index, data, DataType::Type::kInt32, 0); in AddArraySet()
275 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32)); in InitGraphAndParameters()
278 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32)); in InitGraphAndParameters()
281 graph_->GetDexFile(), dex::TypeIndex(1), 2, DataType::Type::kInt32)); in InitGraphAndParameters()
730 graph_->GetDexFile(), dex::TypeIndex(0), 3, DataType::Type::kInt32)); in TEST_F()
1059 MakeIFieldGet(new_inst, DataType::Type::kInt32, mirror::Object::MonitorOffset()); in TEST_F()
1117 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F()
1118 HInstruction* one_const = graph_->GetConstant(DataType::Type::kInt32, 1); in TEST_F()
1119 HInstruction* eighty_const = graph_->GetConstant(DataType::Type::kInt32, 80); in TEST_F()
1131 HPhi* i_phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in TEST_F()
1132 HPhi* t_phi = new (GetAllocator()) HPhi(GetAllocator(), 1, 0, DataType::Type::kInt32); in TEST_F()
1156 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1158 new (GetAllocator()) HArrayGet(alloc_w, last_i, DataType::Type::kInt32, 0); in TEST_F()
1159 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F()
1161 new (GetAllocator()) HArraySet(alloc_w, i_phi, body_value, DataType::Type::kInt32, 0); in TEST_F()
1163 new (GetAllocator()) HArrayGet(alloc_w, i_phi, DataType::Type::kInt32, 0); in TEST_F()
1164 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F()
1165 HInstruction* i_next = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1246 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F()
1247 HInstruction* one_const = graph_->GetConstant(DataType::Type::kInt32, 1); in TEST_F()
1248 HInstruction* eighty_const = graph_->GetConstant(DataType::Type::kInt32, 80); in TEST_F()
1260 HPhi* i_phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in TEST_F()
1261 HPhi* t_phi = new (GetAllocator()) HPhi(GetAllocator(), 1, 0, DataType::Type::kInt32); in TEST_F()
1285 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1293 new (GetAllocator()) HArrayGet(alloc_w, last_i, DataType::Type::kInt32, 0); in TEST_F()
1294 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F()
1296 new (GetAllocator()) HArraySet(alloc_w, i_phi, body_value, DataType::Type::kInt32, 0); in TEST_F()
1298 new (GetAllocator()) HArrayGet(alloc_w, i_phi, DataType::Type::kInt32, 0); in TEST_F()
1299 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, last_t_value }); in TEST_F()
1312 HInstruction* i_next = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, one_const); in TEST_F()
1386 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F()
1387 HInstruction* one_const = graph_->GetConstant(DataType::Type::kInt32, 1); in TEST_F()
1388 HInstruction* two_const = graph_->GetConstant(DataType::Type::kInt32, 2); in TEST_F()
1402 HInvoke* left_value = MakeInvoke(DataType::Type::kInt32, { zero_const }); in TEST_F()
1404 new (GetAllocator()) HArraySet(alloc_w, zero_const, left_value, DataType::Type::kInt32, 0); in TEST_F()
1406 new (GetAllocator()) HArraySet(alloc_w, one_const, zero_const, DataType::Type::kInt32, 0); in TEST_F()
1415 HInvoke* right_value = MakeInvoke(DataType::Type::kInt32, { one_const }); in TEST_F()
1417 new (GetAllocator()) HArraySet(alloc_w, zero_const, right_value, DataType::Type::kInt32, 0); in TEST_F()
1419 new (GetAllocator()) HArraySet(alloc_w, one_const, zero_const, DataType::Type::kInt32, 0); in TEST_F()
1429 new (GetAllocator()) HArrayGet(alloc_w, zero_const, DataType::Type::kInt32, 0); in TEST_F()
1431 new (GetAllocator()) HArrayGet(alloc_w, one_const, DataType::Type::kInt32, 0); in TEST_F()
1432 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1481 HInstruction* zero_const = graph_->GetConstant(DataType::Type::kInt32, 0); in TEST_F()
1482 HInstruction* one_const = graph_->GetConstant(DataType::Type::kInt32, 1); in TEST_F()
1483 HInstruction* two_const = graph_->GetConstant(DataType::Type::kInt32, 2); in TEST_F()
1499 new (GetAllocator()) HArraySet(alloc_w, zero_const, one_const, DataType::Type::kInt32, 0); in TEST_F()
1501 new (GetAllocator()) HArraySet(alloc_w, zero_const, zero_const, DataType::Type::kInt32, 0); in TEST_F()
1509 new (GetAllocator()) HArraySet(alloc_w, one_const, one_const, DataType::Type::kInt32, 0); in TEST_F()
1511 new (GetAllocator()) HArraySet(alloc_w, one_const, zero_const, DataType::Type::kInt32, 0); in TEST_F()
1519 new (GetAllocator()) HArrayGet(alloc_w, zero_const, DataType::Type::kInt32, 0); in TEST_F()
1521 new (GetAllocator()) HArrayGet(alloc_w, one_const, DataType::Type::kInt32, 0); in TEST_F()
1522 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1572 HInstruction* n = MakeParam(DataType::Type::kInt32); in TEST_F()
1579 cls, n, /*dex_pc=*/ 0u, DataType::SizeShift(DataType::Type::kInt32)); in TEST_F()
1591 HPhi* i_phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in TEST_F()
1604 new (GetAllocator()) HArraySet(array, i_phi, i_phi, DataType::Type::kInt32, /*dex_pc=*/ 0u); in TEST_F()
1605 HInstruction* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, c1); in TEST_F()
1616 HInstruction* ret_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, c1); in TEST_F()
1618 new (GetAllocator()) HArrayGet(array, ret_sub, DataType::Type::kInt32, /*dex_pc=*/ 0); in TEST_F()
1666 HInstruction* n = MakeParam(DataType::Type::kInt32); in TEST_F()
1673 cls, n, /*dex_pc=*/ 0u, DataType::SizeShift(DataType::Type::kInt32)); in TEST_F()
1685 HPhi* i_phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in TEST_F()
1698 new (GetAllocator()) HArraySet(array, i_phi, i_phi, DataType::Type::kInt32, /*dex_pc=*/ 0u); in TEST_F()
1699 HInstruction* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, c1); in TEST_F()
1710 HInstruction* ret_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, c1); in TEST_F()
1712 new (GetAllocator()) HArrayGet(array, ret_sub, DataType::Type::kInt32, /*dex_pc=*/ 0); in TEST_F()
1714 new (GetAllocator()) HArrayGet(array, i_phi, DataType::Type::kInt32, /*dex_pc=*/ 0); in TEST_F()
1715 HInstruction* ret_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, ret_get1, ret_get2); in TEST_F()
1807 HInstruction* switch_val = MakeParam(DataType::Type::kInt32); in TEST_F()
1875 HInstruction* read_bottom = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()
1947 HInstruction* read_bottom = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()
2038 HInstruction* read_bottom = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()
2140 HInstruction* read_return = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()
2246 HInstruction* read_return = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()
2332 HInstruction* read_bottom = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()
2415 HInstruction* read_bottom = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F()