HomeSort by relevance Sort by last modified time
    Searched refs:m_Select (Results 1 - 17 of 17) sorted by null

  /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/include/llvm/Support/
PatternMatch.h 507 m_Select(const Cond &C, const LHS &L, const RHS &R) {
516 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 479 if (match(Op1, m_Select(m_Value(Cond), m_Power2(C1), m_Power2(C2)))) {
640 if (match(Op1, m_Select(m_Value(Cond), m_Power2(C1), m_Power2(C2)))) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 550 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)),
569 if (match(Op0, m_Select(m_Value(Cond), m_Value(TrueVal),
    [all...]
InstCombineLoadStoreAlloca.cpp 583 if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)),
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 724 if (match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))) &&
725 match(RHS, m_Select(m_Specific(A), m_Value(D), m_Value(E)))) {
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 758 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L,
768 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 459 milliseconds