Searched refs:opb (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.cc | 1156 HInstruction* opb; in GenerateLastValueLinear() local 1166 !GenerateCode(context, loop, info->op_b, trip, graph, block, is_min, &opb)) { in GenerateLastValueLinear() 1176 oper = new (allocator) HAdd(type, opa, opb); in GenerateLastValueLinear() 1178 oper = new (graph->GetAllocator()) HSub(type, opb, opa); in GenerateLastValueLinear() 1181 oper = new (allocator) HAdd(type, Insert(block, mul), opb); in GenerateLastValueLinear() 1187 if (TryGenerateTakenTest(context, loop, trip->op_b, graph, block, result, opb)) { in GenerateLastValueLinear() 1257 HInstruction* opb = nullptr; in GenerateLastValueGeometric() local 1261 context, loop, info->op_b, /*trip=*/ nullptr, graph, block, /*is_min=*/ false, &opb)) { in GenerateLastValueGeometric() 1290 *result = Insert(block, new (allocator) HAdd(type, Insert(block, e), opb)); in GenerateLastValueGeometric() 1446 HInstruction* opb = nullptr; in GenerateCode() local [all …]
|
D | loop_optimization.cc | 1934 HInstruction* opb = instruction->InputAt(1); in VectorizeUse() local 1936 VectorizeUse(node, opb, generate_code, type, restrictions)) { in VectorizeUse() 1938 GenerateVecOp(instruction, vector_map_->Get(opa), vector_map_->Get(opb), type); in VectorizeUse() 1949 HInstruction* opb = instruction->InputAt(1); in VectorizeUse() local 1974 IsInt64AndGet(opb, /*out*/ &distance)) { in VectorizeUse() 1979 GenerateVecOp(instruction, vector_map_->Get(r), opb, type); in VectorizeUse() 2236 HInstruction* opb, in GenerateVecMem() argument 2245 if (opb != nullptr) { in GenerateVecMem() 2247 global_allocator_, base, opa, opb, type, org->GetSideEffects(), vector_length_, dex_pc); in GenerateVecMem() 2274 if (opb != nullptr) { in GenerateVecMem() [all …]
|
D | loop_optimization.h | 407 HInstruction* opb, 415 HInstruction* opb,
|
D | induction_var_range.h | 380 /*in*/ HInstruction* opb,
|