Home
last modified time | relevance | path

Searched refs:canBundle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp56 bool canBundle(const MachineInstr &MI, const MachineInstr &NextMI) const;
114 bool SIPostRABundler::canBundle(const MachineInstr &MI, in canBundle() function in SIPostRABundler
164 if (canBundle(*BundleEnd, *I)) { in runOnMachineFunction()
H A DSIFormMemoryClauses.cpp63 bool canBundle(const MachineInstr &MI, const RegUse &Defs,
150 bool SIFormMemoryClauses::canBundle(const MachineInstr &MI, const RegUse &Defs, in canBundle() function in SIFormMemoryClauses
247 if (!canBundle(MI, Defs, Uses)) in processRegUses()