Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1955 BitVector *UndefElements = nullptr) const;
1961 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
1976 BitVector *UndefElements = nullptr) const;
1988 BitVector *UndefElements = nullptr) const;
1998 BitVector *UndefElements = nullptr) const;
2006 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
2016 BitVector *UndefElements = nullptr) const;
2024 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
2031 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1813 BitVector UndefElements; in getVectorShuffle() local
9593 BitVector UndefElements; in isConstOrConstSplat() local
9617 BitVector UndefElements; in isConstOrConstSplat() local
9639 BitVector UndefElements; in isConstOrConstSplatFP() local
9659 BitVector UndefElements; in isConstOrConstSplatFP() local
10357 if (UndefElements) { in getSplatValue()
10358 UndefElements->clear(); in getSplatValue()
10370 if (UndefElements) in getSplatValue()
10399 if (UndefElements) { in getRepeatedSequence()
10400 UndefElements->clear(); in getRepeatedSequence()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5384 BitVector UndefElements; in lowerShift() local
5385 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12842 BitVector UndefElements; in performFpToIntCombine() local
12845 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()
12916 BitVector UndefElements; in performFDivCombine() local
12918 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15889 BitVector UndefElements; in PerformVCVTCombine() local
15891 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
15947 BitVector UndefElements; in PerformVDIVCombine() local
15949 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8863 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local
8865 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()
8909 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()
8975 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()