Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1212 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()
1242 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()
DSelectionDAG.cpp7257 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
DDAGCombiner.cpp794 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1696 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18350 if (auto *ShiftConst = BVAmt->getConstantSplatNode()) { in LowerScalarImmediateShift()
19039 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate()
24294 if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) { in PerformSELECTCombine()
24296 if (auto *CondRHSConst = CondRHSBV->getConstantSplatNode()) in PerformSELECTCombine()
24997 if (auto *N1SplatC = N1BV->getConstantSplatNode()) { in PerformSHLCombine()
25077 if (auto *AmtSplat = AmtBV->getConstantSplatNode()) { in performShiftToAllZeros()
25288 RHSConstSplat = RHSBV->getConstantSplatNode(); in WidenMaskArithmetic()
25577 if (auto *AmtConst = AmtBV->getConstantSplatNode()) in PerformOrCombine()