Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasHighOperandLatency

197     /// HasHighOperandLatency - Compute operand latency between a def of 'Reg'
200 bool HasHighOperandLatency(MachineInstr &MI, unsigned DefIdx,
1006 /// HasHighOperandLatency - Compute operand latency between a def of 'Reg'
1009 bool MachineLICM::HasHighOperandLatency(MachineInstr &MI,
1029 if (TII->hasHighOperandLatency(InstrItins, MRI, &MI, DefIdx, UseMI, i))
1194 if (HasHighOperandLatency(MI, i, Reg)) {