Home
last modified time | relevance | path

Searched refs:getConstantSplatNode (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1563 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1804 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1218 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()
1248 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()
DSelectionDAG.cpp7213 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
DDAGCombiner.cpp786 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1725 auto *CN = BV->getConstantSplatNode(); in isConstTrueVal()
1764 CN = BV->getConstantSplatNode(); in isConstFalseVal()
DSelectionDAG.cpp8090 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
8604 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23091 if (auto *ShiftConst = BVAmt->getConstantSplatNode()) { in LowerScalarImmediateShift()
23873 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate()
23897 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate()
32918 if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) in combineSelect()
34052 if (auto *N1SplatC = N1BV->getConstantSplatNode()) { in combineShiftLeft()
35310 auto *ShiftAmt = ShiftBV->getConstantSplatNode(); in foldVectorXorShiftIntoCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6988 if (ConstantSDNode *Const = BVN->getConstantSplatNode()) { in LowerBUILD_VECTOR()