Lines Matching refs:use
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
914 for (Value::UseCIterator use = lval->uses.begin();
915 use != lval->uses.end(); ++use)
916 if (isShortRegOp((*use)->getInsn()))
1174 // if this is a contraint-move there will only be a single use
1579 // coalesce first, we use only 1 RIG node for a group of joined values
1811 // instruction before it, then replace the use with the temporary register.
1814 // For "Pseudo" instructions (like PHI, SPLIT, MERGE) we can erase the use
1847 // Unspill at each use *before* inserting spill instructions,
1848 // we don't want to have the spill instructions in the use list here.
2117 // Add a dummy use of the pointer source of >= 8 byte loads after the load