Home
last modified time | relevance | path

Searched refs:getTypeByName (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h278 StructType *getTypeByName(StringRef Name) const;
/external/llvm/include/llvm/IR/
DModule.h311 StructType *getTypeByName(StringRef Name) const;
/external/llvm/lib/IR/
DType.cpp545 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName() function in Module
DCore.cpp563 return wrap(unwrap(M)->getTypeByName(Name)); in LLVMGetTypeByName()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp563 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName() function in Module
DCore.cpp344 return wrap(unwrap(M)->getTypeByName(Name)); in LLVMGetTypeByName()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc178 auto cplx_t = module->getTypeByName("complex64"); in PrimitiveTypeToIrType()
/external/llvm/lib/Linker/
DIRMover.cpp705 StructType *DST = DstM.getTypeByName(ST->getName().substr(0, DotPos)); in computeTypeMapping()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp734 if (auto OldST = M->getTypeByName(Name)) in transType()
1292 auto CPSTy = M->getTypeByName(CPSName); in oclTransConstantPipeStorage()
DSPIRVUtil.cpp211 auto OpaqueType = M->getTypeByName(Name); in getOrCreateOpaquePtrType()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1883 Type* Ty = TheModule->getTypeByName(typeName); in printType()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli559 * See the method [llvm::Module::getTypeByName] *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli693 See the method [llvm::Module::getTypeByName] *)