HomeSort by relevance Sort by last modified time
    Searched refs:IntBits (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-enum-2.cpp 4 template<int IntBits> struct X {
6 IntShift = (unsigned long long)IntBits,
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PointerIntPair.h 39 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
50 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable-IntBits,
53 IntMask = (uintptr_t)(((intptr_t)1 << IntBits)-1),
61 assert(IntBits <= PtrTraits::NumLowBitsAvailable &&
87 assert(IntVal < (1 << IntBits) && "Integer too large for field");
96 "Can only return the address if IntBits is cleared and "
117 template<typename PointerTy, unsigned IntBits, typename IntType>
118 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
123 template<typename PointerTy, unsigned IntBits, typename IntType>
124 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType> >
    [all...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
85 "Can only return the address if IntBits is cleared and "
124 template <typename PointerT, unsigned IntBits, typename PtrTraits>
129 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
138 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
141 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>>
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PointerIntPair.h 25 template <typename PointerT, unsigned IntBits, typename PtrTraits>
41 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
43 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
83 "Can only return the address if IntBits is cleared and "
127 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
141 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
144 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
178 template <typename PointerTy, unsigned IntBits, typename IntType>
179 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>>
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
PointerIntPair.h 26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
85 "Can only return the address if IntBits is cleared and "
124 template <typename PointerT, unsigned IntBits, typename PtrTraits>
129 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
138 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
141 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>>
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 227 milliseconds