Searched refs:HVecNeg (Results 1 – 9 of 9) sorted by relevance
230 void SchedulingLatencyVisitorARM64::VisitVecNeg(HVecNeg* instr) { in VisitVecNeg()
440 class HVecNeg final : public HVecUnaryOperation {442 HVecNeg(ArenaAllocator* allocator, in HVecNeg() function
167 void LocationsBuilderARMVIXL::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()171 void InstructionCodeGeneratorARMVIXL::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
274 void LocationsBuilderX86::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()278 void InstructionCodeGeneratorX86::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
257 void LocationsBuilderX86_64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()261 void InstructionCodeGeneratorX86_64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
250 void LocationsBuilderMIPS64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()254 void InstructionCodeGeneratorMIPS64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
251 void LocationsBuilderMIPS::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()255 void InstructionCodeGeneratorMIPS::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
276 void LocationsBuilderARM64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()280 void InstructionCodeGeneratorARM64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
1925 new (global_allocator_) HVecNeg(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()