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

Overridden By

lib/Target/AArch64/AArch64InstrInfo.cpp
  684 bool AArch64InstrInfo::isAsCheapAsAMove(const MachineInstr &MI) const {
lib/Target/RISCV/RISCVInstrInfo.cpp
  478 bool RISCVInstrInfo::isAsCheapAsAMove(const MachineInstr &MI) const {

References

lib/CodeGen/LiveRangeEdit.cpp
  154   if (cheapAsAMove && !TII.isAsCheapAsAMove(*RM.OrigMI))
lib/CodeGen/MachineCSE.cpp
  456   if (TII->isAsCheapAsAMove(*MI)) {
lib/CodeGen/MachineLICM.cpp
 1124   if (TII->isAsCheapAsAMove(MI) || MI.isCopyLike())
lib/CodeGen/MachineSink.cpp
  428   if (!MI.isCopy() && !TII->isAsCheapAsAMove(MI))
lib/CodeGen/RegisterCoalescer.cpp
 1229   if (!TII->isAsCheapAsAMove(*DefMI))