Searched refs:HVecStore (Results 1 – 13 of 13) sorted by relevance
141 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()
322 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()
83 void VisitVecStore(HVecStore* instruction) override;275 void InstructionSimplifierArm64Visitor::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
345 void SchedulingLatencyVisitorARM64::VisitVecStore(HVecStore* instr) { in VisitVecStore()
1132 class HVecStore final : public HVecMemoryOperation {1134 HVecStore(ArenaAllocator* allocator, in HVecStore() function
563 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
1003 void LocationsBuilderARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1007 void InstructionCodeGeneratorARMVIXL::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1249 void LocationsBuilderX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1253 void InstructionCodeGeneratorX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1222 void LocationsBuilderX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1226 void InstructionCodeGeneratorX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1387 void LocationsBuilderMIPS64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1391 void InstructionCodeGeneratorMIPS64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1389 void LocationsBuilderMIPS::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1393 void InstructionCodeGeneratorMIPS::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1489 void LocationsBuilderARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1493 void InstructionCodeGeneratorARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1772 vector = new (global_allocator_) HVecStore( in GenerateVecMem()