Home
last modified time | relevance | path

Searched refs:setModuleIdentifier (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
DCompileOnDemandLayer.cpp59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc90 llvmModule->setModuleIdentifier(gpu_module.getName()); in GetGpuBinaryBlob()
/external/llvm/tools/lli/
Dlli.cpp406 Mod->setModuleIdentifier(CacheName); in main()
487 XMod->setModuleIdentifier(CacheName); in main()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp276 soFunc->getParent()->setModuleIdentifier(soFunc->getName()); in Create()
Dblend_jit.cpp581 blendFunc->getParent()->setModuleIdentifier(blendFunc->getName()); in Create()
Dfetch_jit.cpp128 fetch->getParent()->setModuleIdentifier(fetch->getName()); in Create()
/external/llvm/include/llvm/IR/
DModule.h259 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h274 void setModuleIdentifier(StringRef ID) { ModuleID = ID; } in setModuleIdentifier() function
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp379 M->setModuleIdentifier(ThinLTOModuleId); in loadModule()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp767 M->setModuleIdentifier(ModID); in parseInputIR()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp1497 M->setModuleIdentifier(ModID); in parseInputIR()
/external/llvm/lib/IR/
DCore.cpp234 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp250 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()