Searched refs:VisitNot (Results 1 – 6 of 6) sorted by relevance
58 void VisitNot(HNot* instruction) OVERRIDE;554 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) { in VisitNot() function in art::InstructionSimplifierVisitor
2336 void LocationsBuilderARM64::VisitNot(HNot* instruction) { in VisitNot() function in art::arm64::LocationsBuilderARM642342 void InstructionCodeGeneratorARM64::VisitNot(HNot* instruction) { in VisitNot() function in art::arm64::InstructionCodeGeneratorARM64
2737 void LocationsBuilderMIPS64::VisitNot(HNot* instruction) { in VisitNot() function in art::mips64::LocationsBuilderMIPS642743 void InstructionCodeGeneratorMIPS64::VisitNot(HNot* instruction) { in VisitNot() function in art::mips64::InstructionCodeGeneratorMIPS64
2655 void LocationsBuilderARM::VisitNot(HNot* not_) { in VisitNot() function in art::arm::LocationsBuilderARM2662 void InstructionCodeGeneratorARM::VisitNot(HNot* not_) { in VisitNot() function in art::arm::InstructionCodeGeneratorARM
3017 void LocationsBuilderX86::VisitNot(HNot* not_) { in VisitNot() function in art::x86::LocationsBuilderX863024 void InstructionCodeGeneratorX86::VisitNot(HNot* not_) { in VisitNot() function in art::x86::InstructionCodeGeneratorX86
3075 void LocationsBuilderX86_64::VisitNot(HNot* not_) { in VisitNot() function in art::x86_64::LocationsBuilderX86_643082 void InstructionCodeGeneratorX86_64::VisitNot(HNot* not_) { in VisitNot() function in art::x86_64::InstructionCodeGeneratorX86_64