Home
last modified time | relevance | path

Searched refs:HVecAndNot (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dscheduler_arm64.cc286 void SchedulingLatencyVisitorARM64::VisitVecAndNot(HVecAndNot* instr ATTRIBUTE_UNUSED) { in VisitVecAndNot()
Dnodes_vector.h763 class HVecAndNot final : public HVecBinaryOperation {
765 HVecAndNot(ArenaAllocator* allocator, in HVecAndNot() function
Dcode_generator_vector_arm_vixl.cc577 void LocationsBuilderARMVIXL::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
581 void InstructionCodeGeneratorARMVIXL::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
Dcode_generator_vector_x86.cc852 void LocationsBuilderX86::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
860 void InstructionCodeGeneratorX86::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
Dcode_generator_vector_x86_64.cc835 void LocationsBuilderX86_64::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
843 void InstructionCodeGeneratorX86_64::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
Dcode_generator_vector_arm64.cc781 void LocationsBuilderARM64::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()
785 void InstructionCodeGeneratorARM64::VisitVecAndNot(HVecAndNot* instruction) { in VisitVecAndNot()