Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp192 Constant *ConstantVector::getSplatValue(bool AllowPoison) const { in getSplatValue() function in llvm::sandboxir::ConstantVector
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1712 Constant *Constant::getSplatValue(bool AllowPoison) const { in getSplatValue() function in Constant
1750 Constant *ConstantVector::getSplatValue(bool AllowPoison) const { in getSplatValue() function in ConstantVector
3223 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue() function in ConstantDataVector
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp398 Value *llvm::getSplatValue(const Value *V) { in getSplatValue() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h755 Constant *getSplatValue() const { in getSplatValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1808 static SDValue getSplatValue(SDNode *N) { in getSplatValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2400 HexagonTargetLowering::getSplatValue(SDValue Op, SelectionDAG &DAG) const { in getSplatValue() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3243 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue() function in SelectionDAG
13376 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, in getSplatValue() function in BuildVectorSDNode
13411 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode