Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp4629 APInt UndefBits(SizeInBits, 0); in getTargetConstantBitsFromNode() local
4635 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode()
4645 APInt UndefEltBits = UndefBits.extractBits(EltSizeInBits, BitOffset); in getTargetConstantBitsFromNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12440 APInt &UndefBits) { in resolveBuildVector() argument
12450 UndefBits <<= SplatBitSize; in resolveBuildVector()
12863 APInt UndefBits(VT.getSizeInBits(), 0); in LowerVectorOR() local
12864 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in LowerVectorOR()
12921 APInt UndefBits(VT.getSizeInBits(), 0); in ConstantBuildVector() local
12923 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in ConstantBuildVector()
12939 DefBits = UndefBits; in ConstantBuildVector()
12948 DefBits = ~UndefBits; in ConstantBuildVector()
17879 APInt UndefBits(VT.getSizeInBits(), 0); in performANDCombine() local
17880 if (resolveBuildVector(BVN, DefBits, UndefBits)) { in performANDCombine()
[all …]