Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1615 Constant *Constant::getSplatValue(bool AllowUndefs) const { getSplatValue() function in Constant
1647 Constant *ConstantVector::getSplatValue(bool AllowUndefs) const { getSplatValue() function in ConstantVector
3047 Constant *ConstantDataVector::getSplatValue() const { getSplatValue() function in ConstantDataVector
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp249 Value *llvm::getSplatValue(const Value *V) { getSplatValue() function in llvm
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1823 return BuildVec->getSplatValue(); in getSplatValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2361 HexagonTargetLowering::getSplatValue(SDValue Op, SelectionDAG &DAG) const { getSplatValue() function in HexagonTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2954 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { getSplatValue() function in SelectionDAG
12471 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, getSplatValue() function in BuildVectorSDNode
12506 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { getSplatValue() function in BuildVectorSDNode
[all...]