Searched refs:HVecNot (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | scheduler_arm64.cc | 238 void SchedulingLatencyVisitorARM64::VisitVecNot(HVecNot* instr) { in VisitVecNot()
|
D | nodes_vector.h | 484 class HVecNot final : public HVecUnaryOperation { 486 HVecNot(ArenaAllocator* allocator, in HVecNot() function
|
D | code_generator_vector_arm_vixl.cc | 223 void LocationsBuilderARMVIXL::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 227 void InstructionCodeGeneratorARMVIXL::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | code_generator_vector_x86_64.cc | 346 void LocationsBuilderX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 354 void InstructionCodeGeneratorX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | code_generator_vector_x86.cc | 363 void LocationsBuilderX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 371 void InstructionCodeGeneratorX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | loop_optimization.cc | 1886 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()
|
D | code_generator_vector_arm64.cc | 356 void LocationsBuilderARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 360 void InstructionCodeGeneratorARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|