Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector_test.cc142 HVecOperation* v4 = new (GetAllocator()) HVecStore( in TEST_F()
252 HVecStore* v0 = new (GetAllocator()) HVecStore( in TEST_F()
261 HVecStore* v1 = new (GetAllocator()) HVecStore( in TEST_F()
Dinstruction_simplifier_arm64.cc87 void VisitVecStore(HVecStore* instruction) override;
304 void InstructionSimplifierArm64Visitor::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dload_store_analysis_test.cc359 HInstruction* vstore_0 = new (GetAllocator()) HVecStore( in TEST_F()
368 HInstruction* vstore_1 = new (GetAllocator()) HVecStore( in TEST_F()
377 HInstruction* vstore_8 = new (GetAllocator()) HVecStore( in TEST_F()
386 HInstruction* vstore_i = new (GetAllocator()) HVecStore( in TEST_F()
395 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore( in TEST_F()
404 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore( in TEST_F()
413 HInstruction* vstore_i_add6_vlen2 = new (GetAllocator()) HVecStore( in TEST_F()
Dscheduler_arm64.cc453 void SchedulingLatencyVisitorARM64::VisitVecStore(HVecStore* instr) { in VisitVecStore()
Dload_store_analysis.h540 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
Dnodes_vector.h1200 class HVecStore final : public HVecMemoryOperation {
1202 HVecStore(ArenaAllocator* allocator, in HVecStore() function
Dcode_generator_vector_arm_vixl.cc1004 void LocationsBuilderARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1008 void InstructionCodeGeneratorARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_arm64_sve.cc1132 void LocationsBuilderARM64Sve::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1136 void InstructionCodeGeneratorARM64Sve::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_x86_64.cc1321 void LocationsBuilderX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1325 void InstructionCodeGeneratorX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_x86.cc1348 void LocationsBuilderX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1352 void InstructionCodeGeneratorX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_arm64_neon.cc1482 void LocationsBuilderARM64Neon::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1486 void InstructionCodeGeneratorARM64Neon::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dload_store_elimination_test.cc228 new (GetAllocator()) HVecStore(GetAllocator(), in AddVecStore()
Dloop_optimization.cc2246 vector = new (global_allocator_) HVecStore( in GenerateVecMem()
Dload_store_elimination.cc959 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
Dcode_generator_riscv64.cc5755 void LocationsBuilderRISCV64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
5760 void InstructionCodeGeneratorRISCV64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()