Searched refs:HBooleanNot (Results 1 - 11 of 11) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_checker.h54 void VisitBooleanNot(HBooleanNot* instruction) OVERRIDE;
H A Dinstruction_simplifier.cc61 void VisitBooleanNot(HBooleanNot* bool_not) OVERRIDE;
220 hnot = new (GetGraph()->GetArena()) HBooleanNot(hbin, dex_pc);
649 void InstructionSimplifierVisitor::VisitBooleanNot(HBooleanNot* bool_not) {
H A Dgraph_checker.cc887 void GraphChecker::VisitBooleanNot(HBooleanNot* instruction) {
H A Dnodes.h4848 class HBooleanNot : public HUnaryOperation { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4850 explicit HBooleanNot(HInstruction* input, uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HBooleanNot
4882 DISALLOW_COPY_AND_ASSIGN(HBooleanNot);
H A Dnodes.cc2511 // Can't reverse floating point conditions. We have to use HBooleanNot in that case.
2541 HInstruction* replacement = new (allocator) HBooleanNot(cond);
H A Dcode_generator_mips64.cc3505 void LocationsBuilderMIPS64::VisitBooleanNot(HBooleanNot* instruction) {
3511 void InstructionCodeGeneratorMIPS64::VisitBooleanNot(HBooleanNot* instruction) {
H A Dcode_generator_arm64.cc4313 void LocationsBuilderARM64::VisitBooleanNot(HBooleanNot* instruction) {
4319 void InstructionCodeGeneratorARM64::VisitBooleanNot(HBooleanNot* instruction) {
H A Dcode_generator_mips.cc4350 void LocationsBuilderMIPS::VisitBooleanNot(HBooleanNot* instruction) {
4356 void InstructionCodeGeneratorMIPS::VisitBooleanNot(HBooleanNot* instruction) {
H A Dcode_generator_arm.cc3591 void LocationsBuilderARM::VisitBooleanNot(HBooleanNot* bool_not) {
3598 void InstructionCodeGeneratorARM::VisitBooleanNot(HBooleanNot* bool_not) {
H A Dcode_generator_x86.cc4115 void LocationsBuilderX86::VisitBooleanNot(HBooleanNot* bool_not) {
4122 void InstructionCodeGeneratorX86::VisitBooleanNot(HBooleanNot* bool_not) {
H A Dcode_generator_x86_64.cc4025 void LocationsBuilderX86_64::VisitBooleanNot(HBooleanNot* bool_not) {
4032 void InstructionCodeGeneratorX86_64::VisitBooleanNot(HBooleanNot* bool_not) {

Completed in 450 milliseconds