Home
last modified time | relevance | path

Searched refs:SimplifyInstruction (Results 1 – 25 of 78) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyInstructions.cpp63 if (Value *V = SimplifyInstruction(I, TD, DT)) { in runOnFunction()
DLoopSimplify.cpp268 if (Value *V = SimplifyInstruction(PN, 0, DT)) { in ProcessLoop()
459 if (Value *V = SimplifyInstruction(PN, 0, DT)) { in FindPHIToPartitionLoops()
DLocal.cpp352 if (Value *V = SimplifyInstruction(Inst, TD)) { in SimplifyInstructionsInBlock()
403 Value *PNV = SimplifyInstruction(PN, TD); in RemovePredecessorAndSimplify()
DLoopUnroll.cpp411 else if (Value *V = SimplifyInstruction(Inst)) in UnrollLoop()
DSSAUpdater.cpp188 if (Value *V = SimplifyInstruction(InsertedPHI)) { in GetValueInMiddleOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/loop-idiom/
Dlcssa.ll5 ; as preserved. The pass calls SimplifyInstruction is a couple of places,
/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp56 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in runImpl()
DLoopSimplify.cpp213 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in findPHIToPartitionLoops()
598 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in simplifyOneLoop()
DSSAUpdater.cpp160 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp50 if (Value *V = SimplifyInstruction(I, SQ, ORE)) { in runImpl()
DLoopInstSimplify.cpp99 Value *V = SimplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp107 Value *V = SimplifyInstruction(I, TD, DT); in runOnLoop()
DCorrelatedValuePropagation.cpp107 if (Value *V = SimplifyInstruction(P)) { in processPHI()
DLoopRotation.cpp254 Value *V = SimplifyInstruction(C); in rotateLoop()
DEarlyCSE.cpp331 if (Value *V = SimplifyInstruction(Inst, TD, DT)) { in INITIALIZE_PASS_DEPENDENCY()
DTailRecursionElimination.cpp206 if (Value *PNV = SimplifyInstruction(PN)) { in runOnFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h151 Value *SimplifyInstruction(Instruction *I, const TargetData *TD = 0,
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp120 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC); in runOnLoop()
DCorrelatedValuePropagation.cpp150 if (Value *V = SimplifyInstruction(P, DL)) { in processPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h214 Value *SimplifyInstruction(Instruction *I, const SimplifyQuery &Q,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp181 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops()
572 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
DCloneFunction.cpp333 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock()
612 Value *SimpleV = SimplifyInstruction(I, DL); in CloneAndPruneIntoFromInst()
DSSAUpdater.cpp172 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
DLoopRotationUtils.cpp351 Value *V = SimplifyInstruction(C, SQ); in rotateLoop()
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h328 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,

1234