Searched refs:VisitNot (Results 1 – 7 of 7) sorted by relevance
48 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
99 void VisitNot(HNot* instruction) override;1926 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) { in VisitNot() function in art::InstructionSimplifierVisitor
5476 void LocationsBuilderARM64::VisitNot(HNot* instruction) { in VisitNot() function in art::arm64::LocationsBuilderARM645482 void InstructionCodeGeneratorARM64::VisitNot(HNot* instruction) { in VisitNot() function in art::arm64::InstructionCodeGeneratorARM64
4696 void LocationsBuilderX86_64::VisitNot(HNot* not_) { in VisitNot() function in art::x86_64::LocationsBuilderX86_644703 void InstructionCodeGeneratorX86_64::VisitNot(HNot* not_) { in VisitNot() function in art::x86_64::InstructionCodeGeneratorX86_64
4782 void LocationsBuilderX86::VisitNot(HNot* not_) { in VisitNot() function in art::x86::LocationsBuilderX864789 void InstructionCodeGeneratorX86::VisitNot(HNot* not_) { in VisitNot() function in art::x86::InstructionCodeGeneratorX86
5436 void LocationsBuilderARMVIXL::VisitNot(HNot* not_) { in VisitNot() function in art::arm::LocationsBuilderARMVIXL5443 void InstructionCodeGeneratorARMVIXL::VisitNot(HNot* not_) { in VisitNot() function in art::arm::InstructionCodeGeneratorARMVIXL