Home
last modified time | relevance | path

Searched refs:input_other (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1469 if (input_other->IsTypeConversion() && in VisitAnd()
1494 input_other->GetBlock()->RemoveInstruction(input_other); in VisitAnd()
1498 input_other = new_and_input; in VisitAnd()
1503 if ((input_other->IsUShr() || input_other->IsShr()) && input_other->InputAt(1)->IsConstant()) { in VisitAnd()
1522 input_other->GetBlock()->RemoveInstruction(input_other); in VisitAnd()
1754 instruction->ReplaceWith(input_other); in VisitDiv()
1880 instruction->ReplaceWith(input_other); in VisitMul()
1907 new (allocator) HAdd(type, input_other, input_other)); in VisitMul()
2048 instruction->ReplaceWith(input_other); in VisitOr()
2104 instruction->ReplaceWith(input_other); in VisitSub()
[all …]
H A Dinstruction_simplifier_shared.cc27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns() argument
30 DCHECK_NE(input_binop, input_other); in TrySimpleMultiplyAccumulatePatterns()
39 HInstruction* input_a = input_other; in TrySimpleMultiplyAccumulatePatterns()