Home
last modified time | relevance | path

Searched refs:m_AShr (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp113 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/
DHexagonGenExtract.cpp101 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/
DInstCombineAddSub.cpp989 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()
DInstCombineAndOrXor.cpp2535 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()
DInstCombineShifts.cpp871 if (match(Op0, m_AShr(m_Value(X), m_APInt(ShOp1))) && in visitAShr()
DInstCombineCompares.cpp2972 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()
DInstCombineCasts.cpp1404 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
DInstructionCombining.cpp1730 m_AShr(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()
/external/llvm/include/llvm/IR/
DPatternMatch.h536 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/
DInstCombineAddSub.cpp570 if (match(Op1, m_AShr(m_Value(X), m_ConstantInt(CI))) && in visitSub()
DInstCombineCasts.cpp1127 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/
DSimplifyIndVar.cpp795 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/
DPatternMatch.h748 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/
DPatternMatch.h394 m_AShr(const LHS &L, const RHS &R) { in m_AShr() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2378 } 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()
DValueTracking.cpp687 m_AShr(m_V, m_ConstantInt(C))), in computeKnownBitsFromAssume()
700 m_AShr(m_V, m_ConstantInt(C)))), in computeKnownBitsFromAssume()
DScalarEvolution.cpp6167 else if (match(V, m_AShr(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3313 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()
DInstCombineAddSub.cpp1551 if (match(Op1, m_AShr(m_Value(X), m_ConstantInt(CI))) && in visitSub()
DInstCombineCasts.cpp1201 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
DInstructionCombining.cpp1575 m_AShr(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1586 } else if (match(LHS, m_AShr(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3919 m_AShr(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))), in SimplifyGEPInst()
DScalarEvolution.cpp7525 else if (match(V, m_AShr(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()