Searched refs:SimplifyInstruction (Results 1 – 25 of 78) sorted by relevance
1234
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 63 if (Value *V = SimplifyInstruction(I, TD, DT)) { in runOnFunction()
|
D | LoopSimplify.cpp | 268 if (Value *V = SimplifyInstruction(PN, 0, DT)) { in ProcessLoop() 459 if (Value *V = SimplifyInstruction(PN, 0, DT)) { in FindPHIToPartitionLoops()
|
D | Local.cpp | 352 if (Value *V = SimplifyInstruction(Inst, TD)) { in SimplifyInstructionsInBlock() 403 Value *PNV = SimplifyInstruction(PN, TD); in RemovePredecessorAndSimplify()
|
D | LoopUnroll.cpp | 411 else if (Value *V = SimplifyInstruction(Inst)) in UnrollLoop()
|
D | SSAUpdater.cpp | 188 if (Value *V = SimplifyInstruction(InsertedPHI)) { in GetValueInMiddleOfBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/loop-idiom/ |
D | lcssa.ll | 5 ; as preserved. The pass calls SimplifyInstruction is a couple of places,
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 56 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in runImpl()
|
D | LoopSimplify.cpp | 213 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in findPHIToPartitionLoops() 598 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in simplifyOneLoop()
|
D | SSAUpdater.cpp | 160 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 50 if (Value *V = SimplifyInstruction(I, SQ, ORE)) { in runImpl()
|
D | LoopInstSimplify.cpp | 99 Value *V = SimplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 107 Value *V = SimplifyInstruction(I, TD, DT); in runOnLoop()
|
D | CorrelatedValuePropagation.cpp | 107 if (Value *V = SimplifyInstruction(P)) { in processPHI()
|
D | LoopRotation.cpp | 254 Value *V = SimplifyInstruction(C); in rotateLoop()
|
D | EarlyCSE.cpp | 331 if (Value *V = SimplifyInstruction(Inst, TD, DT)) { in INITIALIZE_PASS_DEPENDENCY()
|
D | TailRecursionElimination.cpp | 206 if (Value *PNV = SimplifyInstruction(PN)) { in runOnFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 151 Value *SimplifyInstruction(Instruction *I, const TargetData *TD = 0,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 120 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC); in runOnLoop()
|
D | CorrelatedValuePropagation.cpp | 150 if (Value *V = SimplifyInstruction(P, DL)) { in processPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 214 Value *SimplifyInstruction(Instruction *I, const SimplifyQuery &Q,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 181 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops() 572 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
|
D | CloneFunction.cpp | 333 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock() 612 Value *SimpleV = SimplifyInstruction(I, DL); in CloneAndPruneIntoFromInst()
|
D | SSAUpdater.cpp | 172 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
|
D | LoopRotationUtils.cpp | 351 Value *V = SimplifyInstruction(C, SQ); in rotateLoop()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 328 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
|
1234