reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineLICM.cpp
  310   TII = ST.getInstrInfo();
  481         (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
  817     if (!TII->analyzeBranch(*BB, TBB, FBB, Cond, false) && Cond.empty())
 1110       if (TII->hasHighOperandLatency(SchedModel, MRI, MI, DefIdx, UseMI, i))
 1124   if (TII->isAsCheapAsAMove(MI) || MI.isCopyLike())
 1138     if (!TII->hasLowDefLatency(SchedModel, MI, i))
 1218   if (TII->isTriviallyReMaterializable(MI, AA))
 1271   if (!TII->isTriviallyReMaterializable(MI, AA) &&
 1297     TII->getOpcodeAfterMemoryUnfold(MI->getOpcode(),
 1302   const MCInstrDesc &MID = TII->get(NewOpc);
 1304   const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);
 1309   bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg,
 1352     if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr)))