Lines Matching defs:Adj
4462 int Adj = DefAdj + UseAdj;
4465 Adj += adjustDefLatency(Subtarget, DefMI, DefMCID, DefAlign);
4466 if (Adj >= 0 || (int)*Latency > -Adj) {
4467 return *Latency + Adj;
4491 int Adj = Subtarget.getPreISelOperandLatencyAdjustment();
4492 int Threshold = 1 + Adj;
4493 return !Latency || Latency <= (unsigned)Threshold ? 1 : *Latency - Adj;
4795 int Adj = adjustDefLatency(Subtarget, MI, MCID, DefAlign);
4796 if (Adj >= 0 || (int)Latency > -Adj) {
4797 return Latency + Adj;