| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | BlockFrequencyInfo.cpp | 159 calculate(F, BPI, LI); in BlockFrequencyInfo() 186 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo 191 BFI->calculate(F, BPI, LI); in calculate() 330 BFI.calculate(F, BPI, LI); in runOnFunction() 338 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F), in run()
|
| D | RegionInfo.cpp | 104 calculate(F); in recalculate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineBlockFrequencyInfo.cpp | 182 calculate(F, MBPI, MLI); in MachineBlockFrequencyInfo() 194 void MachineBlockFrequencyInfo::calculate( in calculate() function in MachineBlockFrequencyInfo 199 MBFI->calculate(F, MBPI, MLI); in calculate() 216 calculate(F, MBPI, MLI); in runOnMachineFunction()
|
| D | MachineDominators.cpp | 53 calculate(F); in runOnMachineFunction() 57 void MachineDominatorTree::calculate(MachineFunction &F) { in calculate() function in MachineDominatorTree
|
| D | MachineLoopInfo.cpp | 46 calculate(getAnalysis<MachineDominatorTree>()); in runOnMachineFunction() 50 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { in calculate() function in MachineLoopInfo
|
| D | LazyMachineBlockFrequencyInfo.cpp | 89 OwnedMBFI->calculate(*MF, MBPI, *MLI); in calculateIfNotAvailable()
|
| D | MachineRegionInfo.cpp | 71 calculate(F); in recalculate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 97 calculate(); in ReachabilityGraph() 135 void calculate() { in calculate() function in __anon290572530111::ReachabilityGraph 195 calculate(); in LoopBlocks() 206 void calculate() { in calculate() function in __anon290572530111::LoopBlocks
|
| /freebsd-12-stable/contrib/bc/manuals/ |
| D | algorithms.md | 78 to calculate `sin(x)` and `cos(x)`. It also uses the relation 84 to calculate `cos(x)`. It has a complexity of `O(n^3)`. 102 to calculate `e^x`. Since this only works when `x` is small, it uses 124 (where `a` is equal to `(x - 1)/(x + 1)`) to calculate `ln(x)` when `x` is small 147 to calculate `atan(x)` for small `x` and the relation 167 to calculate the bessel function (integer order only). 175 to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineLoopInfo.h | 101 calculate(MDT); in MachineLoopInfo() 148 void calculate(MachineDominatorTree &MDT);
|
| D | MachineDominators.h | 84 calculate(MF); in MachineDominatorTree() 107 void calculate(MachineFunction &F);
|
| D | LiveIntervalCalc.h | 61 void calculate(LiveInterval &LI, bool TrackSubRegs);
|
| D | MachineBlockFrequencyInfo.h | 51 void calculate(const MachineFunction &F,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | GenericIteratedDominanceFrontier.h | 102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks); 131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( in calculate() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | DominanceFrontier.h | 135 calculate(DT, DT[this->Roots[0]]); in analyze() 138 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
|
| D | LazyBranchProbabilityInfo.h | 66 BPI.calculate(*F, *LI, TLI, nullptr, nullptr); in getCalculated()
|
| D | BranchProbabilityInfo.h | 123 calculate(F, LI, TLI, DT, PDT); 199 void calculate(const Function &F, const LoopInfo &LI,
|
| D | LazyBlockFrequencyInfo.h | 52 BFI.calculate( in getCalculated()
|
| D | BlockFrequencyInfo.h | 92 void calculate(const Function &F, const BranchProbabilityInfo &BPI,
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | PKCS5_PBKDF2_HMAC.pod | 27 function will calculate the length of B<pass> using strlen(). 31 attempt to calculate the length of the B<salt> because it is not assumed to
|
| /freebsd-12-stable/share/examples/kld/khelp/ |
| D | README | 4 stack to calculate a per-connection count of inbound and outbound packets when
|
| /freebsd-12-stable/contrib/ntp/scripts/calc_tickadj/ |
| D | calc_tickadj.texi | 11 Project, that is used calculate optimal tick value based on given drift file.
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | lb1spl.asm | 104 ! rewritten to only calculate the quotient. 179 ! rewritten to only calculate the remainder.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | SSAUpdaterBulk.cpp | 154 IDF.calculate(IDFBlocks); in RewriteAllUses()
|
| /freebsd-12-stable/sys/geom/ |
| D | notes | 77 In g_io_deliver() we calculate the delta-T from wentbusy and add this 116 sector#53 of the slice, it can calculate how many bytes till the end of
|