Home
last modified time | relevance | path

Searched refs:HVecNot (Results 1 – 9 of 9) 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.cc362 void LocationsBuilderX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
370 void InstructionCodeGeneratorX86::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_x86_64.cc345 void LocationsBuilderX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
353 void InstructionCodeGeneratorX86_64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_mips64.cc344 void LocationsBuilderMIPS64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
348 void InstructionCodeGeneratorMIPS64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_mips.cc345 void LocationsBuilderMIPS::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
349 void InstructionCodeGeneratorMIPS::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dcode_generator_vector_arm64.cc356 void LocationsBuilderARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
360 void InstructionCodeGeneratorARM64::VisitVecNot(HVecNot* instruction) { in VisitVecNot()
Dloop_optimization.cc1930 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()