Home
last modified time | relevance | path

Searched defs:structTy (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Dialect/LLVMIR/
H A DLLVMTypeTest.cpp17 auto structTy = LLVMStructType::getIdentified(&context, "foo"); in TEST_F() local
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTarget.cpp90 auto structTy = mlir::TupleType::get(eleTy.getContext(), range); in complexArgumentType() local
109 auto structTy = mlir::TupleType::get(eleTy.getContext(), range); in complexReturnType() local
H A DCodeGen.cpp1427 if (auto structTy = resultTy.dyn_cast<mlir::LLVM::LLVMStructType>()) { in genBoxOffsetGep() local
3126 auto structTy = ptr.getType().cast<mlir::LLVM::LLVMStructType>(); in matchAndRewrite() local
3156 auto structTy = ty.cast<mlir::LLVM::LLVMStructType>(); in matchAndRewrite() local
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h472 llvm::StructType *structTy) in ConstantStructBuilderTemplateBase()
484 void suggestType(llvm::StructType *structTy) { in suggestType()
572 llvm::StructType *structTy) in ConstantStructBuilder()
H A DCGFunctionInfo.h370 if (auto structTy = in getCoerceAndExpandTypeSequence() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp424 StructType structTy = input.getType().cast<StructType>(); in build() local
433 StructType structTy = getInput().getType().cast<StructType>(); in verify() local
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp204 auto* structTy = dyn_cast<llvm::StructType>(llvmTy); in test_codegen_fns() local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp977 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp4182 spirv::StructType structTy = result().getType().dyn_cast<spirv::StructType>(); in verify() local