Home
last modified time | relevance | path

Searched refs:ConstantLocation (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dlocations.cc49 ? Location::ConstantLocation(instruction->AsConstant()) in RegisterOrConstant()
62 ? Location::ConstantLocation(instruction->AsConstant()) in RegisterOrInt32LongConstant()
68 ? Location::ConstantLocation(instruction->AsConstant()) in ByteRegisterOrConstant()
Dcommon_arm64.h215 return Location::ConstantLocation(constant->AsConstant()); in ARM64EncodableConstantOrRegister()
Dlocations.h98 static Location ConstantLocation(HConstant* constant) { in ConstantLocation() function
Dcode_generator_arm64.cc1512 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant())); in VisitCompare()
1686 locations->SetOut(Location::ConstantLocation(constant)); in VisitDoubleConstant()
1705 locations->SetOut(Location::ConstantLocation(constant)); in VisitFloatConstant()
1901 locations->SetOut(Location::ConstantLocation(constant)); in VisitIntConstant()
1911 locations->SetOut(Location::ConstantLocation(constant)); in VisitNullConstant()
2179 locations->SetOut(Location::ConstantLocation(constant)); in VisitLongConstant()
Dparallel_move_test.cc265 Location::ConstantLocation(new (&allocator) HIntConstant(0)), in TYPED_TEST()
Dcode_generator_mips64.cc1031 locations->SetInAt(1, Location::ConstantLocation(right->AsConstant())); in HandleBinaryOp()
1902 locations->SetOut(Location::ConstantLocation(constant)); in VisitDoubleConstant()
1919 locations->SetOut(Location::ConstantLocation(constant)); in VisitFloatConstant()
2283 locations->SetOut(Location::ConstantLocation(constant)); in VisitIntConstant()
2292 locations->SetOut(Location::ConstantLocation(constant)); in VisitNullConstant()
2562 locations->SetOut(Location::ConstantLocation(constant)); in VisitLongConstant()
Dcode_generator_x86.cc1072 locations->SetOut(Location::ConstantLocation(constant)); in VisitIntConstant()
1083 locations->SetOut(Location::ConstantLocation(constant)); in VisitNullConstant()
1094 locations->SetOut(Location::ConstantLocation(constant)); in VisitLongConstant()
1105 locations->SetOut(Location::ConstantLocation(constant)); in VisitFloatConstant()
1116 locations->SetOut(Location::ConstantLocation(constant)); in VisitDoubleConstant()
2843 Location::ConstantLocation(GetGraph()->GetIntConstant(0)), in GenerateShlLong()
2910 Location::ConstantLocation(GetGraph()->GetIntConstant(0)), in GenerateUShrLong()
Dcode_generator_arm.cc1162 locations->SetOut(Location::ConstantLocation(constant)); in VisitIntConstant()
1173 locations->SetOut(Location::ConstantLocation(constant)); in VisitNullConstant()
1184 locations->SetOut(Location::ConstantLocation(constant)); in VisitLongConstant()
1195 locations->SetOut(Location::ConstantLocation(constant)); in VisitFloatConstant()
1206 locations->SetOut(Location::ConstantLocation(constant)); in VisitDoubleConstant()
Dcode_generator_x86_64.cc1128 locations->SetOut(Location::ConstantLocation(constant)); in VisitIntConstant()
1139 locations->SetOut(Location::ConstantLocation(constant)); in VisitNullConstant()
1150 locations->SetOut(Location::ConstantLocation(constant)); in VisitLongConstant()
1161 locations->SetOut(Location::ConstantLocation(constant)); in VisitFloatConstant()
1172 locations->SetOut(Location::ConstantLocation(constant)); in VisitDoubleConstant()