HomeSort by: relevance | last modified time | path
    Searched refs:matchUnaryPredicate (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
Utils.h 370 bool matchUnaryPredicate(const MachineRegisterInfo &MRI, Register Reg,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 937 bool llvm::matchUnaryPredicate(
CombinerHelper.cpp 3918 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange;
LegalizerHelper.cpp 5392 return matchUnaryPredicate(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 2729 bool matchUnaryPredicate(SDValue Op,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 5046 if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern))
5055 "Expected matchUnaryPredicate to return one element for scalable "
5162 if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern))
5174 "Expected matchUnaryPredicate to return one element for scalable "
5319 if (!ISD::matchUnaryPredicate(N1, BuildUDIVPattern))
5331 "Expected matchUnaryPredicate to return one for scalable vectors");
5819 if (!ISD::matchUnaryPredicate(D, BuildSREMPattern))
5854 "Expected matchUnaryPredicate to return one element for scalable "
6453 return ISD::matchUnaryPredicate(
SelectionDAG.cpp 305 bool ISD::matchUnaryPredicate(SDValue Op,
4400 if (ISD::matchUnaryPredicate(
7770 if (ISD::matchUnaryPredicate(Y, isShiftTooBig, true))
DAGCombiner.cpp 3956 ISD::matchUnaryPredicate(N1, IsClearMask, /*AllowUndefs*/ true)) {
4199 if (!N->getFlags().hasExact() && ISD::matchUnaryPredicate(N1, IsPowerOfTwo)) {
8128 if (ISD::matchUnaryPredicate(N1, MatchOutOfRange) && OutOfRange) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 97 milliseconds