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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 94 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
109 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)),
132 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
139 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 37 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(PowerOf2), m_Value(A))),
226 if (match(Op0, m_Shl(m_One(), m_Value(Y))))
228 if (match(Op1, m_Shl(m_One(), m_Value(Y))))
467 if (match(Op1, m_Shl(m_Power2(CI), m_Value(N)))) {
543 if (match(Op1, m_Shl(m_Power2(), m_Value()))) {
630 if (match(Op1, m_Shl(m_Power2(), m_Value()))) {
InstCombineShifts.cpp 83 (!isLeftShift && match(I, m_Shl(m_Value(), m_ConstantInt(CI))))) {
660 if (match(I.getOperand(0), m_OneUse(m_Shl(m_Constant(C1), m_Value(A)))) &&
723 if (match(Op0, m_Shl(m_Value(X), m_Specific(Op1)))) {
InstCombineAddSub.cpp 627 if (match(Op1, m_Shl(m_Value(X), m_Value(Y))) && match(Op0, m_Zero()))
638 if (match(Op1, m_Shl(m_Specific(Op0), m_ConstantInt(CI)))) {
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 40 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(One), m_Value(A))), m_Value(B))) &&
201 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)),
353 if (match(Op0, m_Shl(m_One(), m_Value(Y)))) {
356 } else if (match(Op1, m_Shl(m_One(), m_Value(Y)))) {
    [all...]
InstCombineShifts.cpp 130 (!IsLeftShift && match(I, m_Shl(m_Value(), m_ConstantInt(CI))))) {
731 if (match(I.getOperand(0), m_OneUse(m_Shl(m_Constant(C1), m_Value(A)))) &&
801 if (match(Op0, m_Shl(m_Value(X), m_Specific(Op1)))) {
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 371 } else if (match(RHS, m_Shl(m_Value(S), m_ConstantInt(Idx)))) {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 663 } else if (match(Arg, m_c_ICmp(Pred, m_Shl(m_V, m_ConstantInt(C)),
674 } else if (match(Arg, m_c_ICmp(Pred, m_Not(m_Shl(m_V, m_ConstantInt(C))),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 722 if (match(V, m_Shl(m_One(), m_Value())))
786 if (BitWidth && match(V, m_Shl(m_Value(X), m_Value(Y)))) {
    [all...]
InstructionSimplify.cpp 638 match(Op0, m_Shl(m_Specific(Op1), m_One())))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 382 m_Shl(const LHS &L, const RHS &R) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 524 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 537 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 554 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 554 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 592 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 592 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 592 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 592 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 537 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 554 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 554 inline BinaryOp_match<LHS, RHS, Instruction::Shl> m_Shl(const LHS &L,
    [all...]

Completed in 803 milliseconds

1 2