Home
last modified time | relevance | path

Searched refs:UndefBits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp79 APInt UndefBits(CstSizeInBits, 0); in extractConstantMask() local
89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
99 APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits, BitOffset); in extractConstantMask()
H A DX86ISelLowering.cpp5026 APInt UndefBits(SizeInBits, 0); in getTargetConstantBitsFromNode() local
5032 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode()
5042 APInt UndefEltBits = UndefBits.extractBits(EltSizeInBits, BitOffset); in getTargetConstantBitsFromNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14241 APInt &UndefBits) { in resolveBuildVector() argument
14251 UndefBits <<= SplatBitSize; in resolveBuildVector()
14253 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits()); in resolveBuildVector()
14658 APInt UndefBits(VT.getSizeInBits(), 0); in LowerVectorOR() local
14659 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in LowerVectorOR()
14669 UndefBits, &LHS)) || in LowerVectorOR()
14671 UndefBits, &LHS))) in LowerVectorOR()
14719 APInt UndefBits(VT.getSizeInBits(), 0); in ConstantBuildVector() local
14721 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in ConstantBuildVector()
14748 if (SDValue R = TryMOVIWithBits(UndefBits)) in ConstantBuildVector()
[all …]