OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLiveRegs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.h
125
const decltype(LiveRegs) &
getLiveRegs
() const { return LiveRegs; }
201
GCNRPTracker::LiveRegSet
getLiveRegs
(SlotIndex SI,
251
return
getLiveRegs
(LIS.getInstructionIndex(MI).getDeadSlot(), LIS,
257
return
getLiveRegs
(LIS.getInstructionIndex(MI).getBaseIndex(), LIS,
GCNRegPressure.cpp
263
GCNRPTracker::LiveRegSet llvm::
getLiveRegs
(SlotIndex SI,
464
const auto LISLR = llvm::
getLiveRegs
(SI, LIS, *MRI);
GCNSchedStrategy.cpp
501
LiveIns[CurRegion] = RPTracker.
getLiveRegs
();
519
RPTracker.reset(*OnlySucc->begin(), &RPTracker.
getLiveRegs
());
SIFormMemoryClauses.cpp
302
const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.
getLiveRegs
());
Completed in 23 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026