Searched refs:isSplatValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1523 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 D | SelectionDAG.cpp | 2153 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 D | MipsSEISelLowering.cpp | 2473 } else if (DAG.isSplatValue(Op, /* AllowUndefs */ false)) in lowerBUILD_VECTOR()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24246 if (DAG.isSplatValue(V, DemandedElts, UndefElts)) { in IsSplatVector() 24991 bool IsSplatAmt = DAG.isSplatValue(Amt); in LowerRotate()
|