| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 52 if (Value *V = simplifyInstruction(&I, SQ)) { in runImpl()
|
| H A D | LoopInstSimplify.cpp | 95 Value *V = simplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
|
| H A D | TailRecursionElimination.cpp | 793 if (Value *PNV = simplifyInstruction(PN, F.getDataLayout())) { in cleanupAndFinalize()
|
| H A D | StructurizeCFG.cpp | 905 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis()
|
| H A D | CorrelatedValuePropagation.cpp | 271 if (Value *V = simplifyInstruction(P, SQ)) { in processPHI()
|
| H A D | EarlyCSE.cpp | 1502 if (Value *V = simplifyInstruction(&Inst, SQ)) { in processNode()
|
| H A D | IndVarSimplify.cpp | 1211 Value *Res = simplifyInstruction(I, I->getDataLayout()); in replaceLoopPHINodesWithPreheaderValues()
|
| H A D | MemCpyOptimizer.cpp | 1730 if (auto *Res = simplifyInstruction(I, I->getDataLayout())) in isZeroSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 459 bool simplifyInstruction(Instruction &I); 1744 if (simplifyInstruction(I)) in visitGetElementPtr() 1820 bool CallAnalyzer::simplifyInstruction(Instruction &I) { in simplifyInstruction() function in CallAnalyzer 1869 if (simplifyInstruction(I)) in visitBitCast() 1889 if (simplifyInstruction(I)) in visitPtrToInt() 1919 if (simplifyInstruction(I)) in visitIntToPtr() 1942 if (simplifyInstruction(I)) in visitCastInst() 2200 if (simplifyInstruction(I)) in visitCmpInst() 2389 if (simplifyInstruction(I)) in visitInsertValue()
|
| H A D | Lint.cpp | 717 if (Value *W = simplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopSimplify.cpp | 176 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops() 596 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
|
| H A D | SSAUpdater.cpp | 169 simplifyInstruction(InsertedPHI, BB->getDataLayout())) { in GetValueInMiddleOfBlock()
|
| H A D | LoopRotationUtils.cpp | 671 Value *V = simplifyInstruction(C, SQ); in rotateLoop()
|
| H A D | LoopUnrollRuntime.cpp | 987 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUnroll.cpp | 381 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in simplifyLoopAfterUnroll()
|
| H A D | SCCPSolver.cpp | 237 static Value *simplifyInstruction(SCCPSolver &Solver, in simplifyInstruction() function 275 } else if (auto *V = simplifyInstruction(*this, InsertedValues, Inst)) { in simplifyInstsInBlock()
|
| H A D | PromoteMemoryToRegister.cpp | 963 if (Value *V = simplifyInstruction(PN, SQ)) { in run()
|
| H A D | CloneFunction.cpp | 885 if (Value *V = simplifyInstruction(NewI, DL)) { in CloneAndPruneIntoFromInst()
|
| H A D | ScalarEvolutionExpander.cpp | 1727 if (Value *V = simplifyInstruction(PN, {DL, &SE.TLI, &SE.DT, &SE.AC})) in replaceCongruentIVs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 258 LLVM_ABI Value *simplifyInstruction(Instruction *I, const SimplifyQuery &Q);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 242 bool simplifyInstruction(MachineInstr &MI) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1466 if (Value *SV = simplifyInstruction(&I, {DL, &TLI, &DT})) in cleanupLoopBody() 2150 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() 2260 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 522 virtual bool simplifyInstruction(MachineInstr &MI) const { return false; } in simplifyInstruction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCopyPropagation.cpp | 931 if (TII->simplifyInstruction(MI)) { in ForwardCopyPropagateBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1440 if (Value *V = simplifyInstruction(&PN, SQ.getWithInstruction(&PN))) in visitPHINode()
|