Searched refs:isConstantSplat (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 487 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in selectVSplat() 885 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in selectNode()
|
D | MipsSEISelLowering.cpp | 610 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat() 637 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes() 861 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine() 2331 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in lowerBUILD_VECTOR()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1608 bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4979 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 8197 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() 8240 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine() 8282 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine() 8284 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine() 9377 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 5337 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 6205 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm() 7719 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in tryCombineShiftImm()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2024 (BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 704 return (C->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in isConstantSplatVector() 2896 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND()
|
D | SelectionDAG.cpp | 6794 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, in isConstantSplat() function in BuildVectorSDNode
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6673 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22190 if (!Vector->isConstantSplat(SplatValue, SplatUndef, in VectorZextCombine()
|