Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp288 const LiveRegSet *LiveRegsCopy, in reset() argument
292 if (LiveRegsCopy) { in reset()
293 if (&LiveRegs != LiveRegsCopy) in reset()
294 LiveRegs = *LiveRegsCopy; in reset()
304 const LiveRegSet *LiveRegsCopy) { in reset() argument
305 GCNRPTracker::reset(MI, LiveRegsCopy, true); in reset()
353 const LiveRegSet *LiveRegsCopy) { in reset() argument
361 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()
435 const LiveRegSet *LiveRegsCopy) { in advance() argument
436 reset(*Begin, LiveRegsCopy); in advance()
DGCNRegPressure.h109 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
182 const LiveRegSet *LiveRegsCopy = nullptr);