Searched refs:matchUnaryPredicate (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 483 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 1241 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
|
| H A D | CombinerHelper.cpp | 4125 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 D | LegalizerHelper.cpp | 5705 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 3078 bool matchUnaryPredicate(SDValue Op,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5712 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 D | SelectionDAG.cpp | 303 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 D | DAGCombiner.cpp | 4144 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 D | X86ISelLowering.cpp | 45009 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect() 48849 return ISD::matchUnaryPredicate(V, [Min, Max](ConstantSDNode *C) { in detectAVGPattern()
|