Searched defs:neg (Results 1 – 10 of 10) sorted by relevance
175 HNeg* neg = new (GetGraph()->GetArena()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local357 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local924 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local1187 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local1401 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local1438 HNeg* neg = new (GetGraph()->GetArena()) HNeg(instruction->GetType(), add); in VisitSub() local
264 HInstruction *neg = InsertInstruction( in TEST_F() local436 HInstruction *neg = InsertInstruction( in TEST_F() local531 HInstruction *neg = InsertInstruction( in TEST_F() local
123 void VisitNeg(HNeg* neg) OVERRIDE { in VisitNeg()
328 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local
2054 void LocationsBuilderX86::VisitNeg(HNeg* neg) { in VisitNeg()2082 void InstructionCodeGeneratorX86::VisitNeg(HNeg* neg) { in VisitNeg()2135 void LocationsBuilderX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()2145 void InstructionCodeGeneratorX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()
4199 void LocationsBuilderARM64::VisitNeg(HNeg* neg) { in VisitNeg()4220 void InstructionCodeGeneratorARM64::VisitNeg(HNeg* neg) { in VisitNeg()
1915 void LocationsBuilderARM::VisitNeg(HNeg* neg) { in VisitNeg()1941 void InstructionCodeGeneratorARM::VisitNeg(HNeg* neg) { in VisitNeg()
2264 void LocationsBuilderX86_64::VisitNeg(HNeg* neg) { in VisitNeg()2286 void InstructionCodeGeneratorX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
3376 void LocationsBuilderMIPS64::VisitNeg(HNeg* neg) { in VisitNeg()
4198 void LocationsBuilderMIPS::VisitNeg(HNeg* neg) { in VisitNeg()