Searched refs:ConstantLocation (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.cc47 ? Location::ConstantLocation(instruction->AsConstant())
56 return Location::ConstantLocation(constant);
67 return Location::ConstantLocation(constant);
75 ? Location::ConstantLocation(instruction->AsConstant())
81 ? Location::ConstantLocation(instruction->AsConstant())
H A Dcommon_arm64.h238 return Location::ConstantLocation(constant->AsConstant());
H A Dlocations.h98 static Location ConstantLocation(HConstant* constant) { function in class:art::Location
H A Dparallel_move_test.cc265 Location::ConstantLocation(new (&allocator) HIntConstant(0)),
H A Dcode_generator_arm64.cc1883 locations->SetInAt(0, Location::ConstantLocation(instruction->InputAt(0)->AsConstant()));
2414 ? Location::ConstantLocation(compare->InputAt(1)->AsConstant())
2465 ? Location::ConstantLocation(instruction->InputAt(1)->AsConstant())
2743 locations->SetOut(Location::ConstantLocation(constant));
2761 locations->SetOut(Location::ConstantLocation(constant));
3007 locations->SetInAt(0, Location::ConstantLocation(select->InputAt(0)->AsConstant()));
3013 locations->SetInAt(1, Location::ConstantLocation(select->InputAt(1)->AsConstant()));
3490 locations->SetOut(Location::ConstantLocation(constant));
3499 locations->SetOut(Location::ConstantLocation(constant));
4132 locations->SetOut(Location::ConstantLocation(constan
[all...]
H A Dcode_generator_mips64.cc1040 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant()));
2179 locations->SetOut(Location::ConstantLocation(constant));
2196 locations->SetOut(Location::ConstantLocation(constant));
2894 locations->SetOut(Location::ConstantLocation(constant));
2903 locations->SetOut(Location::ConstantLocation(constant));
3293 locations->SetOut(Location::ConstantLocation(constant));
H A Dcode_generator_arm.cc1706 locations->SetOut(Location::ConstantLocation(constant));
1716 locations->SetOut(Location::ConstantLocation(constant));
1726 locations->SetOut(Location::ConstantLocation(constant));
1736 locations->SetOut(Location::ConstantLocation(constant));
1746 locations->SetOut(Location::ConstantLocation(constant));
2836 locations->SetInAt(1, Location::ConstantLocation(div->InputAt(1)->AsConstant()));
2962 locations->SetInAt(1, Location::ConstantLocation(rem->InputAt(1)->AsConstant()));
3231 locations->SetInAt(1, Location::ConstantLocation(ror->InputAt(1)->AsConstant()));
3273 locations->SetInAt(1, Location::ConstantLocation(op->InputAt(1)->AsConstant()));
3286 locations->SetInAt(1, Location::ConstantLocation(o
[all...]
H A Dcode_generator_x86.cc1798 locations->SetOut(Location::ConstantLocation(constant));
1808 locations->SetOut(Location::ConstantLocation(constant));
1818 locations->SetOut(Location::ConstantLocation(constant));
1828 locations->SetOut(Location::ConstantLocation(constant));
1838 locations->SetOut(Location::ConstantLocation(constant));
2186 ? Location::ConstantLocation(input->AsConstant())
3779 Location::ConstantLocation(GetGraph()->GetIntConstant(0)),
3846 Location::ConstantLocation(GetGraph()->GetIntConstant(0)),
7165 locations->SetInAt(1, Location::ConstantLocation(insn->GetConstant()));
H A Dcode_generator_mips.cc1157 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant()));
2556 locations->SetOut(Location::ConstantLocation(constant));
2573 locations->SetOut(Location::ConstantLocation(constant));
3703 locations->SetOut(Location::ConstantLocation(constant));
3712 locations->SetOut(Location::ConstantLocation(constant));
4071 locations->SetOut(Location::ConstantLocation(constant));
H A Dcode_generator_x86_64.cc1944 locations->SetOut(Location::ConstantLocation(constant));
1954 locations->SetOut(Location::ConstantLocation(constant));
1964 locations->SetOut(Location::ConstantLocation(constant));
1974 locations->SetOut(Location::ConstantLocation(constant));
1984 locations->SetOut(Location::ConstantLocation(constant));

Completed in 146 milliseconds