Home
last modified time | relevance | path

Searched refs:isSplatValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1523 bool isSplatValue(SDValue V, const APInt &DemandedElts, APInt &UndefElts);
1526 bool isSplatValue(SDValue V, bool AllowUndefs = false);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2153 bool SelectionDAG::isSplatValue(SDValue V, const APInt &DemandedElts, in isSplatValue() function in SelectionDAG
2210 if (isSplatValue(Src, DemandedSrc, UndefSrcElts)) { in isSplatValue()
2223 if (isSplatValue(LHS, DemandedElts, UndefLHS) && in isSplatValue()
2224 isSplatValue(RHS, DemandedElts, UndefRHS)) { in isSplatValue()
2236 bool SelectionDAG::isSplatValue(SDValue V, bool AllowUndefs) { in isSplatValue() function in SelectionDAG
2243 return isSplatValue(V, DemandedElts, UndefElts) && in isSplatValue()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2473 } else if (DAG.isSplatValue(Op, /* AllowUndefs */ false)) in lowerBUILD_VECTOR()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24246 if (DAG.isSplatValue(V, DemandedElts, UndefElts)) { in IsSplatVector()
24991 bool IsSplatAmt = DAG.isSplatValue(Amt); in LowerRotate()