/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 78 auto *StructTy = cast<llvm::StructType>(Ty); in initializationPatternFor() local
|
H A D | CGOpenMPRuntime.cpp | 11842 QualType StructTy = std::get<0>(It->getSecond()); checkAndEmitLastprivateConditional() local
|
H A D | CGBuiltin.cpp | 10293 auto *StructTy = dyn_cast<StructType>(Call->getType()); FormSVEBuiltinResult() local [all...] |
/llvm-project/llvm/lib/Target/ |
H A D | Target.cpp | 128 unsigned LLVMElementAtOffset(LLVMTargetDataRef TD, LLVMTypeRef StructTy, in LLVMElementAtOffset() 134 unsigned long long LLVMOffsetOfElement(LLVMTargetDataRef TD, LLVMTypeRef StructTy, in LLVMOffsetOfElement()
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | TargetLibraryInfoTest.cpp | 63 auto *StructTy = StructType::getTypeByName(Context, "foo"); TEST_F() local
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | OperationsTest.cpp | 412 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); TEST() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 363 Type *StructTy = UMulFunc->getReturnType(); buildUMulWithOverflowFunc() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 334 if (auto *StructTy = dyn_cast<StructType>(T)) canonicalizeThunkType() local
|
H A D | AArch64ISelLowering.cpp | 15349 auto *StructTy = cast<StructType>(RetTy); getTgtMemIntrinsic() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 823 return unwrap<StructType>(StructTy)->getNumElements(); in LLVMCountStructElementTypes() argument 827 StructType *Ty = unwrap<StructType>(StructTy); in LLVMGetStructElementTypes() argument 833 StructType *Ty = unwrap<StructType>(StructTy); in LLVMStructGetTypeAtIndex() argument 838 return unwrap<StructType>(StructTy) argument 817 LLVMStructSetBody(LLVMTypeRef StructTy,LLVMTypeRef * ElementTypes,unsigned ElementCount,LLVMBool Packed) LLVMStructSetBody() argument 842 LLVMIsOpaqueStruct(LLVMTypeRef StructTy) LLVMIsOpaqueStruct() argument 846 LLVMIsLiteralStruct(LLVMTypeRef StructTy) LLVMIsLiteralStruct() argument 1652 LLVMConstNamedStruct(LLVMTypeRef StructTy,LLVMValueRef * ConstantVals,unsigned Count) LLVMConstNamedStruct() argument [all...] |
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 596 value llvm_struct_element_types(value StructTy) { in llvm_struct_element_types() argument 607 value llvm_is_packed(value StructTy) { in llvm_is_packed() argument 612 value llvm_is_opaque(value StructTy) { in llvm_is_opaque() argument 617 value llvm_is_literal(value StructTy) { in llvm_is_literal() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 868 StructType *StructTy = nullptr; constructFunction() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 534 auto *StructTy = cast<StructType>(AsyncSuspend->getType()); getFunctionTypeFromAsyncSuspend() local
|
H A D | CoroFrame.cpp | 1058 auto *StructTy = cast<StructType>(Ty); solveDIType() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 2035 Type *StructTy = StructType::create(IRB.getContext(), TEST_F() local
|
H A D | MetadataTest.cpp | 461 auto *StructTy = cast<DICompositeType>(getCompositeType()); TEST_F() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 1245 Type *StructTy = StructType::get(I32Ty, PtrTy); TEST_F() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 251 StructType *StructTy = cast<StructType>(Ty); in isDenselyPacked() local
|