Home
last modified time | relevance | path

Searched refs:HVecNeg (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dscheduler_arm64.cc230 void SchedulingLatencyVisitorARM64::VisitVecNeg(HVecNeg* instr) { in VisitVecNeg()
Dnodes_vector.h440 class HVecNeg final : public HVecUnaryOperation {
442 HVecNeg(ArenaAllocator* allocator, in HVecNeg() function
Dcode_generator_vector_arm_vixl.cc167 void LocationsBuilderARMVIXL::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
171 void InstructionCodeGeneratorARMVIXL::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
Dcode_generator_vector_x86.cc274 void LocationsBuilderX86::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
278 void InstructionCodeGeneratorX86::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
Dcode_generator_vector_x86_64.cc257 void LocationsBuilderX86_64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
261 void InstructionCodeGeneratorX86_64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
Dcode_generator_vector_mips64.cc250 void LocationsBuilderMIPS64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
254 void InstructionCodeGeneratorMIPS64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
Dcode_generator_vector_mips.cc251 void LocationsBuilderMIPS::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
255 void InstructionCodeGeneratorMIPS::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
Dcode_generator_vector_arm64.cc276 void LocationsBuilderARM64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
280 void InstructionCodeGeneratorARM64::VisitVecNeg(HVecNeg* instruction) { in VisitVecNeg()
Dloop_optimization.cc1925 new (global_allocator_) HVecNeg(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()