Home
last modified time | relevance | path

Searched refs:HVecStore (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector_test.cc141 HVecOperation* v4 = new (GetAllocator()) HVecStore( in TEST_F()
251 HVecStore* v0 = new (GetAllocator()) HVecStore( in TEST_F()
260 HVecStore* v1 = new (GetAllocator()) HVecStore( in TEST_F()
Dload_store_analysis_test.cc322 HInstruction* vstore_0 = new (GetAllocator()) HVecStore( in TEST_F()
331 HInstruction* vstore_1 = new (GetAllocator()) HVecStore( in TEST_F()
340 HInstruction* vstore_8 = new (GetAllocator()) HVecStore( in TEST_F()
349 HInstruction* vstore_i = new (GetAllocator()) HVecStore( in TEST_F()
358 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore( in TEST_F()
367 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore( in TEST_F()
376 HInstruction* vstore_i_add6_vlen2 = new (GetAllocator()) HVecStore( in TEST_F()
Dinstruction_simplifier_arm64.cc83 void VisitVecStore(HVecStore* instruction) override;
275 void InstructionSimplifierArm64Visitor::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dscheduler_arm64.cc345 void SchedulingLatencyVisitorARM64::VisitVecStore(HVecStore* instr) { in VisitVecStore()
Dnodes_vector.h1132 class HVecStore final : public HVecMemoryOperation {
1134 HVecStore(ArenaAllocator* allocator, in HVecStore() function
Dload_store_analysis.h563 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
Dcode_generator_vector_arm_vixl.cc1003 void LocationsBuilderARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1007 void InstructionCodeGeneratorARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_x86.cc1249 void LocationsBuilderX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1253 void InstructionCodeGeneratorX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_x86_64.cc1222 void LocationsBuilderX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1226 void InstructionCodeGeneratorX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_mips64.cc1387 void LocationsBuilderMIPS64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1391 void InstructionCodeGeneratorMIPS64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_mips.cc1389 void LocationsBuilderMIPS::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1393 void InstructionCodeGeneratorMIPS::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_arm64.cc1489 void LocationsBuilderARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1493 void InstructionCodeGeneratorARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dloop_optimization.cc1772 vector = new (global_allocator_) HVecStore( in GenerateVecMem()