Searched refs:m_Cmp (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 328 if (m_c_And(m_Cmp(Pred, m_Value(), m_Value()), in processAssume() 329 m_Cmp(Pred, m_Value(), m_Value())) in processAssume() 394 if (match(BI->getCondition(), m_And(m_Cmp(Pred, m_Value(), m_Value()), in processBranch() 395 m_Cmp(Pred, m_Value(), m_Value()))) || in processBranch() 396 match(BI->getCondition(), m_Or(m_Cmp(Pred, m_Value(), m_Value()), in processBranch() 397 m_Cmp(Pred, m_Value(), m_Value())))) { in processBranch()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 72 inline class_match<CmpInst> m_Cmp() { return class_match<CmpInst>(); } in m_Cmp() function 720 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) { in m_Cmp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 80 inline class_match<CmpInst> m_Cmp() { return class_match<CmpInst>(); } in m_Cmp() function 977 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) { in m_Cmp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 583 if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)), in isMinMaxWithLoads()
|
D | InstCombineSelect.cpp | 1341 if (!match(Cond, m_Cmp(Pred, m_Value(A), m_Value(B)))) in foldSelectCmpBitcasts()
|
D | InstructionCombining.cpp | 2336 if (match(&BI, m_Br(m_OneUse(m_Cmp(Pred, m_Value(), m_Value())), TrueDest, in visitBranchInst()
|
D | InstCombineAndOrXor.cpp | 2560 if (match(&I, m_Not(m_OneUse(m_Cmp(Pred, m_Value(), m_Value()))))) { in visitXor()
|
D | InstCombineCalls.cpp | 3599 m_ZExtOrSExt(m_Cmp(SrcPred, m_Value(SrcLHS), m_Value(SrcRHS))))) { in visitCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5536 if (match(Cond, m_Cmp(Pred, m_Specific(LHS), m_Instruction(L2)))) { in getOperationData() 5540 } else if (match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Specific(RHS)))) { in getOperationData() 5547 if (!match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2))) || in getOperationData()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5509 if (!match(Cond1, m_CombineOr(m_Cmp(), m_BinOp())) || in splitBranchCondition() 5510 !match(Cond2, m_CombineOr(m_Cmp(), m_BinOp())) ) in splitBranchCondition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6793 if (!match(Cond1, m_CombineOr(m_Cmp(), m_BinOp())) || in splitBranchCondition() 6794 !match(Cond2, m_CombineOr(m_Cmp(), m_BinOp())) ) in splitBranchCondition()
|