| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 58 return Storage.getInt() == Normal && Storage.getPointer(); 65 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() 71 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; } in isMissingExpected() 75 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; } in isConfigMismatch()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | LambdaCapture.h | 84 (DeclAndBits.getInt() & Capture_This); in capturesThis() 96 !(DeclAndBits.getInt() & Capture_This); in capturesVLAType() 112 return DeclAndBits.getInt() & Capture_Implicit; in isImplicit()
|
| H A D | GlobalDecl.h | 100 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl() 110 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType() 115 return static_cast<CXXDtorType>(Value.getInt()); in getDtorType() 122 return static_cast<DynamicInitKind>(Value.getInt()); in getDynamicInitKind() 144 return static_cast<KernelReferenceKind>(Value.getInt()); in getKernelReferenceKind()
|
| H A D | NestedNameSpecifier.h | 171 if (Prefix.getInt() == StoredIdentifier) in getAsIdentifier() 191 if (Prefix.getInt() == StoredTypeSpec) in getAsType()
|
| H A D | VTTBuilder.h | 53 return BaseAndIsVirtual.getInt(); in isVirtual()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() 58 return MethodAndHasMoreThanOneDecl.getInt(); in hasMoreThanOneDecl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionIterator.h | 76 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc() 83 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode() 96 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc() 129 return Node.getInt() == x.Node.getInt();
|
| H A D | WithCache.h | 65 [[nodiscard]] bool hasKnownBits() const { return Pointer.getInt(); } in hasKnownBits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PagedVector.h | 69 if (Allocator.getInt()) in ~PagedVector() 157 if (!Allocator.getInt()) in clear() 161 if (Allocator.getInt()) in clear()
|
| H A D | PointerIntPair.h | 96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function 195 static intptr_t getInt(intptr_t Value) { in getInt() function 274 return Pair.getInt();
|
| H A D | ilist_node_base.h | 44 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 118 bool isOverridden() const { return Val.getInt() == Overridden; } in isOverridden() 119 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate() 120 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 109 : Info(nullptr, Arg.Info.getInt()) { in FunctionInfo() 114 : Info(Arg.Info.getPointer(), Arg.Info.getInt()) { in FunctionInfo() 119 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =() 126 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =() 139 return globalClearMayReadAnyGlobal(Info.getInt()); in getModRefInfo() 144 Info.setInt(Info.getInt() | static_cast<int>(NewMRI)); in addModRefInfo() 149 bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; } in mayReadAnyGlobal() 152 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CalledValuePropagation.cpp | 125 switch (Key.getInt()) { in ComputeLatticeVal() 206 if (Key.getInt() == IPOGrouping::Register) in PrintLatticeKey() 208 else if (Key.getInt() == IPOGrouping::Memory) in PrintLatticeKey() 210 else if (Key.getInt() == IPOGrouping::Return) in PrintLatticeKey()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 320 setInt(RHS.getInt()); in APValue() 449 return getInt().needsCleanup(); in needsCleanup() 584 profileIntValue(ID, getInt()); in Profile() 652 if (!Inits.back().isInt() || !Inits.back().getInt().isZero()) in TryPrintAsStringLiteral() 672 int64_t Char64 = Val.getInt().getExtValue(); in TryPrintAsStringLiteral() 729 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty() 731 Out << getInt(); in printPretty() 966 Result = getInt(); in toIntegralConstant() 1077 return MPD.MemberAndIsDerivedMember.getInt(); in isMemberPointerToDerivedMember()
|
| H A D | NestedNameSpecifier.cpp | 144 switch (Prefix.getInt()) { in getKind() 164 if (Prefix.getInt() == StoredDecl) in getAsNamespace() 172 if (Prefix.getInt() == StoredDecl) in getAsNamespaceAlias() 180 switch (Prefix.getInt()) { in getAsRecordDecl()
|
| H A D | ExprConstant.cpp | 106 return E.getAsBaseOrMember().getInt(); in isVirtualBaseClass() 741 return (int)Value.getInt() >= (int)K; in isDestroyedAtEndOf() 1819 return DeclAndIsDerivedMember.getInt(); in isDerivedMember() 2729 Result = Val.getInt().getBoolValue(); in HandleConversionToBool() 2903 APSInt &Int = Value.getInt(); in truncateBitfieldValue() 3127 return handleLogicalOpForVector(LHSValue.getInt(), Opcode, in handleLogicalOpForVector() 3128 RHSValue.getInt(), Result); in handleLogicalOpForVector() 3174 return handleCompareOpForVectorHelper(LHSValue.getInt(), Opcode, in handleCompareOpForVector() 3175 RHSValue.getInt(), Result); in handleCompareOpForVector() 3222 Success = handleIntIntBinOp(Info, E, LHSElt.getInt(), Opcode, in handleVectorVectorBinOp() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 44 OS << "[" << *C.getPointer() << ", " << (C.getInt() ? "true" : "false") in operator <<() 197 if (C1.getInt() == C2.getInt()) { in isEquivalent()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | Address.h | 106 return (KnownNonNull_t)PointerAndKnownNonNull.getInt(); in isKnownNonNull() 235 return (KnownNonNull_t)Pointer.getInt(); in isKnownNonNull()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 246 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedLoad() 405 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedStore() 532 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedGather() 663 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedScatter() 779 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedExpandLoad() 899 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedCompressStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 400 if (!Patch.RefCU.getInt()) { in applyPatches() 414 assert(Patch.RefCU.getInt()); in applyPatches() 463 if (Patch.SectionPtr.getInt()) in applyPatches()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSPIRV.cpp | 62 !Eval.Val.isInt() || Eval.Val.getInt().getBitWidth() > 32) { in processConstant32BitIntArgument() 69 return {Eval.Val.getInt().getZExtValue()}; in processConstant32BitIntArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SanitizerBinaryMetadata.cpp | 107 {IRB.getInt(NewFeatures), IRB.getInt32(Size)}}})); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionELF.h | 85 bool isComdat() const { return Group.getInt(); } in isComdat()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 217 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs() 220 return RefAndFlags.getInt() & ReadOnly; in isReadOnly() 224 return RefAndFlags.getInt() & WriteOnly; in isWriteOnly() 228 return RefAndFlags.getInt() & (ReadOnly | WriteOnly); in getAccessSpecifier() 232 return (RefAndFlags.getInt() & BadAccessMask) != BadAccessMask; in isValidAccessSpecifier() 238 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly() 242 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()
|