OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SGPRSpillVGPR
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
452
struct
SGPRSpillVGPR
{
460
SGPRSpillVGPR
(Register V, Optional<int> F) : VGPR(V), FI(F) {}
477
SmallVector<
SGPRSpillVGPR
, 2> SpillVGPRs;
523
ArrayRef<
SGPRSpillVGPR
> getSGPRSpillVGPRs() const { return SpillVGPRs; }
SIMachineFunctionInfo.cpp
328
SpillVGPRs.push_back(
SGPRSpillVGPR
(LaneVGPR, SpillFI));
354
SpillVGPRs.push_back(
SGPRSpillVGPR
(LaneVGPR, None));
SIFrameLowering.cpp
757
for (const SIMachineFunctionInfo::
SGPRSpillVGPR
&Reg :
1061
for (const SIMachineFunctionInfo::
SGPRSpillVGPR
&Reg :
Completed in 26 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026