Home
last modified time | relevance | path

Searched refs:lookupByName (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule_test.cpp163 Instruction *mainFunc = m->lookupByName("main"); in TEST_F()
168 auto i = static_cast<FunctionInst *>(m->lookupByName("greyscale(vf4;")); in TEST_F()
Dmodule.cpp386 Instruction *Module::lookupByName(const char *name) const { in lookupByName() function in android::spirit::Module
387 return mDebugInfo->lookupByName(name); in lookupByName()
402 FunctionInst *inst = static_cast<FunctionInst *>(lookupByName(name)); in lookupFunctionDefinitionByName()
557 Instruction *DebugInfoSection::lookupByName(const char *name) const { in lookupByName() function in android::spirit::DebugInfoSection
Dmodule.h136 Instruction *lookupByName(const char *) const;
322 Instruction *lookupByName(const char *name) const;
/frameworks/rs/rsov/compiler/
DWrapper.cpp234 Instruction *inst = m->lookupByName("__GPUBlock"); in DecorateGlobalBuffer()
319 Instruction *inst = m->lookupByName(A.VarName.c_str()); in DecorateGlobalBuffer()