Home
last modified time | relevance | path

Searched refs:IsPointer (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h141 : IsScalar(false), IsPointer(false), IsVector(false), RawData(0) {} in LLT()
150 return isValid() && IsPointer && !IsVector; in isPointer()
152 constexpr bool isPointerVector() const { return IsPointer && isVector(); } in isPointerVector()
154 return IsPointer && isValid(); in isPointerOrPointerVector()
172 return IsPointer ? getFieldValue(PointerVectorScalableFieldInfo) in isScalable()
186 return ElementCount::get(IsPointer in getElementCount()
271 if (!IsPointer) in getScalarSizeInBits()
276 assert(IsPointer && "unexpected LLT"); in getScalarSizeInBits()
282 assert(IsPointer && "cannot get address space of non-pointer type"); in getAddressSpace()
292 if (IsPointer) in getElementType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h55 unsigned IsPointer : 1; member
69 IsCopyElisionCandidate(0), IsPointer(0) { in ArgFlagsTy()
141 bool isPointer() const { return IsPointer; } in isPointer()
142 void setPointer() { IsPointer = 1; } in setPointer()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp151 if (IsPointer) in initBuiltinStr()
216 if (IsPointer) in initBuiltinStr()
224 if (IsPointer) in initBuiltinStr()
279 if (IsPointer) in initTypeStr()
330 if (IsPointer) in initTypeStr()
842 IsPointer = true; in applyModifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h29 IsPointer, enumerator
78 KIND(LVTypeKind, IsPointer);
/freebsd/contrib/llvm-project/llvm/lib/CodeGenTypes/
H A DLowLevelType.cpp32 IsPointer = false; in LLT()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h257 bool IsPointer = false; variable
317 bool isPointer() const { return IsPointer; } in isPointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp146 bool IsPointer; member in __anon7628c1430111::Scatterer
348 IsPointer = V->getType()->isPointerTy(); in Scatterer()
353 IsPointer) && in Scatterer()
367 if (IsPointer) { in operator []()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4077 unsigned IsPointer : 1;
4083 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType()
4089 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType()
4091 IsPointer = true; in CatchHandlerType()
4094 if (IsPointer || QT->isReferenceType()) in CatchHandlerType()
4101 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() argument
4102 : QT(QT), IsPointer(IsPointer) {} in CatchHandlerType()
4105 bool isPointer() const { return IsPointer; } in isPointer()
4110 if (LHS.IsPointer != RHS.IsPointer) in operator ==()
H A DCheckExprLifetime.cpp1165 bool IsPointer = !Member->getType()->isReferenceType(); in checkExprLifetimeImpl() local
1167 IsPointer ? diag::warn_init_ptr_member_to_parameter_addr in checkExprLifetimeImpl()
1172 << (unsigned)IsPointer; in checkExprLifetimeImpl()
H A DOpenCLBuiltins.td173 bit IsPointer = 0;
191 let IsPointer = _Ty.IsPointer;
204 let IsPointer = 1;
216 let IsPointer = _Ty.IsPointer;
228 let IsPointer = _Ty.IsPointer;
241 let IsPointer = _Ty.IsPointer;
H A DSemaDeclAttr.cpp5187 bool IsPointer = AL.getAttrName()->getName() == "pointer_with_type_tag"; in handleArgumentWithTypeTagAttr() local
5188 if (IsPointer) { in handleArgumentWithTypeTagAttr()
5198 IsPointer)); in handleArgumentWithTypeTagAttr()
H A DSemaOpenMP.cpp20353 bool IsPointer = CurType->isAnyPointerType(); in VisitArraySectionExpr() local
20355 if (!IsPointer && !CurType->isArrayType()) { in VisitArraySectionExpr()
20373 if (NotWhole || IsPointer) in VisitArraySectionExpr()
20377 if (IsPointer && !AllowAnotherPtr) in VisitArraySectionExpr()
20393 if (IsPointer) in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp94 {LVTypeKind::IsPointer, &LVType::getIsPointer},
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp399 clEnumValN(LVTypeKind::IsPointer, "Pointer", "Pointer."),
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2478 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
2495 if (!IsPointer && Quals) { in mangleType()
2505 if ((!IsPointer && Quals) || isa<TagType>(T) || isArtificialTagType(T)) { in mangleType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4290 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local
4291 if (IsPointer) in getCatchableTypeArray()
4323 if (IsPointer) in getCatchableTypeArray()
4346 if (IsPointer && T->getPointeeType()->isObjectType()) in getCatchableTypeArray()
H A DCGOpenMPRuntime.cpp7204 bool IsPointer = in generateInfoForComponentList() local
7213 bool IsNonDerefPointer = IsPointer && in generateInfoForComponentList()
7279 (((IsPointer || ForDeviceAddr) && in generateInfoForComponentList()
7281 (IsPrevMemberReference && !IsPointer) || in generateInfoForComponentList()
7287 assert(!IsPointer && in generateInfoForComponentList()
7426 if (IsPointer || (IsMemberReference && Next != CE)) in generateInfoForComponentList()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def580 TYPE_TRAIT_1(__is_pointer, IsPointer, KEYCXX)
H A DAttr.td3910 BoolArgument<"IsPointer", /*opt*/0, /*fake*/1>];
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1069 bit IsPointer = false;
1080 let IsPointer = true in {