Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp77 static Function *getOrCreateFunction(Module *M, Type *RetTy, in getOrCreateFunction() function
165 getOrCreateFunction(M, FSHRetTy, FSHFuncTy->params(), FuncName); in lowerFunnelShifts()
275 getOrCreateFunction(M, FSHLRetTy, UMulFuncTy->params(), FuncName); in lowerUMulWithOverflow()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h81 const Function *getOrCreateFunction(const FunctionDecl *FD);
H A DContext.cpp271 const Function *Context::getOrCreateFunction(const FunctionDecl *FD) { in getOrCreateFunction() function in Context
H A DByteCodeExprGen.cpp2319 return Ctx.getOrCreateFunction(FD); in getFunction()
H A DInterp.h1938 Func = S.getContext().getOrCreateFunction(Overrider); in CallVirt()