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.cpp4766 APInt UndefBits(SizeInBits, 0); in getTargetConstantBitsFromNode() local
4772 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode()
4782 APInt UndefEltBits = UndefBits.extractBits(EltSizeInBits, BitOffset); in getTargetConstantBitsFromNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13391 APInt &UndefBits) { in resolveBuildVector() argument
13401 UndefBits <<= SplatBitSize; in resolveBuildVector()
13403 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits()); in resolveBuildVector()
13814 APInt UndefBits(VT.getSizeInBits(), 0); in LowerVectorOR() local
13815 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in LowerVectorOR()
13825 UndefBits, &LHS)) || in LowerVectorOR()
13827 UndefBits, &LHS))) in LowerVectorOR()
13875 APInt UndefBits(VT.getSizeInBits(), 0); in ConstantBuildVector() local
13877 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in ConstantBuildVector()
13904 if (SDValue R = TryMOVIWithBits(UndefBits)) in ConstantBuildVector()
[all …]