Home
last modified time | relevance | path

Searched refs:other_input (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc109 HInstruction* other_input; in TryMergeIntoShifterOperand() local
111 other_input = left; in TryMergeIntoShifterOperand()
114 other_input = right; in TryMergeIntoShifterOperand()
141 other_input, in TryMergeIntoShifterOperand()
Dinstruction_simplifier_arm64.cc123 HInstruction* other_input; in TryMergeIntoShifterOperand() local
125 other_input = left; in TryMergeIntoShifterOperand()
128 other_input = right; in TryMergeIntoShifterOperand()
145 other_input, in TryMergeIntoShifterOperand()
Dnodes.cc1754 HInstruction* other_input = other->InputAt(input_count); in Merge() local
1755 if (!has_input(this, other_input)) { in Merge()
1756 AddInput(other_input); in Merge()
Dload_store_elimination_test.cc8290 HInstruction* other_input = replacement_breturn_read->GetDefaultValue()->AsPhi()->InputAt(1); in TEST_P() local
8291 ASSERT_NE(other_input->GetBlock(), nullptr) << GetParam(); in TEST_P()
8292 ASSERT_INS_EQ(other_input, replacement_middle_read); in TEST_P()