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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 712 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
717 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) {
720 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PartialReduction.cpp 186 auto SPR = matchSelectPattern(SI, LHS, RHS);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 297 // Note that ValueTracking's matchSelectPattern() looks through casts
1049 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS);
1074 "Unexpected results from matchSelectPattern");
1086 SelectPatternFlavor SPF = matchSelectPattern(&Sel, LHS, RHS).Flavor;
2260 SelectPatternResult L = matchSelectPattern(LHS, A, B);
2261 SelectPatternResult R = matchSelectPattern(RHS, C, D);
2923 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp);
2927 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor)
2931 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor)
InstCombineAddSub.cpp 2029 SelectPatternFlavor SPF = matchSelectPattern(MinMax, LHS, RHS).Flavor;
2033 SPF = matchSelectPattern(MinMax, LHS, RHS).Flavor;
InstCombineSimplifyDemanded.cpp 315 SelectPatternFlavor SPF = matchSelectPattern(I, LHS, RHS).Flavor;
InstCombineCompares.cpp 1364 SelectPatternResult SPR = matchSelectPattern(Cmp.getOperand(0), A, B);
5637 // Do the same for the other patterns recognized by matchSelectPattern.
5641 SelectPatternResult SPR = matchSelectPattern(SI, A, B);
6225 SelectPatternResult SPR = matchSelectPattern(SI, A, B);
InstCombineMulDivRem.cpp 237 SelectPatternFlavor SPF = matchSelectPattern(Op0, X, Y).Flavor;
InstCombineCalls.cpp 472 SelectPatternFlavor SPF = matchSelectPattern(Op0, X, Y).Flavor;
InstCombineCasts.cpp 779 if (matchSelectPattern(Sel, LHS, RHS).Flavor != SPF_UNKNOWN)
InstCombineAndOrXor.cpp 3608 SelectPatternFlavor SPF = matchSelectPattern(Op0, LHS, RHS).Flavor;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 1107 SelectPatternFlavor SPF = matchSelectPattern(I, LHS, RHS).Flavor;
1137 // RHS from matchSelectPattern returns the negation part of abs pattern.
2781 SelectPatternFlavor SPF = matchSelectPattern(Select, LHS, RHS).Flavor;
2789 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor;
5609 SelectPatternResult L = matchSelectPattern(TVal, A, B, nullptr, Depth + 1);
5614 SelectPatternResult R = matchSelectPattern(FVal, C, D, nullptr, Depth + 1);
5816 static SelectPatternResult matchSelectPattern(CmpInst::Predicate Pred,
6106 SelectPatternResult llvm::matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
6146 return ::matchSelectPattern(Pred, FMF, CmpLHS, CmpRHS,
6155 return ::matchSelectPattern(Pred, FMF, CmpLHS, CmpRHS
    [all...]
IVDescriptors.cpp 907 matchSelectPattern(Cur, LHS, RHS).Flavor);
LazyValueInfo.cpp 815 SelectPatternResult SPR = matchSelectPattern(SI, LHS, RHS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 299 SelectPatternFlavor InstSPF = matchSelectPattern(Inst, LHS, RHS).Flavor;
310 matchSelectPattern(MinInst, MinLHS, MinRHS).Flavor;
877 SelectPatternFlavor SPF = matchSelectPattern(Sel, LHS, RHS).Flavor;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3283 auto SPR = matchSelectPattern(const_cast<User*>(&I), LHS, RHS);

Completed in 87 milliseconds