/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | JointMatrixOps.cpp |
|
H A D | CooperativeMatrixOps.cpp | 28 Type pointeeType = pointerType.getPointeeType(); in verifyCoopMatrixAccess() local
|
H A D | MemoryOps.cpp | 526 Type pointeeType = print() local
|
H A D | SPIRVDialect.cpp | 414 auto pointeeType = parseAndVerifyType(dialect, parser); parsePointerType() local
|
H A D | SPIRVTypes.cpp | 477 Type pointeeType; global() member 481 get(Type pointeeType,StorageClass storageClass) get() argument
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | DecorateCompositeTypeLayoutPass.cpp | 46 auto pointeeType = cast<spirv::StructType>(ptrType.getPointeeType()); in matchAndRewrite() local
|
H A D | SPIRVConversion.cpp | 1063 Type pointeeType = getOpenCLElementPtr() local
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 475 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 D | ConvertLaunchFuncToLLVMCalls.cpp | 238 auto pointeeType = in matchAndRewrite() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 1013 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 D | EmitC.cpp | 879 Type pointeeType = pointerType.getPointee(); verify() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 1136 QualType pointeeType = resultTy->getPointeeType(); evalBinOpLN() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 869 auto pointeeType = getType(operands[2]); processOpTypePointer() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 7173 const Type *pointeeType = nullptr; CheckNullabilityTypeSpecifier() local
|
H A D | TreeTransform.h | 5803 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); TransformDependentAddressSpaceType() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names.cpp | 6137 if (const auto *pointeeType{pointee->GetType()}) { Post() local
|