Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp250 const LiveRegSet *LiveRegsCopy, in reset() argument
254 if (LiveRegsCopy) { in reset()
255 if (&LiveRegs != LiveRegsCopy) in reset()
256 LiveRegs = *LiveRegsCopy; in reset()
266 const LiveRegSet *LiveRegsCopy) { in reset() argument
267 GCNRPTracker::reset(MI, LiveRegsCopy, true); in reset()
314 const LiveRegSet *LiveRegsCopy) { in reset() argument
322 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()
401 const LiveRegSet *LiveRegsCopy) { in advance() argument
402 reset(*Begin, LiveRegsCopy); in advance()
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()
DGCNRegPressure.h121 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
191 const LiveRegSet *LiveRegsCopy = nullptr);