Searched refs:IntBits (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 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...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h686 APInt IntBits; // The 128 bits as an integer. member in struct:llvm::SystemZVectorConstantInfo
H A DSystemZISelLowering.cpp712 uint64_t Byte = IntBits.lshr(I * 8).trunc(8).getZExtValue();
775 IntBits = FPImm.bitcastToAPInt().zextOrSelf(128);
801 // Get IntBits by finding the 128 bit splat.
802 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9966 uint32_t IntBits = IntTy.getSizeInBits(); local
9967 if (IntBits != 16 && IntBits != 32 && IntBits != 64)
9971 if (IntBits > FloatBits)
9976 int32_t Bits = IntBits == 64 ? 64 : 32;
10009 if (IntBits < FloatBits)
10035 int32_t IntBits = IntTy.getSizeInBits(); local
10036 if (IntBits != 16 && IntBits !
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13692 uint32_t IntBits = IntTy.getSizeInBits(); local
13694 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
13717 if (IntBits < FloatBits)
13750 uint32_t IntBits = IntTy.getSizeInBits(); local
13752 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
13769 if (IntBits < FloatBits)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 414 milliseconds