Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1943 BitVector *UndefElements = nullptr) const;
1949 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
1964 BitVector *UndefElements = nullptr) const;
1976 BitVector *UndefElements = nullptr) const;
1986 BitVector *UndefElements = nullptr) const;
1994 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
2004 BitVector *UndefElements = nullptr) const;
2012 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
2019 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1806 BitVector UndefElements; in getVectorShuffle() local
1807 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
1816 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()
1822 if (!UndefElements[i]) in getVectorShuffle()
1880 BitVector UndefElements; in getVectorShuffle() local
1881 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
1891 if (Splat && UndefElements.none()) { in getVectorShuffle()
9508 BitVector UndefElements; in isConstOrConstSplat() local
9509 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
9513 if (CN && (UndefElements.none() || AllowUndefs)) { in isConstOrConstSplat()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12427 BitVector UndefElements; in performFpToIntCombine() local
12430 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()
12501 BitVector UndefElements; in performFDivCombine() local
12503 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5335 BitVector UndefElements; in lowerShift() local
5336 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15478 BitVector UndefElements; in PerformVCVTCombine() local
15480 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
15536 BitVector UndefElements; in PerformVDIVCombine() local
15538 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8838 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local
8840 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()
8884 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()
8950 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()