/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
H A D | AsyncToLLVM.cpp | 109 auto ptrType = opaquePointerType(ctx); in getValueStorageFunctionType() local 161 auto ptrType = opaquePointerType(ctx); in executeFunctionType() local 172 auto ptrType = opaquePointerType(ctx); in awaitTokenAndExecuteFunctionType() local 177 auto ptrType in awaitValueAndExecuteFunctionType() local 182 auto ptrType = opaquePointerType(ctx); awaitAllAndExecuteFunctionType() local 193 auto ptrType = opaquePointerType(ctx); resumeFunctionType() local 256 Type ptrType = AsyncAPI::opaquePointerType(ctx); addResumeFunction() local 342 auto ptrType = AsyncAPI::opaquePointerType(op->getContext()); matchAndRewrite() local 371 auto ptrType = AsyncAPI::opaquePointerType(op->getContext()); matchAndRewrite() local 424 auto ptrType = AsyncAPI::opaquePointerType(op->getContext()); matchAndRewrite() local 830 auto ptrType = AsyncAPI::opaquePointerType(rewriter.getContext()); matchAndRewrite() local 870 auto ptrType = AsyncAPI::opaquePointerType(rewriter.getContext()); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | MemoryOps.cpp | 264 auto ptrType = llvm::dyn_cast<spirv::PointerType>(type); in getElementPtrType() local 410 auto ptrType = llvm::cast<spirv::PointerType>(basePtr.getType()); build() local 427 auto ptrType = spirv::PointerType::get(elementType, storageClass); parse() local 475 auto ptrType = spirv::PointerType::get(elementType, storageClass); parse() local 723 auto ptrType = llvm::dyn_cast<spirv::PointerType>(type); parse() local [all...] |
H A D | AtomicOps.cpp | 38 auto ptrType = llvm::cast<spirv::PointerType>(op->getOperand(0).getType()); in verifyAtomicUpdateOp() local
|
H A D | SPIRVTypes.cpp | 753 } else if (auto ptrType = llvm::dyn_cast<PointerType>(*this)) { getExtensions() local 773 } else if (auto ptrType = llvm::dyn_cast<PointerType>(*this)) { getCapabilities() local
|
H A D | SPIRVOps.cpp | 1267 auto ptrType = spirv::PointerType::get(elementType, storageClass); parse() local 1307 auto ptrType = spirv::PointerType::get(elementType, storageClass); parse() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUOpsLowering.cpp | 129 auto ptrType = LLVM::LLVMPointerType::get(rewriter.getContext(), matchAndRewrite() local 160 auto ptrType = matchAndRewrite() local 281 auto ptrType = LLVM::LLVMPointerType::get(rewriter.getContext()); matchAndRewrite() local 392 mlir::Type ptrType = matchAndRewrite() local 449 mlir::Type ptrType = LLVM::LLVMPointerType::get(rewriter.getContext()); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | MemRefBuilder.cpp | 489 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); in size() local 501 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); in setSize() local 512 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); in strideBasePtr() local 522 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); in stride() local 534 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); in setStride() local [all...] |
H A D | TypeConverter.cpp | 302 auto ptrType = LLVM::LLVMPointerType::get(type.getContext()); convertFunctionTypeCWrapper() local 595 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); promoteOneMemRefDescriptor() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | DecorateCompositeTypeLayoutPass.cpp | 45 auto ptrType = cast<spirv::PointerType>(op.getType()); in matchAndRewrite() local
|
H A D | SPIRVConversion.cpp | 861 auto ptrType = spirv::PointerType::get(VectorType::get({3}, integerType), getOrInsertBuiltinVariable() local 871 auto ptrType = getOrInsertBuiltinVariable() local 922 auto ptrType = dyn_cast<spirv::PointerType>(varOp.getType()); getPushConstantVariable() local
|
H A D | UnifyAliasedResourcePass.cpp | 68 auto ptrType = dyn_cast<spirv::PointerType>(type); in getRuntimeArrayElementType() local
|
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/ |
H A D | SCFToOpenMP.cpp | 224 auto ptrType = LLVM::LLVMPointerType::get(builder.getContext()); in addAtomicRMW() local 388 auto ptrType = LLVM::LLVMPointerType::get(parallelOp.getContext()); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Utils/ |
H A D | LayoutUtils.cpp | 164 auto ptrType = dyn_cast<spirv::PointerType>(type); in isLegalType() local
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | SerializationTest.cpp | 73 auto ptrType = spirv::PointerType::get(type, spirv::StorageClass::Uniform); in addGlobalVar() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 325 makeIntValWithWidth(QualType ptrType,uint64_t integer) makeIntValWithWidth() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 250 mlir::Type ptrType = fir::PointerType::get(storageType); local
|
H A D | FIRBuilder.cpp | 124 createNullConstant(mlir::Location loc,mlir::Type ptrType) createNullConstant() argument
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 361 if (auto ptrType = dyn_cast<spirv::PointerType>(type)) { isInterfaceStructPtrType() local 509 if (auto ptrType = dyn_cast<spirv::PointerType>(type)) { prepareBasicType() local [all...] |
/llvm-project/lld/wasm/ |
H A D | SyntheticSections.cpp | 281 import.Global = {static_cast<uint8_t>(ptrType), true}; in writeBody() local
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 465 auto ptrType = cast<spirv::PointerType>(accessedPtr.getType()); in calculateMemoryRequirements() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 64 if (auto ptrType = llvm::dyn_cast<emitc::PointerType>(type)) in isSupportedEmitCType() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1094 auto ptrType = llvm::dyn_cast<LLVMPointerType>(getOperand(0).getType()); verifySymbolUses() local 2769 auto ptrType = llvm::cast<LLVM::LLVMPointerType>(getPtr().getType()); verify() local 3346 LLVMPointerType ptrType = LLVMPointerType::get(ctx); createGlobalString() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 668 auto ptrType = dyn_cast<spirv::PointerType>(type); processGlobalVariable() local
|
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | MemRefToLLVM.cpp | 833 auto ptrType = LLVM::LLVMPointerType::get(rewriter.getContext()); lowerToMemCopyFunctionCall() local
|
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 1920 auto ptrType = llvm::dyn_cast<PointerLikeType>( verifyRegions() local
|