Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DExecutionEngine.h183 static bool setupTargetTriple(llvm::Module *llvmModule);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp117 bool ExecutionEngine::setupTargetTriple(Module *llvmModule) { in setupTargetTriple() function in ExecutionEngine
249 setupTargetTriple(llvmModule.get()); in create()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp210 mlir::ExecutionEngine::setupTargetTriple(llvmModule.get()); in dumpLLVMIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp211 mlir::ExecutionEngine::setupTargetTriple(llvmModule.get()); in dumpLLVMIR()
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-6.md266 mlir::ExecutionEngine::setupTargetTriple(llvmModule.get());