Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1509 BitVector UndefElements; in getVectorShuffle() local
1510 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
1519 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()
1525 if (!UndefElements[i]) in getVectorShuffle()
1582 BitVector UndefElements; in getVectorShuffle() local
1583 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
1593 if (Splat && UndefElements.none()) { in getVectorShuffle()
7185 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue()
7186 if (UndefElements) { in getSplatValue()
7187 UndefElements->clear(); in getSplatValue()
[all …]
DTargetLowering.cpp1217 BitVector UndefElements; in isConstTrueVal() local
1218 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()
1221 if (!CN || UndefElements.none()) in isConstTrueVal()
1247 BitVector UndefElements; in isConstFalseVal() local
1248 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()
1251 if (!CN || UndefElements.none()) in isConstFalseVal()
DDAGCombiner.cpp785 BitVector UndefElements; in isConstOrConstSplat() local
786 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
791 if (CN && UndefElements.none() && in isConstOrConstSplat()
806 BitVector UndefElements; in isConstOrConstSplatFP() local
807 ConstantFPSDNode *CN = BV->getConstantFPSplatNode(&UndefElements); in isConstOrConstSplatFP()
809 if (CN && UndefElements.none()) in isConstOrConstSplatFP()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1555 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
1563 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
1571 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
1578 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7714 BitVector UndefElements; in performFpToIntCombine() local
7717 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()
7786 BitVector UndefElements; in performFDivCombine() local
7788 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10417 BitVector UndefElements; in PerformVCVTCombine() local
10419 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
10475 BitVector UndefElements; in PerformVDIVCombine() local
10477 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4449 BitVector UndefElements; in lowerShift() local
4450 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()