Home
last modified time | relevance | path

Searched refs:isOneOrOneSplat (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h1103 bool isOneOrOneSplat(Register Src, bool AllowUndefs) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1933 LLVM_ABI bool isOneOrOneSplat(SDValue V, bool AllowUndefs = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6873 bool CombinerHelper::isOneOrOneSplat(Register Src, bool AllowUndefs) const { in isOneOrOneSplat() function in CombinerHelper
7143 if ((Cond == True) || isOneOrOneSplat(True, /* AllowUndefs */ true)) { in tryFoldBoolSelectToLogic()
7168 if (isOneOrOneSplat(False, /* AllowUndefs */ true)) { in tryFoldBoolSelectToLogic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2853 isOneOrOneSplat(N1)) { in visitADDLike()
2978 if (isOneOrOneSplat(N1)) { in visitADDLike()
3276 if (N1.getOpcode() != ISD::AND || !isOneOrOneSplat(N1->getOperand(1))) in foldAddSubMasked1()
3315 N0.hasOneUse() && isOneOrOneSplat(N0.getOperand(1)) && in visitADDLikeCommutative()
3467 if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) in visitADDO()
3472 if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) { in visitADDO()
4165 isOneOrOneSplat(N1->getOperand(1))) { in visitSUB()
12046 if (Cond == T || isOneOrOneSplat(T, /* AllowUndefs */ true)) in foldBoolSelectToLogic()
12055 if (isOneOrOneSplat(F, /* AllowUndefs */ true)) { in foldBoolSelectToLogic()
H A DSelectionDAG.cpp12647 bool llvm::isOneOrOneSplat(SDValue N, bool AllowUndefs) { in isOneOrOneSplat() function in llvm
H A DTargetLowering.cpp10745 if (Opcode == ISD::UMAX && llvm::isOneOrOneSplat(Op1, true) && BoolVT == VT && in expandIntMINMAX()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16229 if (isOneOrOneSplat(Opnd)) in performMULCombine()
17820 if (!isOneOrOneSplat(N->getOperand(1))) in performVP_REVERSECombine()
17825 if (!isOneOrOneSplat(LoadMask)) { in performVP_REVERSECombine()
17829 !isOneOrOneSplat(LoadMask.getOperand(1)) || in performVP_REVERSECombine()
17885 if (!isOneOrOneSplat(StoreMask)) { in performVP_STORECombine()
17889 !isOneOrOneSplat(StoreMask.getOperand(1)) || in performVP_STORECombine()
17948 if (!isOneOrOneSplat(In.getOperand(1))) in performVP_TRUNCATECombine()
17980 [](const SDValue &Op) { return isOneOrOneSplat(Op); }); in performVP_TRUNCATECombine()