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

Overridden By

lib/Target/AArch64/AArch64InstrInfo.cpp
  911 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
lib/Target/PowerPC/PPCInstrInfo.cpp
  283 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
lib/Target/X86/X86InstrInfo.cpp
   90 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI,

References

lib/CodeGen/PeepholeOptimizer.cpp
  460   if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx))
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  515         TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) &&