Searched refs:isDecoratedSPIRVFunc (Results 1 – 4 of 4) sorted by relevance
593 bool isDecoratedSPIRVFunc(const Function *F, std::string *UndecName = nullptr);
335 !isDecoratedSPIRVFunc(F, &DemangledName)) in isBuiltinTransToInst()1226 isDecoratedSPIRVFunc(F, &DemangledName)) in transCallInst()
945 isDecoratedSPIRVFunc(const Function *F, std::string *UndecoratedName) { in isDecoratedSPIRVFunc() function
1020 if (hasFunctionPointerArg(F, AI) && isDecoratedSPIRVFunc(F)) in postProcessOCL()