Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp78 auto *StructTy = cast<llvm::StructType>(Ty); in initializationPatternFor() local
H A DCGOpenMPRuntime.cpp11842 QualType StructTy = std::get<0>(It->getSecond()); checkAndEmitLastprivateConditional() local
H A DCGBuiltin.cpp10293 auto *StructTy = dyn_cast<StructType>(Call->getType()); FormSVEBuiltinResult() local
[all...]
/llvm-project/llvm/lib/Target/
H A DTarget.cpp128 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 DTargetLibraryInfoTest.cpp63 auto *StructTy = StructType::getTypeByName(Context, "foo"); TEST_F() local
/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp412 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); TEST() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp363 Type *StructTy = UMulFunc->getReturnType(); buildUMulWithOverflowFunc() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp334 if (auto *StructTy = dyn_cast<StructType>(T)) canonicalizeThunkType() local
H A DAArch64ISelLowering.cpp15349 auto *StructTy = cast<StructType>(RetTy); getTgtMemIntrinsic() local
[all...]
/llvm-project/llvm/lib/IR/
H A DCore.cpp823 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 Dllvm_ocaml.c596 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 DCodeExtractor.cpp868 StructType *StructTy = nullptr; constructFunction() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp534 auto *StructTy = cast<StructType>(AsyncSuspend->getType()); getFunctionTypeFromAsyncSuspend() local
H A DCoroFrame.cpp1058 auto *StructTy = cast<StructType>(Ty); solveDIType() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp2035 Type *StructTy = StructType::create(IRB.getContext(), TEST_F() local
H A DMetadataTest.cpp461 auto *StructTy = cast<DICompositeType>(getCompositeType()); TEST_F() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1245 Type *StructTy = StructType::get(I32Ty, PtrTy); TEST_F() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp251 StructType *StructTy = cast<StructType>(Ty); in isDenselyPacked() local