/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 113 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 137 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 151 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 125 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 139 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 989 if (match(Op0, m_AShr(m_Shl(m_Value(X), m_APInt(C2)), m_APInt(C3))) && in foldAddWithConstant() 1677 if (match(Op1, m_AShr(m_Value(X), m_APInt(ShAmt))) && in visitSub() 1809 if (match(Op1, m_AShr(m_Value(A), m_APInt(ShAmt))) && in visitSub()
|
D | InstCombineAndOrXor.cpp | 2535 if (match(NotVal, m_AShr(m_Not(m_Value(X)), m_Value(Y)))) in visitXor() 2543 if (match(NotVal, m_AShr(m_Constant(C), m_Value(Y))) && in visitXor() 2736 if (match(Op1, m_AShr(m_Value(A), m_APInt(ShAmt))) && in visitXor()
|
D | InstCombineShifts.cpp | 871 if (match(Op0, m_AShr(m_Value(X), m_APInt(ShOp1))) && in visitAShr()
|
D | InstCombineCompares.cpp | 2972 m_OneUse(m_AShr(m_Shl(m_Value(X), m_APInt(C0)), in foldICmpWithTruncSignExtendedVal() 3554 (match(Op0, m_OneUse(m_AShr(m_Value(A), m_ConstantInt(Cst1)))) && in foldICmpEquality() 3555 match(Op1, m_OneUse(m_AShr(m_Value(B), m_Specific(Cst1)))))) { in foldICmpEquality()
|
D | InstCombineCasts.cpp | 1404 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
|
D | InstructionCombining.cpp | 1730 m_AShr(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 536 inline BinaryOp_match<LHS, RHS, Instruction::AShr> m_AShr(const LHS &L, in m_AShr() function 1297 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 570 if (match(Op1, m_AShr(m_Value(X), m_ConstantInt(CI))) && in visitSub()
|
D | InstCombineCasts.cpp | 1127 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 795 m_AShr(m_Shl(m_Value(), m_Specific(IVOperand)), m_APInt(C))) || in strengthenRightShift()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 748 inline BinaryOp_match<LHS, RHS, Instruction::AShr> m_AShr(const LHS &L, in m_AShr() function 1756 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 394 m_AShr(const LHS &L, const RHS &R) { in m_AShr() function
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2378 } else if (match(LHS, m_AShr(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst() 2386 } else if (match(LHS, m_AShr(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst() 3570 m_AShr(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))), in SimplifyGEPInst()
|
D | ValueTracking.cpp | 687 m_AShr(m_V, m_ConstantInt(C))), in computeKnownBitsFromAssume() 700 m_AShr(m_V, m_ConstantInt(C)))), in computeKnownBitsFromAssume()
|
D | ScalarEvolution.cpp | 6167 else if (match(V, m_AShr(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3313 if (match(Op0, m_AShr(m_ConstantInt(CI2), m_Value(A))) || in visitICmpInst() 4212 (match(Op0, m_OneUse(m_AShr(m_Value(A), m_ConstantInt(Cst1)))) && in visitICmpInst() 4213 match(Op1, m_OneUse(m_AShr(m_Value(B), m_Specific(Cst1)))))) { in visitICmpInst()
|
D | InstCombineAddSub.cpp | 1551 if (match(Op1, m_AShr(m_Value(X), m_ConstantInt(CI))) && in visitSub()
|
D | InstCombineCasts.cpp | 1201 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
|
D | InstructionCombining.cpp | 1575 m_AShr(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1586 } else if (match(LHS, m_AShr(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3919 m_AShr(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))), in SimplifyGEPInst()
|
D | ScalarEvolution.cpp | 7525 else if (match(V, m_AShr(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()
|