Home
last modified time | relevance | path

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

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