Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_arm64.cc238 void SchedulingLatencyVisitorARM64::VisitVecNot(HVecNot* instr) { in VisitVecNot()
Dnodes_vector.h484 class HVecNot final : public HVecUnaryOperation {
486 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()
Dloop_optimization.cc1886 new (global_allocator_) HVecNot(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()
1891 new (global_allocator_) HVecNot(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()
Dcode_generator_vector_arm64.cc356 void LocationsBuilderARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
360 void InstructionCodeGeneratorARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()