HomeSort by: relevance | last modified time | path
    Searched refs:IntBits (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
PointerIntPair.h 26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
42 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
86 "Can only return the address if IntBits is cleared and "
132 template <typename PointerTy, unsigned IntBits, typename IntType,
135 struct is_trivially_copyable<PointerIntPair<PointerTy, IntBits, IntType, PtrTraits, Info>> : std::true_type {
137 static_assert(std::is_trivially_copyable<PointerIntPair<PointerTy, IntBits, IntType, PtrTraits, Info>>::value,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
157 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 712 APInt IntBits; // The 128 bits as an integer.
SystemZISelLowering.cpp 728 uint64_t Byte = IntBits.lshr(I * 8).trunc(8).getZExtValue();
791 IntBits = FPImm.bitcastToAPInt().zextOrSelf(128);
795 IntBits <<= (SystemZ::VectorBits - Width);
818 // Get IntBits by finding the 128 bit splat.
819 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 12419 uint32_t IntBits = IntTy.getSizeInBits();
12420 if (IntBits != 16 && IntBits != 32 && IntBits != 64)
12424 if (IntBits > FloatBits)
12429 int32_t Bits = IntBits == 64 ? 64 : 32;
12462 if (IntBits < FloatBits)
12488 int32_t IntBits = IntTy.getSizeInBits();
12489 if (IntBits != 16 && IntBits != 32 && IntBits != 64
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 15468 uint32_t IntBits = IntTy.getSizeInBits();
15470 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
15493 if (IntBits < FloatBits)
15526 uint32_t IntBits = IntTy.getSizeInBits();
15528 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
15545 if (IntBits < FloatBits)
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 101 milliseconds