/art/compiler/optimizing/ |
induction_var_range.h | 210 bool is_min) const; 214 bool is_min) const; 218 bool is_min) const; 222 bool is_min) const; 226 bool is_min) const; 231 bool is_min) const; 236 bool is_min) const; 246 bool is_min) const; 251 bool is_min) const; 257 Value MergeVal(Value v1, Value v2, bool is_min) const [all...] |
induction_var_range.cc | 229 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true)); 230 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false), chase_hint); 235 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true)); 441 Value min_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ true); 442 Value max_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ false); 541 bool is_min) const { 553 if (!is_min && stride_value == 1) { 564 return GetVal(&cancelled_trip, trip, in_body, is_min); 566 } else if (is_min && stride_value == -1) { 579 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min)); [all...] |
intrinsics_arm_vixl.cc | 522 static void GenMinMaxFloat(HInvoke* invoke, bool is_min, CodeGeneratorARMVIXL* codegen) { 550 vixl32::ConditionType cond = is_min ? gt : lt; 564 if (is_min) { 597 GenMinMaxFloat(invoke, /* is_min */ true, codegen_); 606 GenMinMaxFloat(invoke, /* is_min */ false, codegen_); 609 static void GenMinMaxDouble(HInvoke* invoke, bool is_min, CodeGeneratorARMVIXL* codegen) { 634 vixl32::ConditionType cond = is_min ? gt : lt; 646 if (!is_min) { 665 GenMinMaxDouble(invoke, /* is_min */ true , codegen_); 673 GenMinMaxDouble(invoke, /* is_min */ false, codegen_) [all...] |
intrinsics_mips.cc | 864 bool is_min, 901 if (is_min) { 924 if (is_min) { [all...] |
induction_var_range_test.cc | 255 return range_.GetVal(info, trip, /* in_body */ true, /* is_min */ true); 260 return range_.GetVal(info, trip, /* in_body */ true, /* is_min */ false); 265 bool is_min) { 266 return range_.GetMul(info1, info2, nullptr, /* in_body */ true, is_min); 271 bool is_min) { 272 return range_.GetDiv(info1, info2, nullptr, /* in_body */ true, is_min); [all...] |
intrinsics_x86.cc | 499 bool is_min, 543 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); 544 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); 547 if (is_min) { 624 /* is_min */ true, 636 /* is_min */ true, 648 /* is_min */ false, 660 /* is_min */ false, 666 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long, 702 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess [all...] |
intrinsics_mips64.cc | 545 bool is_min, 580 if (is_min) { 603 if (is_min) { 628 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, Primitive::kPrimDouble, GetAssembler()); 637 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, Primitive::kPrimFloat, GetAssembler()); 646 GenMinMaxFP(invoke->GetLocations(), /* is_min */ false, Primitive::kPrimDouble, GetAssembler()); 655 GenMinMaxFP(invoke->GetLocations(), /* is_min */ false, Primitive::kPrimFloat, GetAssembler()); 659 bool is_min, 695 if (is_min) { 704 if (is_min) { [all...] |
intrinsics_x86_64.cc | 341 bool is_min, 384 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); 385 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); 388 if (is_min) { 441 invoke->GetLocations(), /* is_min */ true, /* is_double */ true, GetAssembler(), codegen_); 450 invoke->GetLocations(), /* is_min */ true, /* is_double */ false, GetAssembler(), codegen_); 459 invoke->GetLocations(), /* is_min */ false, /* is_double */ true, GetAssembler(), codegen_); 468 invoke->GetLocations(), /* is_min */ false, /* is_double */ false, GetAssembler(), codegen_); 471 static void GenMinMax(LocationSummary* locations, bool is_min, bool is_long, 500 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long) [all...] |
intrinsics_arm.cc | 465 bool is_min, 473 __ it((is_min) ? Condition::LT : Condition::GT, kItElse); 474 __ mov(out, ShifterOperand(op1), is_min ? Condition::LT : Condition::GT); 475 __ mov(out, ShifterOperand(op2), is_min ? Condition::GE : Condition::LE); 492 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler()); 500 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler()); [all...] |
intrinsics_arm64.cc | 545 bool is_min, 555 if (is_min) { 576 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, /* is_double */ true, GetVIXLAssembler()); 584 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, /* is_double */ false, GetVIXLAssembler()); 592 GenMinMaxFP(invoke->GetLocations(), /* is_min */ false, /* is_double */ true, GetVIXLAssembler()); 601 invoke->GetLocations(), /* is_min */ false, /* is_double */ false, GetVIXLAssembler()); 605 bool is_min, 617 __ Csel(out_reg, op1_reg, op2_reg, is_min ? lt : gt); 625 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ false, GetVIXLAssembler()); 633 GenMinMax(invoke->GetLocations(), /* is_min */ true, /* is_long */ true, GetVIXLAssembler()) [all...] |
/external/webrtc/talk/media/base/ |
videoadapter.cc | 535 bool is_min = IsMinimumFormat(cpu_desired_num_pixels_); local 536 if (is_min) {
|