Home
last modified time | relevance | path

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

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