Home | History | Annotate | Download | only in ARM

Lines Matching defs:Cost

973   uint8_t Cost = 1;
979 // the cost is 1 for both f32 and f64.
988 Cost = 2;
993 Cost = 2;
997 Cost = 4;
1001 Cost = 8;
1004 return std::make_pair(RRC, Cost);
5342 unsigned Cost = (PFEntry >> 30);
5344 if (Cost <= 4)
5593 unsigned Cost = (PFEntry >> 30);
5595 if (Cost <= 4)
9655 // is not obvious that the benefit outweighs the cost of switching to the
11116 unsigned &Cost) const {
11138 Cost = 0;