Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1582 BitVector UndefElements; in getVectorShuffle() local
1598 if (!UndefElements[i]) in getVectorShuffle()
1656 BitVector UndefElements; in getVectorShuffle() local
1667 if (Splat && UndefElements.none()) { in getVectorShuffle()
8599 BitVector UndefElements; in isConstOrConstSplat() local
8616 BitVector UndefElements; in isConstOrConstSplatFP() local
9162 if (UndefElements) { in getSplatValue()
9163 UndefElements->clear(); in getSplatValue()
9164 UndefElements->resize(getNumOperands()); in getSplatValue()
9170 if (UndefElements) in getSplatValue()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1825 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
1833 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
1841 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
1848 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9115 BitVector UndefElements; in performFpToIntCombine() local
9118 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()
9189 BitVector UndefElements; in performFDivCombine() local
9191 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12121 BitVector UndefElements; in PerformVCVTCombine() local
12123 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
12179 BitVector UndefElements; in PerformVDIVCombine() local
12181 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4746 BitVector UndefElements; in lowerShift() local
4747 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7445 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local
7446 SDValue Ld = BVOp->getSplatValue(&UndefElements); in lowerBuildVectorAsBroadcast()
7478 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()
7564 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()