OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSAlloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/rsov/compiler/
RSAllocationUtils.h
50
RSAllocationInfo &
RSAlloc
;
RSAllocationUtils.cpp
149
DEBUG(dbgs() << "Found
rsAlloc
function!\n");
183
auto AccessElemTyIt = GVAccessTypes.find(Access.
RSAlloc
.GlobalVar);
187
Access.
RSAlloc
.GlobalVar->print(errs());
191
GVAccessTypes.emplace(Access.
RSAlloc
.GlobalVar, Access.RSElementTy);
192
Access.
RSAlloc
.RSElementType = Access.RSElementTy;
201
DEBUG(dbgs() << "solidifyRSAllocAccess " << CallInfo.
RSAlloc
.VarName << '\n');
Completed in 46 milliseconds