Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CodeGen/
DConstantInitBuilder.h472 llvm::StructType *structTy) in ConstantStructBuilderTemplateBase()
484 void suggestType(llvm::StructType *structTy) { in suggestType()
572 llvm::StructType *structTy) in ConstantStructBuilder()
DCGFunctionInfo.h351 if (auto structTy = in getCoerceAndExpandTypeSequence() local
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp364 StructType structTy = input.getType().cast<StructType>(); in build() local
373 StructType structTy = op.input().getType().cast<StructType>(); in verify() local
/external/llvm-project/clang/unittests/CodeGen/
DCodeGenExternalTest.cpp204 auto* structTy = dyn_cast<llvm::StructType>(llvmTy); in test_codegen_fns() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp338 const Struct* structTy = type->AsStruct(); in GetTypeInstruction() local
476 if (const Struct* structTy = type->AsStruct()) { in AttachDecorations() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp338 const Struct* structTy = type->AsStruct(); in GetTypeInstruction() local
476 if (const Struct* structTy = type->AsStruct()) { in AttachDecorations() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h290 if (auto structTy = in getCoerceAndExpandTypeSequence() local
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2426 auto &structTy = getType(structPtrTy.element); in EmitArrayLength() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp1466 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType() local