Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HVecLoad

1186 void LocationsBuilderX86::VisitVecLoad(HVecLoad* instruction) {
1194 void InstructionCodeGeneratorX86::VisitVecLoad(HVecLoad* instruction) {
1201 case DataType::Type::kInt16: // (short) s.charAt(.) can yield HVecLoad/Int16/StringCharAt.