Home
last modified time | relevance | path

Searched defs:StructTy (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DPatternInit.cpp78 auto *StructTy = cast<llvm::StructType>(Ty); in initializationPatternFor() local
H A DCGOpenMPRuntime.cpp12671 QualType StructTy = std::get<0>(It->getSecond()); in checkAndEmitLastprivateConditional() local
/llvm-project-15.0.7/llvm/lib/Target/
H A DTarget.cpp132 unsigned LLVMElementAtOffset(LLVMTargetDataRef TD, LLVMTypeRef StructTy, in LLVMElementAtOffset()
138 unsigned long long LLVMOffsetOfElement(LLVMTargetDataRef TD, LLVMTypeRef StructTy, in LLVMOffsetOfElement()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DTargetLibraryInfoTest.cpp64 auto *StructTy = StructType::getTypeByName(Context, "foo"); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp221 Type *StructTy = UMulFunc->getReturnType(); in buildUMulWithOverflowFunc() local
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST() local
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp597 auto *StructTy = cast<StructType>( in checkAsyncFuncPointer() local
H A DCoroSplit.cpp487 auto *StructTy = cast<StructType>(AsyncSuspend->getType()); in getFunctionTypeFromAsyncSuspend() local
H A DCoroFrame.cpp900 auto *StructTy = cast<StructType>(Ty); in solveDIType() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp739 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody()
745 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes()
749 void LLVMGetStructElementTypes(LLVMTypeRef StructTy, LLVMTypeRef *Dest) { in LLVMGetStructElementTypes()
755 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i) { in LLVMStructGetTypeAtIndex()
760 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) { in LLVMIsPackedStruct()
764 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) { in LLVMIsOpaqueStruct()
768 LLVMBool LLVMIsLiteralStruct(LLVMTypeRef StructTy) { in LLVMIsLiteralStruct()
1489 LLVMValueRef LLVMConstNamedStruct(LLVMTypeRef StructTy, in LLVMConstNamedStruct()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c537 value llvm_struct_element_types(LLVMTypeRef StructTy) { in llvm_struct_element_types()
544 value llvm_is_packed(LLVMTypeRef StructTy) { in llvm_is_packed()
549 value llvm_is_opaque(LLVMTypeRef StructTy) { in llvm_is_opaque()
554 value llvm_is_literal(LLVMTypeRef StructTy) { in llvm_is_literal()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1618 Type *StructTy = StructType::create(IRB.getContext(), in TEST_F() local
H A DMetadataTest.cpp460 auto *StructTy = cast<DICompositeType>(getCompositeType()); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp864 StructType *StructTy = nullptr; in constructFunction() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1259 if (StructType *StructTy = dyn_cast<StructType>(DstTy)) in getInstructionLatency() local
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1145 Type *StructTy = StructType::get(I32Ty, I32PtrTy); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp221 StructType *StructTy = cast<StructType>(Ty); in isDenselyPacked() local