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()
328 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()
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()
734 void VisitVecStore(HVecStore* instruction) override { in VisitVecStore()
187 HInstruction* vstore = new (GetAllocator()) HVecStore( in AddVecStore()
1321 void LocationsBuilderX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1325 void InstructionCodeGeneratorX86_64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1348 void LocationsBuilderX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1352 void InstructionCodeGeneratorX86::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1489 void LocationsBuilderARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()1493 void InstructionCodeGeneratorARM64::VisitVecStore(HVecStore* instruction) { in VisitVecStore()
1728 vector = new (global_allocator_) HVecStore( in GenerateVecMem()