Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h593 bool isDecoratedSPIRVFunc(const Function *F, std::string *UndecName = nullptr);
DSPIRVWriter.cpp335 !isDecoratedSPIRVFunc(F, &DemangledName)) in isBuiltinTransToInst()
1226 isDecoratedSPIRVFunc(F, &DemangledName)) in transCallInst()
DSPIRVUtil.cpp945 isDecoratedSPIRVFunc(const Function *F, std::string *UndecoratedName) { in isDecoratedSPIRVFunc() function
DSPIRVReader.cpp1020 if (hasFunctionPointerArg(F, AI) && isDecoratedSPIRVFunc(F)) in postProcessOCL()