OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LaneVGPRs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp
157
if (!
LaneVGPRs
.count(LaneVGPRIdx)) {
159
LaneVGPRs
[LaneVGPRIdx] = LaneVGPR;
169
Spill.VGPR =
LaneVGPRs
[LaneVGPRIdx];
SIMachineFunctionInfo.h
64
std::map<unsigned, unsigned>
LaneVGPRs
;
Completed in 527 milliseconds