Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h512 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4189 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange; in matchRotateOutOfRange()
5085 bool Matched = matchUnaryPredicate(MRI, RHS, BuildUDIVPattern); in buildUDivUsingMul()
5171 return matchUnaryPredicate(MRI, RHS, CheckEltValue); in matchUDivByConst()
5200 return matchUnaryPredicate( in matchSDivByConst()
5260 bool Matched = matchUnaryPredicate(MRI, RHS, BuildSDIVPattern); in buildSDivUsingMul()
5292 if (!matchUnaryPredicate(MRI, RHS, MatchPow2ExceptOne, false)) in matchUMulHToLShr()
6234 return matchUnaryPredicate(MRI, ShiftReg, IsShiftTooBig); in matchShiftsTooBig()
H A DUtils.cpp1431 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
H A DLegalizerHelper.cpp6207 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h3160 inline bool matchUnaryPredicate(SDValue Op,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6053 if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern)) in BuildExactSDIV()
6223 if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern)) in BuildSDIV()
6406 if (!ISD::matchUnaryPredicate(N1, BuildUDIVPattern)) in BuildUDIV()
6929 if (!ISD::matchUnaryPredicate(D, BuildSREMPattern)) in prepareSREMEqFold()
7770 return ISD::matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
H A DSelectionDAG.cpp4178 if (ISD::matchUnaryPredicate(Val, [BitWidth](ConstantSDNode *C) { in isKnownToBeAPowerOfTwo()
5242 if (ISD::matchUnaryPredicate(Op, in isKnownNeverZero()
9631 if (ISD::matchUnaryPredicate(Y, isShiftTooBig, true)) in simplifyShift()
H A DDAGCombiner.cpp4573 ISD::matchUnaryPredicate(N1, IsClearMask, /*AllowUndefs*/ true)) { in visitMUL()
4812 return ISD::matchUnaryPredicate(Divisor, IsPowerOfTwo); in isDivisorPowerOfTwo()
9789 if (ISD::matchUnaryPredicate(N1, MatchOutOfRange) && OutOfRange) { in visitRotate()
27569 if (ISD::matchUnaryPredicate(Op, IsPowerOfTwo)) { in takeInexpensiveLog2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45314 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect()
49841 return ISD::matchUnaryPredicate(V, [Min, Max](ConstantSDNode *C) { in detectAVGPattern()