Lines Matching refs:first

615   HInstruction* first = LoadLocal(instruction.VRegA(), DataType::Type::kInt32);  in If_22t()  local
617 T* comparison = new (allocator_) T(first, second, dex_pc); in If_22t()
636 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local
637 AppendInstruction(new (allocator_) T(type, first, dex_pc)); in Unop_12x()
645 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local
646 AppendInstruction(new (allocator_) HTypeConversion(result_type, first, dex_pc)); in Conversion_12x()
654 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local
656 AppendInstruction(new (allocator_) T(type, first, second, dex_pc)); in Binop_23x()
664 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local
666 AppendInstruction(new (allocator_) T(type, first, second, dex_pc)); in Binop_23x_shift()
674 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local
676 AppendInstruction(new (allocator_) HCompare(type, first, second, bias, dex_pc)); in Binop_23x_cmp()
684 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local
686 AppendInstruction(new (allocator_) T(type, first, second, dex_pc)); in Binop_12x_shift()
694 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local
696 AppendInstruction(new (allocator_) T(type, first, second, dex_pc)); in Binop_12x()
702 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22s() local
705 std::swap(first, second); in Binop_22s()
707 AppendInstruction(new (allocator_) T(DataType::Type::kInt32, first, second, dex_pc)); in Binop_22s()
713 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22b() local
716 std::swap(first, second); in Binop_22b()
718 AppendInstruction(new (allocator_) T(DataType::Type::kInt32, first, second, dex_pc)); in Binop_22b()
2043 HInstruction* first = LoadLocal(first_vreg, type); in BuildCheckedDivRem() local
2063 AppendInstruction(new (allocator_) HDiv(type, first, second, dex_pc)); in BuildCheckedDivRem()
2065 AppendInstruction(new (allocator_) HRem(type, first, second, dex_pc)); in BuildCheckedDivRem()