Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp26 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 DTargetLibraryInfoTest.cpp64 auto *StructTy = StructType::getTypeByName(Context, "foo"); in TEST_F()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp61 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 DDXILOpBuilder.cpp170 StructType *ST = StructType::getTypeByName(Ctx, Name); in getOrCreateStructType()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h271 static StructType *getTypeByName(LLVMContext &C, StringRef Name);
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp623 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
H A DCore.cpp773 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 DIRMover.cpp831 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4396 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli766 See the method [llvm::Module::getTypeByName] *)