Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DDecorateCompositeTypeLayoutPass.cpp36 auto ptrType = op.type().cast<spirv::PointerType>(); in matchAndRewrite() local
H A DSPIRVConversion.cpp637 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 DUnifyAliasedResourcePass.cpp60 auto ptrType = type.dyn_cast<spirv::PointerType>(); in getRuntimeArrayElementType() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp160 auto ptrType = type.dyn_cast<spirv::PointerType>(); in isLegalType() local
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp73 auto ptrType = spirv::PointerType::get(type, spirv::StorageClass::Uniform); in addGlobalVar() local
/llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/
H A DOpenACCToLLVM.cpp117 auto ptrType = descriptor.getElementPtrType(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp780 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 DSPIRVTypes.cpp678 } 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 DSValBuilder.h304 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp216 Type ptrType = LLVM::LLVMPointerType::get(type); in addAtomicRMW() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp122 auto ptrType = LLVM::LLVMPointerType::get( in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp273 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 DLLVMTypeSyntax.cpp143 if (auto ptrType = type.dyn_cast<LLVMPointerType>()) { in printType() local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp303 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 DTypeConverter.cpp482 auto ptrType = LLVM::LLVMPointerType::get(operand.getType()); in promoteOneMemRefDescriptor() local
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp280 auto ptrType = is64 ? WASM_TYPE_I64 : WASM_TYPE_I32; in writeBody() local
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp645 auto ptrType = atomicReductionEntryBlock.getArgumentTypes()[0] in verifyRegions() local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp562 auto ptrType = type.dyn_cast<spirv::PointerType>(); in processGlobalVariable() local
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp900 Type ptrType = resType.cast<ShapedType>().getElementType(); in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp248 auto ptrType = boxType.cast<fir::BoxType>().getEleTy(); in genInitialDataTarget() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp86 mlir::Type ptrType) { in createNullConstant()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp946 auto ptrType = LLVM::LLVMPointerType::get(desc.getType()); in lowerToMemCopyFunctionCall() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3939 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 DSemaType.cpp4164 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 DType.cpp1437 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local