Home | History | Annotate | Download | only in arm

Lines Matching defs:slot

384          * direction to find a beneficial slot.
388 int slot;
396 * Make sure we check slot >= 0 since firstSlot may be negative
399 for (slot = firstSlot; slot >= 0; slot--) {
400 ArmLIR *curLIR = prevInstList[slot];
401 ArmLIR *prevLIR = prevInstList[slot+1];
433 (slot < LD_LATENCY)) {
438 /* Found a slot to hoist to */
439 if (slot >= 0) {
440 ArmLIR *curLIR = prevInstList[slot];