Searched refs:HNot (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc83 void VisitNot(HNot* instruction) OVERRIDE;
222 hnot = new (GetGraph()->GetArena()) HNot(type, hbin, dex_pc);
1304 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) {
1315 HNot* previous_not = input->AsNot();
1470 HNot* bitwise_not = new (GetGraph()->GetArena()) HNot(instruction->GetType(), input_other);
H A Dinstruction_builder.cc1910 Unop_12x<HNot>(instruction, Primitive::kPrimInt, dex_pc);
1915 Unop_12x<HNot>(instruction, Primitive::kPrimLong, dex_pc);
H A Dnodes.h4815 class HNot : public HUnaryOperation { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4817 HNot(Primitive::Type result_type, HInstruction* input, uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HNot
4845 DISALLOW_COPY_AND_ASSIGN(HNot);
H A Dcode_generator_mips64.cc3481 void LocationsBuilderMIPS64::VisitNot(HNot* instruction) {
3487 void InstructionCodeGeneratorMIPS64::VisitNot(HNot* instruction) {
H A Dcode_generator_arm64.cc4295 void LocationsBuilderARM64::VisitNot(HNot* instruction) {
4301 void InstructionCodeGeneratorARM64::VisitNot(HNot* instruction) {
H A Dcode_generator_mips.cc4317 void LocationsBuilderMIPS::VisitNot(HNot* instruction) {
4323 void InstructionCodeGeneratorMIPS::VisitNot(HNot* instruction) {
H A Dcode_generator_arm.cc3563 void LocationsBuilderARM::VisitNot(HNot* not_) {
3570 void InstructionCodeGeneratorARM::VisitNot(HNot* not_) {
H A Dcode_generator_x86.cc4088 void LocationsBuilderX86::VisitNot(HNot* not_) {
4095 void InstructionCodeGeneratorX86::VisitNot(HNot* not_) {
H A Dcode_generator_x86_64.cc3999 void LocationsBuilderX86_64::VisitNot(HNot* not_) {
4006 void InstructionCodeGeneratorX86_64::VisitNot(HNot* not_) {

Completed in 129 milliseconds