Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp301 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in run() local
304 RPT.reset(MI, &LiveRegsCopy); in run()
328 RPT.reset(MI, &LiveRegsCopy); in run()
396 RPT.reset(MI, &LiveRegsCopy); in run()
H A DGCNRegPressure.cpp470 const LiveRegSet *LiveRegsCopy, in reset() argument
474 if (LiveRegsCopy) { in reset()
475 if (&LiveRegs != LiveRegsCopy) in reset()
476 LiveRegs = *LiveRegsCopy; in reset()
571 const LiveRegSet *LiveRegsCopy) { in reset() argument
579 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()
695 const LiveRegSet *LiveRegsCopy) { in advance() argument
696 reset(*Begin, LiveRegsCopy); in advance()
H A DGCNRegPressure.h276 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
411 const LiveRegSet *LiveRegsCopy = nullptr);