Lines Matching refs:Insert
166 static HInstruction* Insert(HBasicBlock* block, HInstruction* instruction) { in Insert() function
410 trip_expr = Insert(block, new (allocator) HSelect(taken_test, trip_expr, zero, kNoDexPc)); in GenerateTripCount()
1063 Insert(block, new (graph->GetAllocator()) HAdd(type, graph->GetConstant(type, sum), c)); in GenerateLastValuePolynomial()
1114 *result = Insert(block, new (allocator) HAdd(type, Insert(block, e), opb)); in GenerateLastValueGeometric()
1197 Insert(block, new (allocator) HAnd(type, t, graph->GetConstant(type, 1))); in GenerateLastValuePeriodic()
1199 Insert(block, new (allocator) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc)); in GenerateLastValuePeriodic()
1200 *result = Insert(block, new (graph->GetAllocator()) HSelect(is_even, x, y, kNoDexPc)); in GenerateLastValuePeriodic()
1208 *result = Insert(block, new (allocator) HSelect(is_taken, *result, x, kNoDexPc)); in GenerateLastValuePeriodic()
1279 *result = Insert(block, operation); in GenerateCode()
1287 *result = Insert(block, new (graph->GetAllocator()) HNeg(type, opb)); in GenerateCode()
1315 Insert(block, new (allocator) HSub(type, opb, graph->GetConstant(type, 1))); in GenerateCode()
1349 oper = new (allocator) HAdd(type, Insert(block, mul), opb); in GenerateCode()
1351 *result = Insert(block, oper); in GenerateCode()