Home
last modified time | relevance | path

Searched defs:getSplatValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1686 Constant *Constant::getSplatValue(bool AllowPoison) const { in getSplatValue() function in Constant
1718 Constant *ConstantVector::getSplatValue(bool AllowPoison) const { in getSplatValue() function in ConstantVector
3192 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue() function in ConstantDataVector
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp251 Value *llvm::getSplatValue(const Value *V) { in getSplatValue() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1821 static SDValue getSplatValue(SDNode *N) { in getSplatValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2378 HexagonTargetLowering::getSplatValue(SDValue Op, SelectionDAG &DAG) const { in getSplatValue() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2995 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue() function in SelectionDAG
12801 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, in getSplatValue() function in BuildVectorSDNode
12836 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode