Searched refs:SimplifyInstruction (Results 1 – 25 of 50) sorted by relevance
12
/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/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()
|
D | LoopUnroll.cpp | 631 if (Value *V = SimplifyInstruction(Inst, DL)) in UnrollLoop()
|
D | CloneFunction.cpp | 293 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock()
|
D | PromoteMemoryToRegister.cpp | 696 if (Value *V = SimplifyInstruction(PN, DL, nullptr, &DT, AC)) { in run()
|
/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()
|
D | LoopRotation.cpp | 313 Value *V = SimplifyInstruction(C, DL); in rotateLoop()
|
D | TailRecursionElimination.cpp | 785 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in eliminateTailRecursion()
|
D | EarlyCSE.cpp | 583 if (Value *V = SimplifyInstruction(Inst, DL, &TLI, &DT, &AC)) { in processNode()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 328 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 617 if (Value *W = SimplifyInstruction(Inst, TD, DT)) in findValueImpl()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 681 if (Value *W = SimplifyInstruction(Inst, *DL, TLI, DT, AC)) in findValueImpl()
|
12