Home
last modified time | relevance | path

Searched refs:isNullOrNullSplat (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h478 bool isNullOrNullSplat(const MachineInstr &MI, const MachineRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp744 if (isNullOrNullSplat(SplatValMI, MRI)) { in legalizeSplatVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2482 ((isNullOrNullSplat(CT) && isAllOnesOrAllOnesSplat(CF)) || in foldBinOpIntoSelect()
2483 (isNullOrNullSplat(CF) && isAllOnesOrAllOnesSplat(CT))); in foldBinOpIntoSelect()
2496 if ((BinOpcode == ISD::AND && isNullOrNullSplat(CT)) || in foldBinOpIntoSelect()
2502 if ((BinOpcode == ISD::AND && isNullOrNullSplat(CF)) || in foldBinOpIntoSelect()
3316 if (isNullOrNullSplat(N1)) in visitADDO()
3835 if (isNullOrNullSplat(N0)) { in visitSUB()
3883 if (N1.getOpcode() == ISD::SUB && isNullOrNullSplat(N1.getOperand(0))) in visitSUB()
4227 if (isNullOrNullSplat(N1)) in visitSUBO()
5482 if (isNullOrNullSplat(N1)) in visitMULO()
5543 if (isNullOrNullSplat(N3)) { in isSaturatingMinMax()
[all …]
H A DSelectionDAG.cpp9944 if (isNullOrNullSplat(X) || isNullOrNullSplat(Y)) in simplifyShift()
12061 bool llvm::isNullOrNullSplat(SDValue N, bool AllowUndefs) { in isNullOrNullSplat() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1528 bool llvm::isNullOrNullSplat(const MachineInstr &MI, in isNullOrNullSplat() function in llvm
H A DCombinerHelper.cpp3626 (isNullOrNullSplat(*SelectLHS, MRI) || in matchFoldBinOpIntoSelect()
3628 (isNullOrNullSplat(*SelectRHS, MRI) || in matchFoldBinOpIntoSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1824 bool isNullOrNullSplat(SDValue V, bool AllowUndefs = false);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10379 bool IsZero1 = llvm::isNullOrNullSplat(N1, /*AllowUndefs*/ false); in matchShuffleWithPACK()
10380 bool IsZero2 = llvm::isNullOrNullSplat(N2, /*AllowUndefs*/ false); in matchShuffleWithPACK()
46360 isNullOrNullSplat(Cond.getOperand(1)) && in combineSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15112 (isNullOrNullSplat(Z.getOperand(0)) || Z.getOperand(0).isUndef())) in combineVWADDSUBWSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25683 return V.isUndef() || isNullOrNullSplat(V, /*AllowUndefs*/ true); in getIndexedAddressParts()