Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp52 if (Value *V = simplifyInstruction(&I, SQ)) { in runImpl()
H A DLoopInstSimplify.cpp98 Value *V = simplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
H A DTailRecursionElimination.cpp752 if (Value *PNV = simplifyInstruction(PN, F.getDataLayout())) { in cleanupAndFinalize()
H A DStructurizeCFG.cpp782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis()
H A DCorrelatedValuePropagation.cpp272 if (Value *V = simplifyInstruction(P, SQ)) { in processPHI()
H A DEarlyCSE.cpp1495 if (Value *V = simplifyInstruction(&Inst, SQ)) { in processNode()
H A DIndVarSimplify.cpp1235 Value *Res = simplifyInstruction(I, I->getDataLayout()); in replaceLoopPHINodesWithPreheaderValues()
H A DMemCpyOptimizer.cpp1712 if (auto *Res = simplifyInstruction(I, I->getDataLayout())) in isZeroSize()
H A DJumpThreading.cpp2698 if (Value *IV = simplifyInstruction( in duplicateCondBranchOnPHIIntoPred()
H A DGVN.cpp2625 if (Value *V = simplifyInstruction(I, {DL, TLI, DT, AC})) { in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp432 bool simplifyInstruction(Instruction &I);
1635 if (simplifyInstruction(I)) in visitGetElementPtr()
1653 bool CallAnalyzer::simplifyInstruction(Instruction &I) { in simplifyInstruction() function in CallAnalyzer
1707 if (simplifyInstruction(I)) in visitBitCast()
1727 if (simplifyInstruction(I)) in visitPtrToInt()
1757 if (simplifyInstruction(I)) in visitIntToPtr()
1780 if (simplifyInstruction(I)) in visitCastInst()
2038 if (simplifyInstruction(I)) in visitCmpInst()
2211 if (simplifyInstruction(I)) in visitExtractValue()
2220 if (simplifyInstruction(I)) in visitInsertValue()
H A DLint.cpp683 if (Value *W = simplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp179 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops()
599 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
H A DSSAUpdater.cpp170 simplifyInstruction(InsertedPHI, BB->getDataLayout())) { in GetValueInMiddleOfBlock()
H A DLoopRotationUtils.cpp692 Value *V = simplifyInstruction(C, SQ); in rotateLoop()
H A DLoopUnrollRuntime.cpp984 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp385 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in simplifyLoopAfterUnroll()
H A DPromoteMemoryToRegister.cpp918 if (Value *V = simplifyInstruction(PN, SQ)) { in run()
H A DCloneFunction.cpp828 if (Value *V = simplifyInstruction(NewI, DL)) { in CloneAndPruneIntoFromInst()
H A DSimplifyCFG.cpp3404 if (Value *V = simplifyInstruction(N, {DL, nullptr, nullptr, AC})) { in FoldCondBranchOnValueKnownInPredecessorImpl()
3562 if (Value *V = simplifyInstruction(PN, {DL, PN})) { in FoldTwoEntryPHINode()
4799 if (Value *V = simplifyInstruction(ICI, {DL, ICI})) { in tryToSimplifyUncondBranchWithICmpInIt()
H A DScalarEvolutionExpander.cpp1700 if (Value *V = simplifyInstruction(PN, {DL, &SE.TLI, &SE.DT, &SE.AC})) in replaceCongruentIVs()
H A DInlineFunction.cpp3064 if (Value *V = simplifyInstruction(PHI, {DL, nullptr, nullptr, AC})) { in InlineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h247 Value *simplifyInstruction(Instruction *I, const SimplifyQuery &Q);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1481 if (Value *SV = simplifyInstruction(&I, {DL, &TLI, &DT})) in cleanupLoopBody()
2162 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore()
2272 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1437 if (Value *V = simplifyInstruction(&PN, SQ.getWithInstruction(&PN))) in visitPHINode()

12