Searched refs:m_BitCast (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 70 if (match(I, m_BitCast(m_Value(Op))) || in updateAffectedValues()
|
D | ValueTracking.cpp | 614 m_BitCast(m_Specific(V)))); in computeKnownBitsFromAssume()
|
D | InstructionSimplify.cpp | 2629 if (match(LHS, m_BitCast(m_UIToFP(m_Value(X))))) { in simplifyICmpWithConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 465 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt() 466 m_LShr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt() 2035 if (match(BO->getOperand(0), m_OneUse(m_BitCast(m_Value(X)))) && in foldBitCastBitwiseLogic() 2042 if (match(BO->getOperand(1), m_OneUse(m_BitCast(m_Value(X)))) && in foldBitCastBitwiseLogic() 2091 if (match(TVal, m_OneUse(m_BitCast(m_Value(X)))) && X->getType() == DestTy && in foldBitCastSelect() 2098 if (match(FVal, m_OneUse(m_BitCast(m_Value(X)))) && X->getType() == DestTy && in foldBitCastSelect()
|
D | InstCombineSelect.cpp | 1350 if (!match(A, m_BitCast(m_Value(C))) || !match(B, m_BitCast(m_Value(D)))) in foldSelectCmpBitcasts() 1355 if (!match(TVal, m_BitCast(m_Value(TSrc))) || in foldSelectCmpBitcasts() 1356 !match(FVal, m_BitCast(m_Value(FSrc)))) in foldSelectCmpBitcasts()
|
D | InstCombineLoadStoreAlloca.cpp | 463 if (!(match(Ptr, m_BitCast(m_Value(NewPtr))) && in combineLoadToNewType() 1354 if (!match(SI.getPointerOperand(), m_BitCast(m_Value()))) in removeBitcastsFromLoadStoreOnMinMax() 1358 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
|
D | InstCombineCompares.cpp | 4729 if (match(Op0, m_BitCast(m_SIToFP(m_Value(X))))) { in visitICmpInst() 4751 if (match(Op0, m_BitCast(m_UIToFP(m_Value(X))))) in visitICmpInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1606 if (match(Src, m_Trunc(m_BitCast(m_Value(VecInput)))) && in OptimizeIntToFloatBitCast() 1626 if (match(Src, m_Trunc(m_LShr(m_BitCast(m_Value(VecInput)), in OptimizeIntToFloatBitCast()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 448 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt() 449 m_LShr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()
|
D | InstCombineAndOrXor.cpp | 1221 if ((match(Op0, m_BitCast(m_Value(BC))) && match(Op1, m_Constant(C)))) { in foldCastedBitwiseLogic() 1659 if (match(A, m_OneUse(m_BitCast(m_Value(SrcA)))) && in matchSelectFromAndOr() 1660 match(B, m_OneUse(m_BitCast(m_Value(SrcB))))) { in matchSelectFromAndOr()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 543 m_BitCast(const OpTy &Op) { in m_BitCast() function
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 789 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1124 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() function
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 561 m_BitCast(m_Specific(V)))); in computeKnownBitsFromAssume()
|