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.cc328 HInstruction* vstore_0 = new (GetAllocator()) HVecStore( in TEST_F()
337 HInstruction* vstore_1 = new (GetAllocator()) HVecStore( in TEST_F()
346 HInstruction* vstore_8 = new (GetAllocator()) HVecStore( in TEST_F()
355 HInstruction* vstore_i = new (GetAllocator()) HVecStore( in TEST_F()
364 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore( in TEST_F()
373 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore( in TEST_F()
382 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()
Dload_store_elimination.cc734 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
Dload_store_elimination_test.cc187 HInstruction* vstore = new (GetAllocator()) HVecStore( in AddVecStore()
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.cc1489 void LocationsBuilderARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1493 void InstructionCodeGeneratorARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
Dloop_optimization.cc1728 vector = new (global_allocator_) HVecStore( in GenerateVecMem()