Home
last modified time | relevance | path

Searched refs:InsertNewInstWith (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp356 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
369 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
394 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
399 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
518 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
622 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
667 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
764 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
892 return InsertNewInstWith(New, *Shl); in SimplifyShrShlDemandedBits()
1272 LHS = InsertNewInstWith(ExtractElementInst::Create(LHS, in SimplifyDemandedVectorElts()
[all …]
DInstCombineVectorOps.cpp100 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI()
114 Value *Op = InsertNewInstWith( in scalarizePHI()
118 Value *newPHIUser = InsertNewInstWith( in scalarizePHI()
134 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI()
426 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
DInstCombineInternal.h415 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
DInstCombineMulDivRem.cpp531 InsertNewInstWith(R, *InsertBefore); in foldFMulConst()
DInstCombineCasts.cpp227 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
DInstructionCombining.cpp312 InsertNewInstWith(New, I); in SimplifyAssociativeOrCommutative()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp247 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
259 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
292 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
297 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
429 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
596 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
640 return InsertNewInstWith(LShr, *I); in SimplifyDemandedUseBits()
759 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
1017 return InsertNewInstWith(New, *Shl); in simplifyShrShlDemandedBits()
1345 InsertNewInstWith(New, *Shuffle); in SimplifyDemandedVectorElts()
DInstCombineVectorOps.cpp127 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI()
141 Value *Op = InsertNewInstWith( in scalarizePHI()
145 Value *newPHIUser = InsertNewInstWith( in scalarizePHI()
161 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI()
603 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
DInstCombineLoadStoreAlloca.cpp296 IC.InsertNewInstWith(NewI, *LT); in replace()
306 IC.InsertNewInstWith(NewI, *GEP); in replace()
315 IC.InsertNewInstWith(NewI, *BC); in replace()
DInstCombineInternal.h371 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
DInstCombineCasts.cpp246 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
DInstructionCombining.cpp507 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp268 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
280 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
304 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
309 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
446 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
558 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
602 return InsertNewInstWith(LShr, *I); in SimplifyDemandedUseBits()
715 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
991 return InsertNewInstWith(New, *Shl); in simplifyShrShlDemandedBits()
1393 InsertNewInstWith(New, *Shuffle); in SimplifyDemandedVectorElts()
DInstCombineVectorOps.cpp116 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI()
130 Value *Op = InsertNewInstWith( in scalarizePHI()
134 Value *newPHIUser = InsertNewInstWith( in scalarizePHI()
150 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI()
582 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
DInstCombineLoadStoreAlloca.cpp303 IC.InsertNewInstWith(NewI, *LT); in replace()
313 IC.InsertNewInstWith(NewI, *GEP); in replace()
322 IC.InsertNewInstWith(NewI, *BC); in replace()
DInstCombineInternal.h655 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
DInstCombineCasts.cpp230 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
DInstructionCombining.cpp466 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h393 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function