Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp130 static Function *getOrCreateFunction(Module *M, Type *RetTy, in getOrCreateFunction() function
153 getOrCreateFunction(M, FSHRetTy, FSHFuncTy->params(), FuncName); in lowerFunnelShifts()
235 getOrCreateFunction(M, FSHLRetTy, UMulFuncTy->params(), FuncName); in lowerUMulWithOverflow()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.h98 llvm::Expected<Function *> getOrCreateFunction(const FunctionDecl *F);
H A DProgram.cpp209 llvm::Expected<Function *> Program::getOrCreateFunction(const FunctionDecl *F) { in getOrCreateFunction() function in Program