Searched refs:Site (Results 1 - 18 of 18) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingValue.c284 ValueProfNode *Site = local
286 while (Site) {
288 Site = Site->Next;
299 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site, argument
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site];
H A DInstrProfilingInternal.h118 /* Return the number of value data for site \p Site. */
119 uint32_t (*GetNumValueDataForSite)(uint32_t VK, uint32_t Site);
124 * Read the next \p N value data for site \p Site and store the data
130 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,
/external/libcxxabi/test/native/arm-linux-eabi/
H A Dttype-encoding-00.pass.sh.s79 .long .Lfunc_begin0-.Lfunc_begin0 @ >> Call Site 1 <<
83 .long .Ltmp0-.Lfunc_begin0 @ >> Call Site 2 <<
87 .long .Ltmp1-.Lfunc_begin0 @ >> Call Site 3 <<
H A Dttype-encoding-90.pass.sh.s78 .long .Lfunc_begin0-.Lfunc_begin0 @ >> Call Site 1 <<
82 .long .Ltmp0-.Lfunc_begin0 @ >> Call Site 2 <<
86 .long .Ltmp1-.Lfunc_begin0 @ >> Call Site 3 <<
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0}; local
342 CallSites.push_back(Site);
346 CallSiteEntry Site = {BeginLabel, LastLabel, local
349 assert(Site.BeginLabel && Site.EndLabel && Site.PadLabel &&
355 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
357 Prev.EndLabel = Site.EndLabel;
363 CallSites.push_back(Site);
370 CallSiteEntry Site = {LastLabel, 0, 0, 0}; local
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h591 /// site: Site.
593 uint32_t Site) const;
594 /// Return the array of profiled values at \p Site. If \p TotalC
598 getValueForSite(uint32_t ValueKind, uint32_t Site,
601 /// \p Site and store the result in array \p Dest. Return the total
604 uint32_t Site) const;
607 /// Add ValueData for ValueKind at value Site.
608 void addValueData(uint32_t ValueKind, uint32_t Site,
692 uint32_t Site) const {
693 return getValueSitesForKind(ValueKind)[Site]
697 getValueForSite(uint32_t ValueKind, uint32_t Site, uint64_t *TotalC) const argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h384 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { argument
385 CallSiteMap[BeginLabel] = Site;
402 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } argument
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineModuleInfo.h353 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { argument
354 CallSiteMap[BeginLabel] = Site;
371 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; local
264 CallSites.push_back(Site);
276 CallSiteEntry Site = { local
286 if (Site.LPad == Prev.LPad && Site.Action == Prev.Action) {
288 Prev.EndLabel = Site.EndLabel;
295 CallSites.push_back(Site);
302 CallSites[SiteNo - 1] = Site;
313 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; local
314 CallSites.push_back(Site);
[all...]
H A DCodeViewDebug.h128 const InlineSite &Site);
211 const InlineSite &Site);
H A DCodeViewDebug.cpp121 InlineSite *Site = &SiteInsertion.first->second; local
123 Site->SiteFuncId = NextFuncId++;
124 Site->Inlinee = Inlinee;
128 return *Site;
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); local
293 Site.InlinedLocals.emplace_back(Var);
348 InlineSite &Site = local
351 addLocIfNotPresent(Site.ChildSites, Loc);
533 const InlineSite &Site) {
534 for (const DILocation *ChildSiteLoc : Site
531 collectInlineSiteChildren( SmallVectorImpl<unsigned> &Children, const FunctionInfo &FI, const InlineSite &Site) argument
542 emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt, const InlineSite &Site) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp272 CallSiteEntry Site = { LastLabel, BeginLabel, 0, 0 };
273 CallSites.push_back(Site);
285 CallSiteEntry Site = {
295 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
297 Prev.EndLabel = Site.EndLabel;
304 CallSites.push_back(Site);
311 CallSites[SiteNo - 1] = Site;
322 CallSiteEntry Site = { LastLabel, 0, 0, 0 };
323 CallSites.push_back(Site);
[all...]
/external/doclava/res/assets/templates-sdk/
H A Ddesignpage.cs76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
/external/llvm/lib/Analysis/
H A DInlineCost.cpp1277 CallSite Site(U);
1278 if (!Site)
1280 Instruction *I = Site.getInstruction();
/external/opencv/cvaux/src/
H A Dcvlee.cpp2130 CvVoronoiSiteInt Site = {NULL,NULL,NULL,NULL,NULL,NULL,NULL}; local
2197 pSite = _cvSeqPush(SiteSeq, &Site);
2203 pSite = _cvSeqPush(SiteSeq, &Site);
2210 pSite = _cvSeqPush(SiteSeq, &Site);
2275 CvVoronoiSiteInt Site = {NULL,NULL,NULL,NULL,NULL,NULL,NULL}; local
2292 pTopSite = pSite = _cvSeqPush(SiteSeq, &Site);
2354 pSite = _cvSeqPush(SiteSeq, &Site);
2360 pSite = _cvSeqPush(SiteSeq, &Site);
2371 pSite = _cvSeqPush(SiteSeq, &Site);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp452 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, argument

Completed in 791 milliseconds