Lines Matching refs:Insert
144 static HInstruction* Insert(HBasicBlock* block, HInstruction* instruction) { in Insert() function
388 trip_expr = Insert(block, new (allocator) HSelect(taken_test, trip_expr, zero, kNoDexPc)); in GenerateTripCount()
1041 Insert(block, new (graph->GetAllocator()) HAdd(type, graph->GetConstant(type, sum), c)); in GenerateLastValuePolynomial()
1092 *result = Insert(block, new (allocator) HAdd(type, Insert(block, e), opb)); in GenerateLastValueGeometric()
1175 Insert(block, new (allocator) HAnd(type, t, graph->GetConstant(type, 1))); in GenerateLastValuePeriodic()
1177 Insert(block, new (allocator) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc)); in GenerateLastValuePeriodic()
1178 *result = Insert(block, new (graph->GetAllocator()) HSelect(is_even, x, y, kNoDexPc)); in GenerateLastValuePeriodic()
1186 *result = Insert(block, new (allocator) HSelect(is_taken, *result, x, kNoDexPc)); in GenerateLastValuePeriodic()
1257 *result = Insert(block, operation); in GenerateCode()
1265 *result = Insert(block, new (graph->GetAllocator()) HNeg(type, opb)); in GenerateCode()
1293 Insert(block, new (allocator) HSub(type, opb, graph->GetConstant(type, 1))); in GenerateCode()
1327 oper = new (allocator) HAdd(type, Insert(block, mul), opb); in GenerateCode()
1329 *result = Insert(block, oper); in GenerateCode()