Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp35 class SIFormMemoryClausesImpl { class
56 SIFormMemoryClausesImpl(LiveIntervals *LS) : LIS(LS) {} in SIFormMemoryClausesImpl() function in __anon72ebc0cc0111::SIFormMemoryClausesImpl
154 bool SIFormMemoryClausesImpl::canBundle(const MachineInstr &MI, in canBundle()
192 bool SIFormMemoryClausesImpl::checkPressure(const MachineInstr &MI, in checkPressure()
223 void SIFormMemoryClausesImpl::collectRegUses(const MachineInstr &MI, in collectRegUses()
249 bool SIFormMemoryClausesImpl::processRegUses(const MachineInstr &MI, in processRegUses()
262 bool SIFormMemoryClausesImpl::run(MachineFunction &MF) { in run()
428 return SIFormMemoryClausesImpl(LIS).run(MF); in runOnMachineFunction()
435 SIFormMemoryClausesImpl(&LIS).run(MF); in run()