Home
last modified time | relevance | path

Searched refs:HVecStore (Results 1 – 14 of 14) 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.cc85 void VisitVecStore(HVecStore* instruction) override;
293 void InstructionSimplifierArm64Visitor::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dload_store_analysis_test.cc371 HInstruction* vstore_0 = new (GetAllocator()) HVecStore( in TEST_F()
380 HInstruction* vstore_1 = new (GetAllocator()) HVecStore( in TEST_F()
389 HInstruction* vstore_8 = new (GetAllocator()) HVecStore( in TEST_F()
398 HInstruction* vstore_i = new (GetAllocator()) HVecStore( in TEST_F()
407 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore( in TEST_F()
416 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore( in TEST_F()
425 HInstruction* vstore_i_add6_vlen2 = new (GetAllocator()) HVecStore( in TEST_F()
Dscheduler_arm64.cc345 void SchedulingLatencyVisitorARM64::VisitVecStore(HVecStore* instr) { in VisitVecStore()
Dnodes_vector.h1200 class HVecStore final : public HVecMemoryOperation {
1202 HVecStore(ArenaAllocator* allocator, in HVecStore() function
Dload_store_analysis.h620 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
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.cc1133 void LocationsBuilderARM64Sve::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1137 void InstructionCodeGeneratorARM64Sve::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_x86_64.cc1321 void LocationsBuilderX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1325 void InstructionCodeGeneratorX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dcode_generator_vector_arm64_neon.cc1484 void LocationsBuilderARM64Neon::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1488 void InstructionCodeGeneratorARM64Neon::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dloop_optimization.cc1898 vector = new (global_allocator_) HVecStore( in GenerateVecMem()
Dload_store_elimination.cc1086 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
Dload_store_elimination_test.cc248 new (GetAllocator()) HVecStore(GetAllocator(), in AddVecStore()