Home
last modified time | relevance | path

Searched refs:getFunctionDefinitionFromInstruction (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule_test.cpp169 auto kernel = m->getFunctionDefinitionFromInstruction(i); in TEST_F()
Dmodule.cpp384 Module::getFunctionDefinitionFromInstruction(FunctionInst *inst) const { in getFunctionDefinitionFromInstruction() function in android::spirit::Module
396 return getFunctionDefinitionFromInstruction(inst); in lookupFunctionDefinitionByName()
Dmodule.h136 getFunctionDefinitionFromInstruction(FunctionInst *) const;