Home
last modified time | relevance | path

Searched refs:matchUnaryPredicate (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h483 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1241 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
H A DCombinerHelper.cpp4125 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange; in matchRotateOutOfRange()
4844 bool Matched = matchUnaryPredicate(MRI, RHS, BuildUDIVPattern); in buildUDivUsingMul()
4930 return matchUnaryPredicate(MRI, RHS, CheckEltValue); in matchUDivByConst()
4949 if (!matchUnaryPredicate(MRI, RHS, MatchPow2ExceptOne, false)) in matchUMulHToLShr()
H A DLegalizerHelper.cpp5705 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h3078 bool matchUnaryPredicate(SDValue Op,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5712 if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern)) in BuildExactSDIV()
5839 if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern)) in BuildSDIV()
5996 if (!ISD::matchUnaryPredicate(N1, BuildUDIVPattern)) in BuildUDIV()
6501 if (!ISD::matchUnaryPredicate(D, BuildSREMPattern)) in prepareSREMEqFold()
7127 return ISD::matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
H A DSelectionDAG.cpp303 bool ISD::matchUnaryPredicate(SDValue Op, in matchUnaryPredicate() function in ISD
4727 if (ISD::matchUnaryPredicate(Op, in isKnownNeverZero()
8851 if (ISD::matchUnaryPredicate(Y, isShiftTooBig, true)) in simplifyShift()
H A DDAGCombiner.cpp4144 ISD::matchUnaryPredicate(N1, IsClearMask, /*AllowUndefs*/ true)) { in visitMUL()
4378 return ISD::matchUnaryPredicate(Divisor, IsPowerOfTwo); in isDivisorPowerOfTwo()
8807 if (ISD::matchUnaryPredicate(N1, MatchOutOfRange) && OutOfRange) { in visitRotate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45009 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect()
48849 return ISD::matchUnaryPredicate(V, [Min, Max](ConstantSDNode *C) { in detectAVGPattern()