Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp231 const Function* inputFunction = in fuseKernels() local
233 if (inputFunction == nullptr) { in fuseKernels()
241 source->getName().c_str(), inputFunction->getName().str().c_str()); in fuseKernels()
250 source->getName().c_str(), inputFunction->getName().str().c_str()); in fuseKernels()
254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType(); in fuseKernels()
265 inputFunction->getName().str().c_str(), rso.str().c_str()); in fuseKernels()
274 source->getName().c_str(), inputFunction->getName().str().c_str()); in fuseKernels()
291 dataElement = builder.CreateCall((llvm::Value*)inputFunction, args); in fuseKernels()