Searched refs:HVecNot (Results 1 – 9 of 9) 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.cc | 362 void LocationsBuilderX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 370 void InstructionCodeGeneratorX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | code_generator_vector_x86_64.cc | 345 void LocationsBuilderX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 353 void InstructionCodeGeneratorX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | code_generator_vector_mips64.cc | 344 void LocationsBuilderMIPS64::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 348 void InstructionCodeGeneratorMIPS64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | code_generator_vector_mips.cc | 345 void LocationsBuilderMIPS::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 349 void InstructionCodeGeneratorMIPS::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | code_generator_vector_arm64.cc | 356 void LocationsBuilderARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot() 360 void InstructionCodeGeneratorARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
|
D | loop_optimization.cc | 1930 new (global_allocator_) HVecNot(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp() 1935 new (global_allocator_) HVecNot(global_allocator_, opa, type, vector_length_, dex_pc), in GenerateVecOp()
|