Searched refs:HVecStore (Results 1 – 14 of 14) sorted by relevance
142 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()
85 void VisitVecStore(HVecStore* instruction) override;293 void InstructionSimplifierArm64Visitor::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
371 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()
345 void SchedulingLatencyVisitorARM64::VisitVecStore(HVecStore* instr) { in VisitVecStore()
1200 class HVecStore final : public HVecMemoryOperation {1202 HVecStore(ArenaAllocator* allocator, in HVecStore() function
620 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
1004 void LocationsBuilderARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1008 void InstructionCodeGeneratorARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1133 void LocationsBuilderARM64Sve::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1137 void InstructionCodeGeneratorARM64Sve::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1348 void LocationsBuilderX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1352 void InstructionCodeGeneratorX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1321 void LocationsBuilderX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1325 void InstructionCodeGeneratorX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1484 void LocationsBuilderARM64Neon::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1488 void InstructionCodeGeneratorARM64Neon::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1898 vector = new (global_allocator_) HVecStore( in GenerateVecMem()
1086 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
248 new (GetAllocator()) HVecStore(GetAllocator(), in AddVecStore()