Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp157 calculate(F, BPI, LI); in BlockFrequencyInfo()
184 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo
189 BFI->calculate(F, BPI, LI); in calculate()
328 BFI.calculate(F, BPI, LI); in runOnFunction()
338 BFI.calculate(F, BP, LI); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp207 calculate(F, MBPI, MLI); in MachineBlockFrequencyInfo()
231 void MachineBlockFrequencyInfo::calculate( in calculate() function in MachineBlockFrequencyInfo
236 MBFI->calculate(F, MBPI, MLI); in calculate()
252 MBFI.calculate(F, MBPI, MLI); in runOnMachineFunction()
H A DMachineLoopInfo.cpp63 LI.calculate(getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree()); in runOnMachineFunction()
78 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { in calculate() function in MachineLoopInfo
H A DLazyMachineBlockFrequencyInfo.cpp88 OwnedMBFI->calculate(*MF, MBPI, *MLI); in calculateIfNotAvailable()
H A DMachineRegionInfo.cpp71 calculate(F); in recalculate()
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md78 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)`.
247 because now we have the correct `scale`. And we *also* have to calculate the
250 Then we need to calculate the fractional portion of the number. We do this by
252 calculate `e((y - a) * l(x))`, where `a` is the integer portion of `y`. It's
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-SHA1.pod30 This parameter is set by libssl in order to calculate a signature hash for an
35 The digest implementation should calculate the complete digest as per RFC6101
H A DEVP_MD-MD5-SHA1.pod32 This parameter is set by libssl in order to calculate a signature hash for an
37 The digest implementation should calculate the complete digest as per RFC6101
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h111 explicit MachineLoopInfo(MachineDominatorTree &MDT) { calculate(MDT); } in MachineLoopInfo()
132 void calculate(MachineDominatorTree &MDT);
H A DLiveIntervalCalc.h61 void calculate(LiveInterval &LI, bool TrackSubRegs);
H A DMachineDominators.h109 explicit MachineDominatorTree(MachineFunction &MF) { calculate(MF); } in MachineDominatorTree()
133 void calculate(MachineFunction &F);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp98 calculate(); in ReachabilityGraph()
136 void calculate() { in calculate() function in __anon5f812d3b0111::ReachabilityGraph
196 calculate(); in LoopBlocks()
207 void calculate() { in calculate() function in __anon5f812d3b0111::LoopBlocks
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp178 PeelCounter calculate(const Value &);
207 PhiAnalyzer::PeelCounter PhiAnalyzer::calculate(const Value &V) { in calculate() function in __anon41601d4e0111::PhiAnalyzer
228 PeelCounter Iterations = calculate(*Input); in calculate()
236 PeelCounter LHS = calculate(*I->getOperand(0)); in calculate()
239 PeelCounter RHS = calculate(*I->getOperand(1)); in calculate()
246 return (IterationsToInvariance[I] = calculate(*I->getOperand(0))); in calculate()
258 PeelCounter ToInvariance = calculate(PHI); in calculateIterationsToPeel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h103 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks);
131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( in calculate() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h138 calculate(DT, DT[this->Roots[0]]); in analyze()
141 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
H A DLazyBranchProbabilityInfo.h66 BPI.calculate(*F, *LI, TLI, nullptr, nullptr); in getCalculated()
H A DLazyBlockFrequencyInfo.h50 BFI.calculate( in getCalculated()
H A DBranchProbabilityInfo.h121 calculate(F, LI, TLI, DT, PDT);
207 void calculate(const Function &F, const LoopInfo &LI,
/freebsd/share/examples/kld/khelp/
H A DREADME3 stack to calculate a per-connection count of inbound and outbound packets when
/freebsd/crypto/openssl/doc/man3/
H A DPKCS5_PBKDF2_HMAC.pod27 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
H A DPKCS12_PBE_keyivgen.pod55 function will calculate the length of I<pass> using strlen().
59 attempt to calculate the length of the I<salt> because it is not assumed to
H A DOCSP_response_status.pod56 stored as a SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using
68 with the X509 certificate I<cert> based on the SHA1 hash. To calculate the hash
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.texi11 Project, that is used calculate optimal tick value based on given drift file.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp123 MDT.calculate(MF); in runOnMachineFunction()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone.cfg26 # TODO: We should calculate that based on ashift.

12345