Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Dialect/LLVMIR/
H A DLLVMTypeTest.cpp16 auto structTy = LLVMStructType::getIdentified(&context, "foo"); in TEST_F() local
/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h475 llvm::StructType *structTy) in ConstantStructBuilderTemplateBase()
487 void suggestType(llvm::StructType *structTy) { in suggestType()
575 llvm::StructType *structTy) in ConstantStructBuilder()
H A DCGFunctionInfo.h370 if (auto structTy = getCoerceAndExpandTypeSequence() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTarget.cpp163 auto structTy = complexArgumentType() local
182 auto structTy = mlir::TupleType::get(eleTy.getContext(), complexReturnType() local
209 auto structTy = complexArgumentType() local
850 auto structTy = complexArgumentType() local
862 auto structTy = complexReturnType() local
[all...]
H A DCodeGen.cpp1066 if (auto structTy = mlir::dyn_cast<mlir::LLVM::LLVMStructType>(eleTy)) { convertSubcomponentIndices() local
3272 [[maybe_unused]] auto structTy = matchAndRewrite() local
3300 auto structTy = mlir::cast<mlir::LLVM::LLVMStructType>(ty); matchAndRewrite() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp448 StructType structTy = llvm::cast<StructType>(input.getType()); in build() local
457 StructType structTy = llvm::cast<StructType>(getInput().getType()); in verify() local
/llvm-project/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp204 auto* structTy = dyn_cast<llvm::StructType>(llvmTy); in test_codegen_fns() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp323 Type *structTy = StructType::create(module.getContext(), structTypes); createKernelArgArray() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp477 Type structTy = LLVM::LLVMStructType::getLiteral( in sizeBasePtr() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1140 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); processStructType() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1922 spirv::StructType structTy = verify() local