Searched refs:isNullOrNullSplat (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 478 bool isNullOrNullSplat(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVLegalizerInfo.cpp | 744 if (isNullOrNullSplat(SplatValMI, MRI)) { in legalizeSplatVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2482 ((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 D | SelectionDAG.cpp | 9944 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 D | Utils.cpp | 1528 bool llvm::isNullOrNullSplat(const MachineInstr &MI, in isNullOrNullSplat() function in llvm
|
H A D | CombinerHelper.cpp | 3626 (isNullOrNullSplat(*SelectLHS, MRI) || in matchFoldBinOpIntoSelect() 3628 (isNullOrNullSplat(*SelectRHS, MRI) || in matchFoldBinOpIntoSelect()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 1824 bool isNullOrNullSplat(SDValue V, bool AllowUndefs = false);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10379 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 D | RISCVISelLowering.cpp | 15112 (isNullOrNullSplat(Z.getOperand(0)) || Z.getOperand(0).isUndef())) in combineVWADDSUBWSelect()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 25683 return V.isUndef() || isNullOrNullSplat(V, /*AllowUndefs*/ true); in getIndexedAddressParts()
|