/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 197 m_Select(m_ICmp(Pred, SubExpr, m_Specific(ZextGroupSize)), in processUse()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 479 if (match(Op1, m_Select(m_Value(Cond), m_Power2(C1), m_Power2(C2)))) { in visitUDiv() 640 if (match(Op1, m_Select(m_Value(Cond), m_Power2(C1), m_Power2(C2)))) { in visitURem()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 507 m_Select(const Cond &C, const LHS &L, const RHS &R) { in m_Select() function 516 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>()); in m_SelectCst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 550 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant() 569 if (match(Op0, m_Select(m_Value(Cond), m_Value(TrueVal), in FoldShiftByConstant()
|
D | InstructionCombining.cpp | 724 if (match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))) && in SimplifySelectsFeedingBinaryOp() 725 match(RHS, m_Select(m_Specific(A), m_Value(D), m_Value(E)))) { in SimplifySelectsFeedingBinaryOp()
|
D | InstCombineLoadStoreAlloca.cpp | 583 if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)), in isMinMaxWithLoads()
|
D | InstCombineAndOrXor.cpp | 2268 match(Op0, m_Select(m_Value(X), m_Value(A), m_Value(B))) && in visitOr() 2269 match(Op1, m_Select(m_Value(Y), m_Value(C), m_Value(D))) && X == Y) { in visitOr()
|
D | InstCombineCasts.cpp | 2069 m_OneUse(m_Select(m_Value(Cond), m_Value(TVal), m_Value(FVal))))) in foldBitCastSelect()
|
D | InstCombineCompares.cpp | 2404 m_Select(m_ICmp(PredB, m_Specific(LHS), m_Specific(RHS)), in matchThreeWayIntCompare() 4633 if (match(Op0, m_Select(m_Value(Cond), m_Value(SelectTrue), in visitICmpInst()
|
D | InstCombineCalls.cpp | 2121 m_Select(m_Value(Cond), m_Constant(LHS), m_Constant(RHS)))) { in visitCallInst()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 758 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L, in m_Select() function 768 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>()); in m_SelectCst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1374 if (match(LHS, m_Select(m_Value(C1), m_Value(A1), m_Value(B1))) && in visitFAdd() 1375 match(RHS, m_Select(m_Value(C2), m_Value(A2), m_Value(B2)))) { in visitFAdd()
|
D | InstCombineAndOrXor.cpp | 2464 match(Op0, m_Select(m_Value(X), m_Value(A), m_Value(B))) && in visitOr() 2465 match(Op1, m_Select(m_Value(Y), m_Value(C), m_Value(D))) && X == Y) { in visitOr()
|
D | InstCombineCompares.cpp | 3177 if (match(Op0, m_Select(m_Value(Cond), m_Value(SelectTrue), in visitICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1015 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L, in m_Select() function 1025 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>()); in m_SelectCst()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4706 !match(SU->getValue(), m_Select(m_Value(Condition), m_APInt(TrueVal), in getRangeViaFactoring()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5875 !match(SU->getValue(), m_Select(m_Value(Condition), m_APInt(TrueVal), in getRangeViaFactoring()
|