Home
last modified time | relevance | path

Searched refs:getSplatValue (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstant.h120 Constant *getSplatValue() const;
HDPatternMatch.h170 if (auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) { in match()
210 if (const auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) in match()
229 if (auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) in match()
335 if (auto *CFP = dyn_cast_or_null<ConstantFP>(C->getSplatValue())) in match()
372 CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue()); in match()
HDConstants.h495 Constant *getSplatValue() const;
782 Constant *getSplatValue() const;
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp52 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue()
99 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()
104 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()
121 if (Constant *Splat = CV->getSplatValue()) in isOneValue()
126 if (Constant *Splat = CV->getSplatValue()) in isOneValue()
143 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue()
148 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue()
165 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue()
170 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue()
1418 Constant *Constant::getSplatValue() const { in getSplatValue() function in Constant
[all …]
HDType.cpp660 C = C->getSplatValue(); in indexValid()
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDLocal.h219 OpC = OpC->getSplatValue();
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineShifts.cpp327 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue()); in FoldShiftByConstant()
329 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue()); in FoldShiftByConstant()
HDInstCombineCalls.cpp1091 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue())) in visitCallInst()
/NextBSD/contrib/llvm/lib/Analysis/
HDCostModel.cpp131 if (cast<Constant>(V)->getSplatValue() != nullptr) in getOperandInfo()
HDValueTracking.cpp1229 Index = CIndex->getSplatValue(); in computeKnownBitsFromOperator()
HDInstructionSimplify.cpp3568 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1549 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
1622 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
7067 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode
7096 return dyn_cast_or_null<ConstantSDNode>(getSplatValue(UndefElements)); in getConstantSplatNode()
7101 return dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements)); in getConstantFPSplatNode()
HDSelectionDAGBuilder.cpp2800 cast<ConstantDataVector>(Idx)->getSplatValue()) in visitGetElementPtr()
2801 CI = cast<ConstantInt>(cast<ConstantDataVector>(Idx)->getSplatValue()); in visitGetElementPtr()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp1065 Constant *SplatValue = cast<Constant>(IOp)->getSplatValue(); in areInstsCompatible()
1067 SplatValue == cast<Constant>(JOp)->getSplatValue()) in areInstsCompatible()
HDLoopVectorize.cpp5054 Constant *SplatValue = cast<Constant>(Op2)->getSplatValue(); in getInstructionCost()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h1682 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp4247 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp5095 SDValue Splat = BVOp->getSplatValue(&UndefElements); in LowerVectorBroadcast()
17253 BaseShAmt = BV->getSplatValue(); in LowerScalarVariableShift()