Searched refs:matchUnaryPredicate (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 512 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 4189 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 D | Utils.cpp | 1431 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
|
| H A D | LegalizerHelper.cpp | 6207 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 3160 inline bool matchUnaryPredicate(SDValue Op,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6053 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 D | SelectionDAG.cpp | 4178 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 D | DAGCombiner.cpp | 4573 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 D | X86ISelLowering.cpp | 45314 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect() 49841 return ISD::matchUnaryPredicate(V, [Min, Max](ConstantSDNode *C) { in detectAVGPattern()
|