Searched refs:matchUnaryPredicate (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 524 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4326 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange; in matchRotateOutOfRange() 5214 if (!matchUnaryPredicate(MRI, RHS, BuildExactUDIVPattern)) in buildUDivUsingMul() 5285 bool Matched = matchUnaryPredicate(MRI, RHS, BuildUDIVPattern); in buildUDivUsingMul() 5351 return matchUnaryPredicate( in matchUDivByConst() 5372 return matchUnaryPredicate( in matchUDivByConst() 5402 return matchUnaryPredicate( in matchSDivByConst() 5458 bool Matched = matchUnaryPredicate(MRI, RHS, BuildSDIVPattern); in buildSDivUsingMul() 5490 return matchUnaryPredicate(MRI, RHS, MatchPow2, /*AllowUndefs=*/false); in matchDivByPow2() 5577 if (!matchUnaryPredicate(MRI, RHS, MatchPow2ExceptOne, false)) in matchUMulHToLShr() 6517 return matchUnaryPredicate(MRI, ShiftReg, IsShiftTooBig); in matchShiftsTooBig()
|
H A D | Utils.cpp | 1561 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
|
H A D | LegalizerHelper.cpp | 6573 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 3235 inline bool matchUnaryPredicate(SDValue Op,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6125 if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern)) in BuildExactSDIV() 6188 if (!ISD::matchUnaryPredicate(Op1, BuildUDIVPattern)) in BuildExactUDIV() 6355 if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern)) in BuildSDIV() 6535 if (!ISD::matchUnaryPredicate(N1, BuildUDIVPattern)) in BuildUDIV() 7072 if (!ISD::matchUnaryPredicate(D, BuildSREMPattern)) in prepareSREMEqFold() 7910 return ISD::matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
|
H A D | SelectionDAG.cpp | 4354 if (ISD::matchUnaryPredicate(Val, [BitWidth](ConstantSDNode *C) { in isKnownToBeAPowerOfTwo() 5522 if (ISD::matchUnaryPredicate(Op, in isKnownNeverZero() 9952 if (ISD::matchUnaryPredicate(Y, isShiftTooBig, true)) in simplifyShift()
|
H A D | DAGCombiner.cpp | 4538 ISD::matchUnaryPredicate(N1, IsClearMask, /*AllowUndefs*/ true)) { in visitMUL() 4781 return ISD::matchUnaryPredicate(Divisor, IsPowerOfTwo); in isDivisorPowerOfTwo() 9805 if (ISD::matchUnaryPredicate(N1, MatchOutOfRange) && OutOfRange) { in visitRotate() 27959 if (ISD::matchUnaryPredicate(Op, IsPowerOfTwo)) { in takeInexpensiveLog2()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46382 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect()
|