Home
last modified time | relevance | path

Searched defs:createFunction (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DProgram.h76 Function *createFunction(const FunctionDecl *Def, Ts &&... Args) { in createFunction() function
83 Function *createFunction(Ts &&... Args) { in createFunction() function
/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h159 mlir::FuncOp createFunction(mlir::Location loc, llvm::StringRef name, in createFunction() function
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp18 mlir::FuncOp Fortran::lower::FirOpBuilder::createFunction( in createFunction() function in Fortran::lower::FirOpBuilder
/external/llvm-project/lld/wasm/
DWriter.cpp845 static void createFunction(DefinedFunction *func, StringRef bodyContent) { in createFunction() function
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp735 TEST_F(IRBuilderTest, createFunction) { in TEST_F() argument
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp162 llvm::Function *createFunction(llvm::Module &module, in createFunction() function
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp215 llvm::Function *createFunction(llvm::Module &module, in createFunction() function
/external/llvm/lib/IR/
DDIBuilder.cpp628 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp754 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/llvm-project/llvm/lib/IR/
DDIBuilder.cpp798 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp497 static llvm::Function *createFunction(const char *name, llvm::Type *retTy, const std::vector<llvm::… in createFunction() function
673 void Nucleus::createFunction(Type *ReturnType, const std::vector<Type *> &Params) in createFunction() function in rr::Nucleus
DSubzeroReactor.cpp64 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::… in createFunction() function
1130 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> &paramTypes) in createFunction() function in rr::Nucleus