/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 316 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits() 329 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits() 354 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits() 359 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits() 472 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits() 515 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits() 632 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits() 676 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits() 774 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits() 1115 LHS = InsertNewInstWith(ExtractElementInst::Create(LHS, in SimplifyDemandedVectorElts() [all …]
|
D | InstCombine.h | 243 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|
D | InstCombineCasts.cpp | 223 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
D | InstructionCombining.cpp | 292 InsertNewInstWith(New, I); in SimplifyAssociativeOrCommutative()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 356 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 …]
|
D | InstCombineVectorOps.cpp | 100 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()
|
D | InstCombineInternal.h | 415 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|
D | InstCombineMulDivRem.cpp | 531 InsertNewInstWith(R, *InsertBefore); in foldFMulConst()
|
D | InstCombineCasts.cpp | 227 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
D | InstructionCombining.cpp | 312 InsertNewInstWith(New, I); in SimplifyAssociativeOrCommutative()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 267 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits() 279 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits() 303 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits() 308 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits() 396 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits() 508 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits() 552 return InsertNewInstWith(LShr, *I); in SimplifyDemandedUseBits() 665 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits() 917 return InsertNewInstWith(New, *Shl); in simplifyShrShlDemandedBits() 1243 InsertNewInstWith(New, *Shuffle); in SimplifyDemandedVectorElts()
|
D | InstCombineVectorOps.cpp | 123 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI() 137 Value *Op = InsertNewInstWith( in scalarizePHI() 141 Value *newPHIUser = InsertNewInstWith( in scalarizePHI() 157 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI() 427 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
|
D | InstCombineLoadStoreAlloca.cpp | 304 IC.InsertNewInstWith(NewI, *LT); in replace() 314 IC.InsertNewInstWith(NewI, *GEP); in replace() 323 IC.InsertNewInstWith(NewI, *BC); in replace()
|
D | InstCombineInternal.h | 571 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|
D | InstCombineCasts.cpp | 230 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
D | InstructionCombining.cpp | 422 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
|