Home
last modified time | relevance | path

Searched defs:ptrType (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestSparsification.cpp34 Option<int32_t> ptrType{*this, "ptr-type", member
/external/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
DDecorateSPIRVCompositeTypeLayoutPass.cpp35 auto ptrType = op.type().cast<spirv::PointerType>(); in matchAndRewrite() local
/external/llvm-project/mlir/unittests/Dialect/SPIRV/
DSerializationTest.cpp72 auto ptrType = spirv::PointerType::get(type, spirv::StorageClass::Uniform); in addGlobalVar() local
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DGPUOpsLowering.h130 auto ptrType = typeConverter->convertType(type.getElementType()) in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp670 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parseAtomicUpdateOp() local
700 auto ptrType = op->getOperand(0).getType().cast<spirv::PointerType>(); in verifyAtomicUpdateOp() local
904 auto ptrType = type.dyn_cast<spirv::PointerType>(); in getElementPtrType() local
1083 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parseAtomicCompareExchangeWeakOp() local
2097 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parseSubgroupBlockReadINTELOp() local
2142 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parseSubgroupBlockWriteINTELOp() local
2195 auto ptrType = basePtr.getType().cast<spirv::PointerType>(); in build() local
2212 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parseLoadOp() local
2833 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parseStoreOp() local
2911 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parseVariableOp() local
[all …]
DLayoutUtils.cpp159 auto ptrType = type.dyn_cast<spirv::PointerType>(); in isLegalType() local
DSPIRVLowering.cpp560 auto ptrType = spirv::PointerType::get( in getOrInsertBuiltinVariable() local
571 auto ptrType = spirv::PointerType::get(builder.getIntegerType(32), in getOrInsertBuiltinVariable() local
DSPIRVTypes.cpp740 } else if (auto ptrType = dyn_cast<PointerType>()) { in getExtensions() local
758 } else if (auto ptrType = dyn_cast<PointerType>()) { in getCapabilities() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp569 auto ptrType = fnType.dyn_cast<LLVMPointerType>(); in verify() local
1626 auto ptrType = op.ptr().getType().cast<LLVM::LLVMType>(); in verify() local
1692 auto ptrType = op.ptr().getType().cast<LLVM::LLVMType>(); in verify() local
DLLVMTypeSyntax.cpp146 if (auto ptrType = type.dyn_cast<LLVMPointerType>()) { in printTypeImpl() local
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h854 SparseIntType ptrType; member
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1022 if (auto ptrType = type.dyn_cast<spirv::PointerType>()) { in isInterfaceStructPtrType() local
1156 if (auto ptrType = type.dyn_cast<spirv::PointerType>()) { in prepareBasicType() local
DDeserializer.cpp1058 auto ptrType = type.dyn_cast<spirv::PointerType>(); in processGlobalVariable() local
/external/clang/lib/Sema/
DSemaType.cpp3321 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
5918 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
DSemaDeclAttr.cpp3926 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local
3938 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftErrorResultType() local
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3839 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
4915 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4013 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
7161 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2659 SpvId ptrType = this->nextId(); in writeInterfaceBlock() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3048 SpvId ptrType = this->nextId(nullptr); in writeInterfaceBlock() local
/external/llvm-project/clang/lib/AST/
DType.cpp1431 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp4065 auto ptrType = operand.getType().cast<LLVM::LLVMType>().getPointerTo(); in promoteOneMemRefDescriptor() local