Searched defs:neg (Results 1 – 11 of 11) sorted by relevance
89 static void neg() { in neg() method in SimdFloat
89 static void neg() { in neg() method in SimdDouble
89 static void neg() { in neg() method in SimdLong
89 static void neg() { in neg() method in SimdInt
89 static void neg() { in neg() method in SimdShort
89 static void neg() { in neg() method in SimdChar
88 static void neg() { in neg() method in SimdByte
292 HInstruction* neg = InsertInstruction( in TEST_F() local471 HInstruction* neg = InsertInstruction( in TEST_F() local573 HInstruction* neg = InsertInstruction( in TEST_F() local612 HInstruction* neg = InsertInstruction( in TEST_F() local691 HInstruction* neg = InsertInstruction( in TEST_F() local
206 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local509 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local1296 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local1729 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local1961 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local1998 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(instruction->GetType(), add); in VisitSub() local
128 void VisitNeg(HNeg* neg) override { in VisitNeg()
577 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local