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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1939 /// If passed a non-null UndefElements bitvector, it will resize it to match
1942 BitVector *UndefElements = nullptr) const;
1946 /// If passed a non-null UndefElements bitvector, it will resize it to match
1948 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
1954 /// If passed a non-null UndefElements bitvector, it will resize it to match
1958 BitVector *UndefElements = nullptr) const;
1963 /// If passed a non-null UndefElements bitvector, it will resize it to match
1966 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
1972 /// If passed a non-null UndefElements bitvector, it will resize it to match
1976 BitVector *UndefElements
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1643 BitVector UndefElements;
1644 SDValue Splat = BV->getSplatValue(&UndefElements);
1653 if (UndefElements[MaskVec[i] - Offset]) {
1659 if (!UndefElements[i])
1717 BitVector UndefElements;
1718 SDValue Splat = BV->getSplatValue(&UndefElements);
1728 if (Splat && UndefElements.none()) {
8865 BitVector UndefElements;
8866 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements);
8870 if (CN && (UndefElements
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9974 BitVector UndefElements;
9977 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1);
10048 BitVector UndefElements;
10050 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5057 BitVector UndefElements;
5058 SDValue Splat = BVN->getSplatValue(&UndefElements);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13702 BitVector UndefElements; local
13704 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33);
13760 BitVector UndefElements; local
13762 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8438 BitVector UndefElements;
8439 SDValue Ld = BVOp->getSplatValue(&UndefElements);
8471 unsigned NumUndefElts = UndefElements.count();
8557 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64)))
[all...]

Completed in 270 milliseconds