Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.h39 const Function *getLutUsedFunction(const GlobalObject *GO) const;
DHexagonTargetObjectFile.cpp146 if (const Function *Fn = getLutUsedFunction(GO)) in SelectSectionForGlobal()
421 HexagonTargetObjectFile::getLutUsedFunction(const GlobalObject *GO) const { in getLutUsedFunction() function in HexagonTargetObjectFile