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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h711 APInt IntBits; // The 128 bits as an integer. member in struct:llvm::SystemZVectorConstantInfo
H A DSystemZISelLowering.cpp722 uint64_t Byte = IntBits.lshr(I * 8).trunc(8).getZExtValue();
785 IntBits = FPImm.bitcastToAPInt().zextOrSelf(128);
811 // Get IntBits by finding the 128 bit splat.
812 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10727 uint32_t IntBits = IntTy.getSizeInBits(); local
10728 if (IntBits != 16 && IntBits != 32 && IntBits != 64)
10732 if (IntBits > FloatBits)
10737 int32_t Bits = IntBits == 64 ? 64 : 32;
10770 if (IntBits < FloatBits)
10796 int32_t IntBits = IntTy.getSizeInBits(); local
10797 if (IntBits != 16 && IntBits !
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14612 uint32_t IntBits = IntTy.getSizeInBits(); local
14614 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
14637 if (IntBits < FloatBits)
14670 uint32_t IntBits = IntTy.getSizeInBits(); local
14672 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
14689 if (IntBits < FloatBits)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 427 milliseconds