Searched refs:getTypeByName (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGeneratorsKMP.cpp | 26 Type *KMPCMicroTy = StructType::getTypeByName(M->getContext(), "kmpc_micro"); in createCallSpawnThreads() 39 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallSpawnThreads() 324 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallGlobalThreadNum() 346 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallPushNumThreads() 371 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallStaticInit() 412 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallStaticFini() 436 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallDispatchInit() 478 StructType::getTypeByName(M->getContext(), "struct.ident_t"); in createCallDispatchNext() 512 StructType::getTypeByName(M->getContext(), StructName); in createSourceLocation()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | TargetLibraryInfoTest.cpp | 64 auto *StructTy = StructType::getTypeByName(Context, "foo"); in TEST_F()
|
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | OffloadWrapper.cpp | 61 StructType *EntryTy = StructType::getTypeByName(C, "__tgt_offload_entry"); in getEntryTy() 81 StructType *ImageTy = StructType::getTypeByName(C, "__tgt_device_image"); in getDeviceImageTy() 101 StructType *DescTy = StructType::getTypeByName(C, "__tgt_bin_desc"); in getBinDescTy() 285 StructType *FatbinTy = StructType::getTypeByName(C, "fatbin_wrapper"); in getFatbinWrapperTy()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 170 StructType *ST = StructType::getTypeByName(Ctx, Name); in getOrCreateStructType()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 271 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 623 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
|
| H A D | Core.cpp | 773 return wrap(StructType::getTypeByName(unwrap(M)->getContext(), Name)); in LLVMGetTypeByName() 777 return wrap(StructType::getTypeByName(*unwrap(C), Name)); in LLVMGetTypeByName2()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 831 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4396 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 766 See the method [llvm::Module::getTypeByName] *)
|