Home
last modified time | relevance | path

Searched refs:NumLowBitsAvailable (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h60 static constexpr int NumLowBitsAvailable =
75 static constexpr int NumLowBitsAvailable = 2;
88 static constexpr int NumLowBitsAvailable = NonConst::NumLowBitsAvailable;
101 static constexpr int NumLowBitsAvailable = NonConst::NumLowBitsAvailable;
113 static constexpr int NumLowBitsAvailable = 0;
126 static constexpr int NumLowBitsAvailable =
130 ~((uintptr_t)-1 << NumLowBitsAvailable)) == 0 &&
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h38 static constexpr int NumLowBitsAvailable = 2;
82 static constexpr int NumLowBitsAvailable =
83 llvm::PointerLikeTypeTraits<PairTy>::NumLowBitsAvailable;
101 static constexpr int NumLowBitsAvailable = T::NumLowBitsAvailable;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h169 static_assert(PtrTraits::NumLowBitsAvailable <
172 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
177 ~(uintptr_t)(((intptr_t)1 << PtrTraits::NumLowBitsAvailable) - 1),
181 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
224 Val <<= PointerLikeTypeTraits<Ty>::NumLowBitsAvailable;
230 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
262 static constexpr int NumLowBitsAvailable =
263 PtrTraits::NumLowBitsAvailable - IntBits;
H A DPointerUnion.h38 return std::min<int>({PointerLikeTypeTraits<Ts>::NumLowBitsAvailable...}); in lowBitsAvailable()
52 static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>(); variable
276 static constexpr int NumLowBitsAvailable = PointerLikeTypeTraits<decltype(
277 PointerUnion<PTs...>::Val)>::NumLowBitsAvailable;
H A DPointerEmbeddedInt.h97 static constexpr int NumLowBitsAvailable = T::Shift;
H A DPointerSumType.h237 enum { NumTagBits = Min<MemberTs::TraitsT::NumLowBitsAvailable...>::value };
H A DStringMap.h94 << PointerLikeTypeTraits<StringMapEntryBase *>::NumLowBitsAvailable;
H A DIntervalMap.h497 static constexpr int NumLowBitsAvailable = Log2CacheLine; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h113 << PointerLikeTypeTraits<PoolEntryPtr>::NumLowBitsAvailable;
117 << PointerLikeTypeTraits<PoolEntryPtr>::NumLowBitsAvailable;
121 << PointerLikeTypeTraits<PoolEntryPtr>::NumLowBitsAvailable;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h204 static constexpr int NumLowBitsAvailable = PointerLikeTypeTraits<
205 const clang::DirectoryEntryRef::MapEntry *>::NumLowBitsAvailable;
H A DIdentifierTable.h1200 static constexpr int NumLowBitsAvailable = 0;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h423 static constexpr int NumLowBitsAvailable =
424 PointerLikeTypeTraits<decl_type *>::NumLowBitsAvailable;
H A DDeclGroup.h150 static constexpr int NumLowBitsAvailable = 0;
H A DExternalASTSource.h506 static constexpr int NumLowBitsAvailable =
507 PointerLikeTypeTraits<T>::NumLowBitsAvailable - 1;
H A DTemplateName.h605 static constexpr int NumLowBitsAvailable = 0;
H A DTemplateBase.h46 static constexpr int NumLowBitsAvailable = 2;
H A DCanonicalType.h388 static constexpr int NumLowBitsAvailable = 0;
H A DDeclBase.h1309 static constexpr int NumLowBitsAvailable = 3;
H A DType.h95 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
106 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
1673 static constexpr int NumLowBitsAvailable = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h442 Val <<= PointerLikeTypeTraits<void *>::NumLowBitsAvailable;
448 Val <<= PointerLikeTypeTraits<void *>::NumLowBitsAvailable;
1007 Val <<= PointerLikeTypeTraits<void*>::NumLowBitsAvailable;
1013 Val <<= PointerLikeTypeTraits<void*>::NumLowBitsAvailable;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h53 static constexpr int NumLowBitsAvailable = 1;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp81 static constexpr int NumLowBitsAvailable = 3; member
82 static_assert(alignof(AlignedMap) >= (1 << NumLowBitsAvailable),
97 AlignedMapPointerTraits::NumLowBitsAvailable) == 0,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp38 1 << llvm::PointerLikeTypeTraits<TypeInfoLValue>::NumLowBitsAvailable <=
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp444 Val <<= PointerLikeTypeTraits<const Expression *>::NumLowBitsAvailable; in getEmptyKey()
450 Val <<= PointerLikeTypeTraits<const Expression *>::NumLowBitsAvailable; in getTombstoneKey()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1057 PointerLikeTypeTraits<void *>::NumLowBitsAvailable;

12