Searched refs:LiveRegsCopy (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | GCNRegPressure.cpp | 250 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()
|
| D | SIFormMemoryClauses.cpp | 302 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()
|
| D | GCNRegPressure.h | 121 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy, 191 const LiveRegSet *LiveRegsCopy = nullptr);
|