Searched defs:Freq (Results 1 - 17 of 17) sorted by relevance

/external/compiler-rt/lib/esan/
H A Desan_sideline.h54 u32 Freq; member in class:__esan::SidelineThread
/external/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp80 uint32_t Freq = Iter->second; local
81 CurrSum += (Count * Freq);
82 CountsSeen += Freq;
/external/llvm/lib/Support/
H A DBlockFrequency.cpp26 BlockFrequency Freq(Frequency);
27 Freq *= Prob;
28 return Freq;
37 BlockFrequency Freq(Frequency);
38 Freq /= Prob;
39 return Freq;
42 BlockFrequency &BlockFrequency::operator+=(BlockFrequency Freq) { argument
43 uint64_t Before = Freq.Frequency;
44 Frequency += Freq.Frequency;
53 BlockFrequency BlockFrequency::operator+(BlockFrequency Freq) cons
59 operator -=(BlockFrequency Freq) argument
[all...]
/external/lzma/C/
H A DPpmd.h37 UInt16 Summ; /* Freq */
38 Byte Shift; /* Speed of Freq change; low Shift is for fast change */
48 Byte Freq; member in struct:__anon14034
/external/swiftshader/third_party/LLVM/lib/Support/
H A DBlockFrequency.cpp92 BlockFrequency Freq(Frequency);
93 Freq *= Prob;
94 return Freq;
97 BlockFrequency &BlockFrequency::operator+=(const BlockFrequency &Freq) { argument
98 uint64_t Before = Freq.Frequency;
99 Frequency += Freq.Frequency;
110 BlockFrequency Freq(Frequency);
111 Freq += Prob;
112 return Freq;
121 raw_ostream &operator<<(raw_ostream &OS, const BlockFrequency &Freq) { argument
[all...]
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp165 void BlockFrequencyInfo::setBlockFreq(const BasicBlock *BB, uint64_t Freq) { argument
167 BFI->setBlockFreq(BB, Freq);
191 printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const {
192 return BFI ? BFI->printBlockFreq(OS, Freq) : OS;
H A DBlockFrequencyInfoImpl.cpp556 uint64_t Freq) {
559 Freqs[Node.Index].Integer = Freq;
580 const BlockFrequency &Freq) const {
581 Scaled64 Block(Freq.getFrequency(), 0);
555 setBlockFreq(const BlockNode &Node, uint64_t Freq) argument
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp249 uint64_t Freq = Entry.getFrequency(); local
250 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12));
259 BlockFrequency Freq = BlockFrequencies[I->Number]; local
265 nodes[ib].addBias(Freq, I->Entry);
272 nodes[ob].addBias(Freq, I->Exit);
281 BlockFrequency Freq = BlockFrequencies[*I]; local
283 Freq += Freq;
288 nodes[ib].addBias(Freq, PrefSpil
305 BlockFrequency Freq = BlockFrequencies[Number]; local
[all...]
H A DMachineBlockPlacement.cpp1129 auto ScaleBlockFrequency = [](BlockFrequency Freq,
1135 return Freq / BranchProbability(1, Scale);
1277 auto Freq = MBFI->getBlockFreq(LoopBB).getFrequency(); local
1278 if (Freq == 0 || LoopFreq.getFrequency() / Freq > LoopToColdBlockRatio)
1606 BlockFrequency Freq = MBFI->getBlockFreq(ChainBB); local
1607 if (Freq < WeightedEntryFreq)
1614 if (Freq < (LoopHeaderFreq * ColdProb))
1636 if (LayoutEdgeFreq <= (Freq * ColdProb))
H A DLiveIntervalAnalysis.cpp822 BlockFrequency Freq = MBFI->getBlockFreq(MI.getParent()); local
824 return (isDef + isUse) * (Freq.getFrequency() * Scale);
H A DRegAllocGreedy.cpp406 BlockFrequency Freq; member in struct:__anon12608::RAGreedy::HintInfo
412 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg) argument
413 : Freq(Freq), Reg(Reg), PhysReg(PhysReg) {}
2346 Cost += Info.Freq;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DBlockFrequencyImpl.h68 void setBlockFreq(BlockT *BB, BlockFrequency Freq) { argument
69 Freqs[BB] = Freq;
70 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") = " << Freq << "\n");
82 void incBlockFreq(BlockT *BB, BlockFrequency Freq) { argument
83 Freqs[BB] += Freq;
84 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") += " << Freq
94 uint64_t Freq = (Freqs[BB].getFrequency() * D) / N; local
97 if (Freq > UINT32_MAX)
98 Freq = UINT32_MAX;
100 Freqs[BB] = BlockFrequency(Freq);
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSpillPlacement.cpp181 float Freq = LiveIntervals::getSpillWeight(true, false, local
184 BlockFrequency[Num] = Freq;
185 nodes[bundles->getBundle(Num, 1)].Scale[0] += Freq;
186 nodes[bundles->getBundle(Num, 0)].Scale[1] += Freq;
218 float Freq = getBlockFrequency(I->Number); local
231 nodes[ib].addBias(Freq * Bias[I->Entry], 1);
238 nodes[ob].addBias(Freq * Bias[I->Exit], 0);
247 float Freq = getBlockFrequency(*I); local
249 Freq += Freq;
275 float Freq = getBlockFrequency(Number); local
[all...]
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.h76 #define Freq fc.freq macro
327 s->dyn_ltree[cc].Freq++; \
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
337 s->dyn_dtree[d_code(dist)].Freq++; \
/external/syslinux/com32/lib/zlib/
H A Ddeflate.h73 #define Freq fc.freq macro
323 s->dyn_ltree[cc].Freq++; \
332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
333 s->dyn_dtree[d_code(dist)].Freq++; \
/external/zlib/src/
H A Ddeflate.h76 #define Freq fc.freq macro
327 s->dyn_ltree[cc].Freq++; \
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
337 s->dyn_dtree[d_code(dist)].Freq++; \
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h486 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
490 const BlockFrequency &Freq) const;
928 void setBlockFreq(const BlockT *BB, uint64_t Freq);
984 void BlockFrequencyInfoImpl<BT>::setBlockFreq(const BlockT *BB, uint64_t Freq) { argument
986 BlockFrequencyInfoImplBase::setBlockFreq(getNode(BB), Freq); local
994 BlockFrequencyInfoImplBase::setBlockFreq(NewNode, Freq);
1274 BlockFrequency Freq = Graph->getBlockFreq(Node); local
1279 if (Freq < HotFreq)

Completed in 1181 milliseconds