Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h142 return isValid() && IsPointer && !IsVector; in isPointer()
176 return ElementCount::get(IsPointer in getElementCount()
261 if (!IsPointer) in getScalarSizeInBits()
266 assert(IsPointer && "unexpected LLT"); in getScalarSizeInBits()
282 if (IsPointer) in getElementType()
295 return IsPointer == RHS.IsPointer && IsVector == RHS.IsVector &&
363 uint64_t IsPointer : 1;
390 this->IsPointer = IsPointer;
397 if (!IsPointer)
410 } else if (IsPointer)
[all …]
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/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp250 TypeFlags() : IsConst(false), IsVolatile(false), IsPointer(false) {} in TypeFlags()
253 bool IsPointer : 1; member
1014 if (Flags.IsPointer) { in getTypeString()
1033 if (Type->getValueAsBit("IsPointer") || Flags.IsPointer) { in getTypeString()
1059 Flags.IsPointer = Type->getValueAsBit("IsPointer"); in getTypeLists()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelType.cpp31 IsPointer = false; in LLT()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h29 IsPointer, enumerator
78 KIND(LVTypeKind, IsPointer);
/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 __anon632bf20b0111::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.cpp4373 unsigned IsPointer : 1; member in __anon0e2561651511::CatchHandlerType
4379 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType()
4385 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType()
4387 IsPointer = true; in CatchHandlerType()
4390 if (IsPointer || QT->isReferenceType()) in CatchHandlerType()
4397 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() argument
4398 : QT(QT), IsPointer(IsPointer) {} in CatchHandlerType()
4401 bool isPointer() const { return IsPointer; } in isPointer()
4406 if (LHS.IsPointer != RHS.IsPointer) in operator ==()
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 DSemaInit.cpp8247 bool IsPointer = !Member->getType()->isReferenceType(); in checkInitializerLifetime() local
8248 Diag(DiagLoc, IsPointer ? diag::warn_init_ptr_member_to_parameter_addr in checkInitializerLifetime()
8253 << (unsigned)IsPointer; in checkInitializerLifetime()
H A DSemaDeclAttr.cpp5760 bool IsPointer = AL.getAttrName()->getName() == "pointer_with_type_tag"; in handleArgumentWithTypeTagAttr() local
5761 if (IsPointer) { in handleArgumentWithTypeTagAttr()
5771 IsPointer)); in handleArgumentWithTypeTagAttr()
H A DSemaOpenMP.cpp21532 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr() local
21534 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr()
21552 if (NotWhole || IsPointer) in VisitOMPArraySectionExpr()
21556 if (IsPointer && !AllowAnotherPtr) in VisitOMPArraySectionExpr()
21572 if (IsPointer) in VisitOMPArraySectionExpr()
/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.cpp2375 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
2392 if (!IsPointer && Quals) { in mangleType()
2402 if ((!IsPointer && Quals) || isa<TagType>(T) || isArtificialTagType(T)) { in mangleType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4277 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local
4278 if (IsPointer) in getCatchableTypeArray()
4310 if (IsPointer) in getCatchableTypeArray()
4333 if (IsPointer && T->getPointeeType()->isObjectType()) in getCatchableTypeArray()
H A DCGOpenMPRuntime.cpp7181 bool IsPointer = in generateInfoForComponentList() local
7190 bool IsNonDerefPointer = IsPointer && in generateInfoForComponentList()
7256 (((IsPointer || ForDeviceAddr) && in generateInfoForComponentList()
7258 (IsPrevMemberReference && !IsPointer) || in generateInfoForComponentList()
7264 assert(!IsPointer && in generateInfoForComponentList()
7397 if (IsPointer || (IsMemberReference && Next != CE)) in generateInfoForComponentList()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def558 TYPE_TRAIT_1(__is_pointer, IsPointer, KEYCXX)
H A DAttr.td3715 BoolArgument<"IsPointer", /*opt*/0, /*fake*/1>];
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1041 bit IsPointer = false;
1052 let IsPointer = true in {