Searched refs:getTypeByName (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 188 StructType *ST = StructType::getTypeByName(Ctx, Name); in getOrCreateStructType() 233 if (auto *ST = StructType::getTypeByName(Context, "dx.types.ResBind")) in getResBindType() 243 StructType::getTypeByName(Context, "dx.types.ResourceProperties")) in getResPropsType() 250 if (auto *ST = StructType::getTypeByName(Context, "dx.types.splitdouble")) in getSplitDoubleType() 257 if (auto *ST = StructType::getTypeByName(Context, "dx.types.i32c")) in getBinaryWithCarryType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 43 StructType *ImageTy = StructType::getTypeByName(C, "__tgt_device_image"); in getDeviceImageTy() 64 StructType *DescTy = StructType::getTypeByName(C, "__tgt_bin_desc"); in getBinDescTy() 256 StructType *FatbinTy = StructType::getTypeByName(C, "fatbin_wrapper"); in getFatbinWrapperTy()
|
| H A D | Utility.cpp | 29 StructType::getTypeByName(C, "struct.__tgt_offload_entry"); in getEntryTy()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 284 LLVM_ABI static StructType *getTypeByName(LLVMContext &C, StringRef Name);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 741 StructType *StructType::getTypeByName(LLVMContext &C, StringRef Name) { in getTypeByName() function in StructType
|
| H A D | Core.cpp | 849 return wrap(StructType::getTypeByName(unwrap(M)->getContext(), Name)); in LLVMGetTypeByName() 853 return wrap(StructType::getTypeByName(*unwrap(C), Name)); in LLVMGetTypeByName2()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 291 StructType *Ty = StructType::getTypeByName(ElemType->getContext(), Name); in getOrCreateElementStruct()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 745 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 9618 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22089 {"_ZNK4llvm6Module13getTypeByNameENS_9StringRefE", "llvm::Module::getTypeByName(llvm::StringRef) co…
|