Home
last modified time | relevance | path

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

12

/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp109 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 DMemoryOps.cpp264 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 DAtomicOps.cpp38 auto ptrType = llvm::cast<spirv::PointerType>(op->getOperand(0).getType()); in verifyAtomicUpdateOp() local
H A DSPIRVTypes.cpp753 } 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 DSPIRVOps.cpp1267 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 DGPUOpsLowering.cpp129 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 DMemRefBuilder.cpp489 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 DTypeConverter.cpp302 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 DDecorateCompositeTypeLayoutPass.cpp45 auto ptrType = cast<spirv::PointerType>(op.getType()); in matchAndRewrite() local
H A DSPIRVConversion.cpp861 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 DUnifyAliasedResourcePass.cpp68 auto ptrType = dyn_cast<spirv::PointerType>(type); in getRuntimeArrayElementType() local
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp224 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 DLayoutUtils.cpp164 auto ptrType = dyn_cast<spirv::PointerType>(type); in isLegalType() local
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp73 auto ptrType = spirv::PointerType::get(type, spirv::StorageClass::Uniform); in addGlobalVar() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h325 makeIntValWithWidth(QualType ptrType,uint64_t integer) makeIntValWithWidth() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp250 mlir::Type ptrType = fir::PointerType::get(storageType); local
H A DFIRBuilder.cpp124 createNullConstant(mlir::Location loc,mlir::Type ptrType) createNullConstant() argument
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp361 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 DSyntheticSections.cpp281 import.Global = {static_cast<uint8_t>(ptrType), true}; in writeBody() local
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp465 auto ptrType = cast<spirv::PointerType>(accessedPtr.getType()); in calculateMemoryRequirements() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp64 if (auto ptrType = llvm::dyn_cast<emitc::PointerType>(type)) in isSupportedEmitCType() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1094 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 DDeserializer.cpp668 auto ptrType = dyn_cast<spirv::PointerType>(type); processGlobalVariable() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp833 auto ptrType = LLVM::LLVMPointerType::get(rewriter.getContext()); lowerToMemCopyFunctionCall() local
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp1920 auto ptrType = llvm::dyn_cast<PointerLikeType>( verifyRegions() local

12