Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h370 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp937 bool llvm::matchUnaryPredicate( in matchUnaryPredicate() function in llvm
H A DCombinerHelper.cpp3918 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange; in matchRotateOutOfRange()
H A DLegalizerHelper.cpp5392 return matchUnaryPredicate( in isNonZeroModBitWidthOrUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2729 bool matchUnaryPredicate(SDValue Op,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5046 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 DSelectionDAG.cpp305 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 DDAGCombiner.cpp3956 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 DX86ISelLowering.cpp41922 ISD::matchUnaryPredicate(And.getOperand(1), [](ConstantSDNode *C) { in combineSelect()
45321 return ISD::matchUnaryPredicate(V, [Min, Max](ConstantSDNode *C) { in detectAVGPattern()