Home | History | Annotate | Download | only in compiler

Lines Matching defs:delay

59         uint32_t delay;
702 * will handle pairing it along with filling the delay slots.
714 * left. We'll move it up to fit its delay slots after we
772 * other instructions, allowing us to delay the
803 if (n->delay > chosen->delay) {
806 } else if (n->delay < chosen->delay) {
937 /** Recursive computation of the delay member of a node. */
943 n->delay = 1;
949 n->delay = MAX2(n->delay, (child->delay +
1055 /* RF0-2 might be overwritten during the delay slots by
1174 /* Insert any extra delay slot NOPs we need. */
1315 /* Fill the delay slots.
1392 /* Walk back through the delay slots to find the branch
1403 * delay slots.