Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp279 const LiveRegSet *LiveRegsCopy, in reset() argument
283 if (LiveRegsCopy) { in reset()
284 if (&LiveRegs != LiveRegsCopy) in reset()
285 LiveRegs = *LiveRegsCopy; in reset()
295 const LiveRegSet *LiveRegsCopy) { in reset() argument
296 GCNRPTracker::reset(MI, LiveRegsCopy, true); in reset()
343 const LiveRegSet *LiveRegsCopy) { in reset() argument
351 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()
426 const LiveRegSet *LiveRegsCopy) { in advance() argument
427 reset(*Begin, LiveRegsCopy); in advance()
H A DSIFormMemoryClauses.cpp302 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in runOnMachineFunction() local
305 RPT.reset(MI, &LiveRegsCopy); in runOnMachineFunction()
329 RPT.reset(MI, &LiveRegsCopy); in runOnMachineFunction()
397 RPT.reset(MI, &LiveRegsCopy); in runOnMachineFunction()
402 RPT.reset(*Kill, &LiveRegsCopy); in runOnMachineFunction()
H A DGCNRegPressure.h120 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
193 const LiveRegSet *LiveRegsCopy = nullptr);