Home
last modified time | relevance | path

Searched refs:VisitNot (Results 1 – 8 of 8) sorted by relevance

/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali48 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
DSmaliTests.smali332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
/art/compiler/optimizing/
Dinstruction_simplifier.cc105 void VisitNot(HNot* instruction) override;
2160 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) { in VisitNot() function in art::InstructionSimplifierVisitor
Dcode_generator_arm64.cc6005 void LocationsBuilderARM64::VisitNot(HNot* instruction) { in VisitNot() function in art::arm64::LocationsBuilderARM64
6011 void InstructionCodeGeneratorARM64::VisitNot(HNot* instruction) { in VisitNot() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_riscv64.cc4774 void LocationsBuilderRISCV64::VisitNot(HNot* instruction) { in VisitNot() function in art::riscv64::LocationsBuilderRISCV64
4780 void InstructionCodeGeneratorRISCV64::VisitNot(HNot* instruction) { in VisitNot() function in art::riscv64::InstructionCodeGeneratorRISCV64
Dcode_generator_x86_64.cc5185 void LocationsBuilderX86_64::VisitNot(HNot* not_) { in VisitNot() function in art::x86_64::LocationsBuilderX86_64
5192 void InstructionCodeGeneratorX86_64::VisitNot(HNot* not_) { in VisitNot() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_x86.cc5248 void LocationsBuilderX86::VisitNot(HNot* not_) { in VisitNot() function in art::x86::LocationsBuilderX86
5255 void InstructionCodeGeneratorX86::VisitNot(HNot* not_) { in VisitNot() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc5720 void LocationsBuilderARMVIXL::VisitNot(HNot* not_) { in VisitNot() function in art::arm::LocationsBuilderARMVIXL
5727 void InstructionCodeGeneratorARMVIXL::VisitNot(HNot* not_) { in VisitNot() function in art::arm::InstructionCodeGeneratorARMVIXL