Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TII

39   : MachineFunctionPass(ID), MF(0), TII(0), TRI(0), MRI(0), Loops(0) {
52 TII = MF->getTarget().getInstrInfo();
58 SchedModel.init(*ST.getSchedModel(), &ST, TII);
775 const TargetInstrInfo *TII,
834 const TargetInstrInfo *TII) {
952 Heights, MTM.SchedModel, MTM.TII))
981 MTM.SchedModel, MTM.TII, MTM.TRI);
985 if (pushDepHeight(Deps[i], MI, Cycle, Heights, MTM.SchedModel, MTM.TII))