| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | DecorateCompositeTypeLayoutPass.cpp | 36 auto ptrType = op.type().cast<spirv::PointerType>(); in matchAndRewrite() local
|
| H A D | SPIRVConversion.cpp | 637 auto ptrType = spirv::PointerType::get(VectorType::get({3}, integerType), in getOrInsertBuiltinVariable() local 647 auto ptrType = in getOrInsertBuiltinVariable() local 698 auto ptrType = varOp.type().dyn_cast<spirv::PointerType>(); in getPushConstantVariable() local
|
| H A D | UnifyAliasedResourcePass.cpp | 60 auto ptrType = type.dyn_cast<spirv::PointerType>(); in getRuntimeArrayElementType() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/ |
| H A D | LayoutUtils.cpp | 160 auto ptrType = type.dyn_cast<spirv::PointerType>(); in isLegalType() local
|
| /llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/ |
| H A D | SerializationTest.cpp | 73 auto ptrType = spirv::PointerType::get(type, spirv::StorageClass::Uniform); in addGlobalVar() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/ |
| H A D | OpenACCToLLVM.cpp | 117 auto ptrType = descriptor.getElementPtrType(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVOps.cpp | 780 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parseAtomicUpdateOp() local 974 auto ptrType = type.dyn_cast<spirv::PointerType>(); in getElementPtrType() local 1161 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parseAtomicCompareExchangeImpl() local 1280 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parse() local 2608 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parse() local 2648 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parse() local 2901 auto ptrType = basePtr.getType().cast<spirv::PointerType>(); in build() local 2918 auto ptrType = spirv::PointerType::get(elementType, storageClass); in parse() local 3611 auto ptrType = type.dyn_cast<spirv::PointerType>(); in parse() local 3723 Type ptrType; in parse() local [all …]
|
| H A D | SPIRVTypes.cpp | 678 } else if (auto ptrType = dyn_cast<PointerType>()) { in getExtensions() local 698 } else if (auto ptrType = dyn_cast<PointerType>()) { in getCapabilities() local
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 304 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/ |
| H A D | SCFToOpenMP.cpp | 216 Type ptrType = LLVM::LLVMPointerType::get(type); in addAtomicRMW() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUOpsLowering.cpp | 122 auto ptrType = LLVM::LLVMPointerType::get( in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 273 static LogicalResult verifyOpaquePtr(Operation *op, LLVMPointerType ptrType, in verifyOpaquePtr() 581 auto ptrType = in build() local 1177 auto ptrType = getOperand(0).getType().dyn_cast<LLVMPointerType>(); in verify() local 2521 auto ptrType = getPtr().getType().cast<LLVM::LLVMPointerType>(); in verify() local 2600 auto ptrType = getPtr().getType().cast<LLVM::LLVMPointerType>(); in verify() local 2845 const auto ptrType = annotatedType.dyn_cast<LLVMPointerType>(); in verifyStructAttr() local
|
| H A D | LLVMTypeSyntax.cpp | 143 if (auto ptrType = type.dyn_cast<LLVMPointerType>()) { in printType() local
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 303 if (auto ptrType = type.dyn_cast<spirv::PointerType>()) { in isInterfaceStructPtrType() local 451 if (auto ptrType = type.dyn_cast<spirv::PointerType>()) { in prepareBasicType() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | TypeConverter.cpp | 482 auto ptrType = LLVM::LLVMPointerType::get(operand.getType()); in promoteOneMemRefDescriptor() local
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SyntheticSections.cpp | 280 auto ptrType = is64 ? WASM_TYPE_I64 : WASM_TYPE_I32; in writeBody() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/ |
| H A D | OpenMPDialect.cpp | 645 auto ptrType = atomicReductionEntryBlock.getArgumentTypes()[0] in verifyRegions() local
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 562 auto ptrType = type.dyn_cast<spirv::PointerType>(); in processGlobalVariable() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | SparseTensorConversion.cpp | 900 Type ptrType = resType.cast<ShapedType>().getElementType(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertVariable.cpp | 248 auto ptrType = boxType.cast<fir::BoxType>().getEleTy(); in genInitialDataTarget() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 86 mlir::Type ptrType) { in createNullConstant()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 946 auto ptrType = LLVM::LLVMPointerType::get(desc.getType()); in lowerToMemCopyFunctionCall() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3939 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local 5126 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4164 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local 7382 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1437 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
|