Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TII

949                                     const TargetInstrInfo *TII,
957 return TII->getRegClass(getDesc(), OpIdx, TRI, MF);
1225 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII,
1258 bool MachineInstr::isSafeToReMat(const TargetInstrInfo *TII,
1262 if (!TII->isTriviallyReMaterializable(this, AA) ||
1263 !isSafeToMove(TII, AA, SawStore))