Home
last modified time | relevance | path

Searched refs:HVecNot (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dscheduler_arm64.cc238 void SchedulingLatencyVisitorARM64::VisitVecNot(HVecNot* instr) { in VisitVecNot()
Dnodes_vector.h543 class HVecNot final : public HVecUnaryOperation {
545 HVecNot(ArenaAllocator* allocator, in HVecNot() function
Dcode_generator_vector_arm_vixl.cc223 void LocationsBuilderARMVIXL::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
227 void InstructionCodeGeneratorARMVIXL::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_x86_64.cc346 void LocationsBuilderX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
354 void InstructionCodeGeneratorX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_x86.cc363 void LocationsBuilderX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
371 void InstructionCodeGeneratorX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_arm64_sve.cc354 void LocationsBuilderARM64Sve::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
358 void InstructionCodeGeneratorARM64Sve::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_arm64_neon.cc354 void LocationsBuilderARM64Neon::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
358 void InstructionCodeGeneratorARM64Neon::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dloop_optimization.cc1885 new (global_allocator_) HVecNot(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()
1890 new (global_allocator_) HVecNot(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()