Searched refs:matchUnaryPredicate (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 370 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 937 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
|
| H A D | CombinerHelper.cpp | 3918 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange; in matchRotateOutOfRange()
|
| H A D | LegalizerHelper.cpp | 5392 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2729 bool matchUnaryPredicate(SDValue Op,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5046 if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern)) in BuildExactSDIV() 5162 if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern)) in BuildSDIV() 5319 if (!ISD::matchUnaryPredicate(N1, BuildUDIVPattern)) in BuildUDIV() 5819 if (!ISD::matchUnaryPredicate(D, BuildSREMPattern)) in prepareSREMEqFold() 6453 return ISD::matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
|
| H A D | SelectionDAG.cpp | 305 bool ISD::matchUnaryPredicate(SDValue Op, in matchUnaryPredicate() function in ISD 4400 if (ISD::matchUnaryPredicate( in isKnownNeverZero() 7770 if (ISD::matchUnaryPredicate(Y, isShiftTooBig, true)) in simplifyShift()
|
| H A D | DAGCombiner.cpp | 3956 ISD::matchUnaryPredicate(N1, IsClearMask, /*AllowUndefs*/ true)) { in visitMUL() 4199 if (!N->getFlags().hasExact() && ISD::matchUnaryPredicate(N1, IsPowerOfTwo)) { in visitSDIVLike() 8128 if (ISD::matchUnaryPredicate(N1, MatchOutOfRange) && OutOfRange) { in visitRotate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41922 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect() 45321 return ISD::matchUnaryPredicate(V, [Min, Max](ConstantSDNode *C) { in detectAVGPattern()
|