Searched refs:InsertNewInstBefore (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 233 InsertNewInstBefore(NewPtrPHI, PN); in FoldIntegerTypedPHI() 268 InsertNewInstBefore(CI, *InsertPos); in FoldIntegerTypedPHI() 271 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt()); in FoldIntegerTypedPHI() 330 InsertNewInstBefore(NewLHS, PN); in FoldPHIArgBinOpIntoPHI() 338 InsertNewInstBefore(NewRHS, PN); in FoldPHIArgBinOpIntoPHI() 456 InsertNewInstBefore(NewPN, PN); in FoldPHIArgGEPIntoPHI() 632 InsertNewInstBefore(NewPN, PN); in FoldPHIArgLoadIntoPHI() 716 InsertNewInstBefore(NewPhi, Phi); in FoldPHIArgZextsIntoPHI() 800 InsertNewInstBefore(NewPN, PN); in FoldPHIArgOpIntoPHI()
|
D | InstCombineInternal.h | 561 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 573 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|
D | InstCombineLoadStoreAlloca.cpp | 219 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize() 1625 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in SimplifyStoreAtEndOfBlock() 1636 InsertNewInstBefore(NewSI, *BBI); in SimplifyStoreAtEndOfBlock()
|
D | InstCombineCalls.cpp | 4356 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 4359 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
|
D | InstructionCombining.cpp | 939 InsertNewInstBefore(NewPN, *PN); in foldOpIntoPhi()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 74 InsertNewInstBefore(NewLHS, PN); in FoldPHIArgBinOpIntoPHI() 82 InsertNewInstBefore(NewRHS, PN); in FoldPHIArgBinOpIntoPHI() 200 InsertNewInstBefore(NewPN, PN); in FoldPHIArgGEPIntoPHI() 376 InsertNewInstBefore(NewPN, PN); in FoldPHIArgLoadIntoPHI() 460 InsertNewInstBefore(NewPhi, Phi); in FoldPHIArgZextsIntoPHI() 544 InsertNewInstBefore(NewPN, PN); in FoldPHIArgOpIntoPHI()
|
D | InstCombineInternal.h | 405 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 417 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|
D | InstCombineLoadStoreAlloca.cpp | 204 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize() 1381 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in SimplifyStoreAtEndOfBlock() 1392 InsertNewInstBefore(NewSI, *BBI); in SimplifyStoreAtEndOfBlock()
|
D | InstCombineCalls.cpp | 2862 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 2865 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
|
D | InstructionCombining.cpp | 846 InsertNewInstBefore(NewPN, *PN); in FoldOpIntoPhi()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 86 InsertNewInstBefore(NewLHS, PN); in FoldPHIArgBinOpIntoPHI() 94 InsertNewInstBefore(NewRHS, PN); in FoldPHIArgBinOpIntoPHI() 209 InsertNewInstBefore(NewPN, PN); in FoldPHIArgGEPIntoPHI() 370 InsertNewInstBefore(NewPN, PN); in FoldPHIArgLoadIntoPHI() 478 InsertNewInstBefore(NewPN, PN); in FoldPHIArgOpIntoPHI()
|
D | InstCombineLoadStoreAlloca.cpp | 62 InsertNewInstBefore(GEP, *It); in visitAllocaInst() 598 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in SimplifyStoreAtEndOfBlock() 609 InsertNewInstBefore(NewSI, *BBI); in SimplifyStoreAtEndOfBlock()
|
D | InstCombine.h | 231 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 245 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|
D | InstCombineCalls.cpp | 1221 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 1224 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
|
D | InstructionCombining.cpp | 652 InsertNewInstBefore(NewPN, *PN); in FoldOpIntoPhi()
|