Home
last modified time | relevance | path

Searched defs:pointeeType (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DJointMatrixOps.cpp
H A DCooperativeMatrixOps.cpp28 Type pointeeType = pointerType.getPointeeType(); in verifyCoopMatrixAccess() local
H A DMemoryOps.cpp526 Type pointeeType = print() local
H A DSPIRVDialect.cpp414 auto pointeeType = parseAndVerifyType(dialect, parser); parsePointerType() local
H A DSPIRVTypes.cpp477 Type pointeeType; global() member
481 get(Type pointeeType,StorageClass storageClass) get() argument
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DDecorateCompositeTypeLayoutPass.cpp46 auto pointeeType = cast<spirv::StructType>(ptrType.getPointeeType()); in matchAndRewrite() local
H A DSPIRVConversion.cpp1063 Type pointeeType = getOpenCLElementPtr() local
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp475 auto pointeeType = dyn_cast<spirv::ScalarType>(ptrType.getPointeeType()); in calculateMemoryRequirements() local
537 Type pointeeType = pointerType.getPointeeType(); in matchAndRewrite() local
683 Type pointeeType = pointerType.getPointeeType(); in matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp238 auto pointeeType = in matchAndRewrite() local
/llvm-project/clang/lib/AST/
H A DType.cpp1013 if (pointeeType.isNull()) in VisitRValueReferenceType() local
979 QualType pointeeType = recurse(T->getPointeeType()); VisitPointerType() local
990 QualType pointeeType = recurse(T->getPointeeType()); VisitBlockPointerType() local
1001 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); VisitLValueReferenceType() local
1025 QualType pointeeType = recurse(T->getPointeeType()); VisitMemberPointerType() local
1315 QualType pointeeType = recurse(T->getPointeeType()); TRIVIAL_TYPE_CLASS() local
[all...]
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp879 Type pointeeType = pointerType.getPointee(); verify() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1136 QualType pointeeType = resultTy->getPointeeType(); evalBinOpLN() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp869 auto pointeeType = getType(operands[2]); processOpTypePointer() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7173 const Type *pointeeType = nullptr; CheckNullabilityTypeSpecifier() local
H A DTreeTransform.h5803 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); TransformDependentAddressSpaceType() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp6137 if (const auto *pointeeType{pointee->GetType()}) { Post() local