Lines Matching defs:cost_check
112 // cost_check template:
117 static void cost_check(FILE *fp, const char *spaces,
120 bool cost_check = false; // true if this production needs to check cost
147 cost_check = true;
160 cost_check = true;
174 if( cost_check || state_check ) {
178 status.set_cost_bounds(arrayIdx, cost, state_check, cost_check);
272 cost_check(fp, spaces6, ArchDesc::getMachOperEnum(mList._resultStr), cost, mList._opcode, status);
305 cost_check(fp, indent, ArchDesc::getMachOperEnum(oclass), cost, result_type, status);
342 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, reduce_rule, status);
347 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, rule, status);