| /openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| D | SimplifyInstructions.cpp | 34 if (Value *Simplified = simplifyInstruction(&Inst, Q)) { in extractInstrFromModule()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InlineCost.cpp | 421 bool simplifyInstruction(Instruction &I); 1551 if (simplifyInstruction(I)) in visitGetElementPtr() 1569 bool CallAnalyzer::simplifyInstruction(Instruction &I) { in simplifyInstruction() function in CallAnalyzer 1623 if (simplifyInstruction(I)) in visitBitCast() 1643 if (simplifyInstruction(I)) in visitPtrToInt() 1673 if (simplifyInstruction(I)) in visitIntToPtr() 1696 if (simplifyInstruction(I)) in visitCastInst() 1953 if (simplifyInstruction(I)) in visitCmpInst() 2115 if (simplifyInstruction(I)) in visitExtractValue() 2124 if (simplifyInstruction(I)) in visitInsertValue()
|
| D | Lint.cpp | 694 if (Value *W = simplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | InstSimplifyPass.cpp | 54 if (Value *V = simplifyInstruction(&I, SQ, ORE)) { in runImpl()
|
| D | LoopInstSimplify.cpp | 100 Value *V = simplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
|
| D | TailRecursionElimination.cpp | 734 if (Value *PNV = simplifyInstruction(PN, F.getParent()->getDataLayout())) { in cleanupAndFinalize()
|
| D | StructurizeCFG.cpp | 782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis()
|
| D | CorrelatedValuePropagation.cpp | 281 if (Value *V = simplifyInstruction(P, SQ)) { in processPHI()
|
| D | EarlyCSE.cpp | 1377 if (Value *V = simplifyInstruction(&Inst, SQ)) { in processNode()
|
| D | IndVarSimplify.cpp | 1347 Value *Res = simplifyInstruction(I, I->getModule()->getDataLayout()); in replaceLoopPHINodesWithPreheaderValues()
|
| D | JumpThreading.cpp | 2705 if (Value *IV = simplifyInstruction( in duplicateCondBranchOnPHIIntoPred()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | LoopSimplify.cpp | 179 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops() 600 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
|
| D | SSAUpdater.cpp | 168 simplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
|
| D | CloneFunction.cpp | 520 simplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock() 816 Value *SimpleV = simplifyInstruction(I, DL); in CloneAndPruneIntoFromInst()
|
| D | LoopRotationUtils.cpp | 454 Value *V = simplifyInstruction(C, SQ); in rotateLoop()
|
| D | LoopUnroll.cpp | 239 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in simplifyLoopAfterUnroll()
|
| D | LoopUnrollRuntime.cpp | 961 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in UnrollRuntimeLoopRemainder()
|
| D | PromoteMemoryToRegister.cpp | 800 if (Value *V = simplifyInstruction(PN, SQ)) { in run()
|
| D | SimplifyCFG.cpp | 3238 if (Value *V = simplifyInstruction(N, {DL, nullptr, nullptr, AC})) { in FoldCondBranchOnValueKnownInPredecessorImpl() 3381 if (Value *V = simplifyInstruction(PN, {DL, PN})) { in FoldTwoEntryPHINode() 4605 if (Value *V = simplifyInstruction(ICI, {DL, ICI})) { in tryToSimplifyUncondBranchWithICmpInIt()
|
| D | InlineFunction.cpp | 2905 if (Value *V = simplifyInstruction(PHI, {DL, nullptr, nullptr, AC})) { in InlineFunction()
|
| D | ScalarEvolutionExpander.cpp | 1926 if (Value *V = simplifyInstruction(PN, {DL, &SE.TLI, &SE.DT, &SE.AC})) in replaceCongruentIVs()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 323 Value *simplifyInstruction(Instruction *I, const SimplifyQuery &Q,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPrintfRuntimeBinding.cpp | 72 return simplifyInstruction(I, {*TD, TLI, DT}); in simplify()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 1487 if (Value *SV = simplifyInstruction(&I, {DL, &TLI, &DT})) in cleanupLoopBody() 2168 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() 2278 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 1380 if (Value *V = simplifyInstruction(&PN, SQ.getWithInstruction(&PN))) in visitPHINode()
|