OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SGPRToVGPRSpills
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp
274
std::vector<SpilledReg> &SpillLanes =
SGPRToVGPRSpills
[FI];
316
SGPRToVGPRSpills
.erase(FI);
429
for (auto &R :
SGPRToVGPRSpills
) {
SIMachineFunctionInfo.h
475
DenseMap<int, std::vector<SpilledReg>>
SGPRToVGPRSpills
;
518
auto I =
SGPRToVGPRSpills
.find(FrameIndex);
519
return (I ==
SGPRToVGPRSpills
.end()) ?
Completed in 14 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026