HomeSort by relevance Sort by last modified time
    Searched refs:m_ICmp (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelAttributes.cpp 197 m_Select(m_ICmp(Pred, SubExpr, m_Specific(ZextGroupSize)),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AssumptionCache.cpp 83 if (match(Cond, m_ICmp(Pred, m_Value(A), m_Value(B)))) {
InstructionSimplify.cpp 100 m_ICmp(Pred2, m_Value(X), m_Value(Y)))) ||
    [all...]
ValueTracking.cpp 769 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
780 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
791 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 413 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) &&
414 match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 470 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) &&
471 match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) {
CallSiteSplitting.cpp 139 if (!match(Cond, m_ICmp(Pred, m_Value(), m_Constant())))
LoopPredication.cpp 646 m_Br(m_ICmp(Pred, m_Value(LHS), m_Value(RHS)), TrueDest,
IndVarSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 684 if (!match(CondV, m_ICmp(P, m_And(m_Value(A), m_Value(B)), m_Value(C))) &&
685 !match(CondV, m_ICmp(P, m_Value(C), m_And(m_Value(A), m_Value(B)))))
800 if (match(CondV, m_ICmp(P, m_Value(C), m_Zero())) ||
801 match(CondV, m_ICmp(P, m_Zero(), m_Value(C)))) {
807 } else if (match(CondV, m_ICmp(P, m_Value(C), m_One())) ||
808 match(CondV, m_ICmp(P, m_One(), m_Value(C)))) {
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 726 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 711 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
722 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
733 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
744 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
755 } else if (match(Arg, m_ICmp(Pred, m_V, m_Value(A))) &&
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnrollPeel.cpp 168 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal))))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 469 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PatternMatch.cpp 558 EXPECT_TRUE(m_ICmp(MatchPred, m_Value(MatchL), m_Value(MatchR))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 71 if (!match(Cond, m_ICmp(Pred, m_Value(X), m_Constant(C))) ||
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]

Completed in 703 milliseconds

1 2