Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType(); in fuseKernels() local
255 llvm::Type* firstArgType = funcTy->getParamType(0); in fuseKernels()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp830 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType); in getFunctionType() local
832 funcTy->mOperand2.push_back(argType[i]); in getFunctionType()
834 return funcTy; in getFunctionType()
Dmodule.h186 size_t getSize(TypeFunctionInst *funcTy);