Home
last modified time | relevance | path

Searched refs:simplifyInstruction (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DSimplifyInstructions.cpp34 if (Value *Simplified = simplifyInstruction(&Inst, Q)) { in extractInstrFromModule()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp421 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()
DLint.cpp694 if (Value *W = simplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp54 if (Value *V = simplifyInstruction(&I, SQ, ORE)) { in runImpl()
DLoopInstSimplify.cpp100 Value *V = simplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
DTailRecursionElimination.cpp734 if (Value *PNV = simplifyInstruction(PN, F.getParent()->getDataLayout())) { in cleanupAndFinalize()
DStructurizeCFG.cpp782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis()
DCorrelatedValuePropagation.cpp281 if (Value *V = simplifyInstruction(P, SQ)) { in processPHI()
DEarlyCSE.cpp1377 if (Value *V = simplifyInstruction(&Inst, SQ)) { in processNode()
DIndVarSimplify.cpp1347 Value *Res = simplifyInstruction(I, I->getModule()->getDataLayout()); in replaceLoopPHINodesWithPreheaderValues()
DJumpThreading.cpp2705 if (Value *IV = simplifyInstruction( in duplicateCondBranchOnPHIIntoPred()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp179 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops()
600 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
DSSAUpdater.cpp168 simplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
DCloneFunction.cpp520 simplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock()
816 Value *SimpleV = simplifyInstruction(I, DL); in CloneAndPruneIntoFromInst()
DLoopRotationUtils.cpp454 Value *V = simplifyInstruction(C, SQ); in rotateLoop()
DLoopUnroll.cpp239 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in simplifyLoopAfterUnroll()
DLoopUnrollRuntime.cpp961 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in UnrollRuntimeLoopRemainder()
DPromoteMemoryToRegister.cpp800 if (Value *V = simplifyInstruction(PN, SQ)) { in run()
DSimplifyCFG.cpp3238 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()
DInlineFunction.cpp2905 if (Value *V = simplifyInstruction(PHI, {DL, nullptr, nullptr, AC})) { in InlineFunction()
DScalarEvolutionExpander.cpp1926 if (Value *V = simplifyInstruction(PN, {DL, &SE.TLI, &SE.DT, &SE.AC})) in replaceCongruentIVs()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInstructionSimplify.h323 Value *simplifyInstruction(Instruction *I, const SimplifyQuery &Q,
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp72 return simplifyInstruction(I, {*TD, TLI, DT}); in simplify()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1487 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/
DInstCombinePHI.cpp1380 if (Value *V = simplifyInstruction(&PN, SQ.getWithInstruction(&PN))) in visitPHINode()

12