Home
last modified time | relevance | path

Searched refs:SC (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/third_party/node/deps/v8/src/logging/
Dcounters-definitions.h284 #define STATS_COUNTER_LIST_1(SC) \ argument
286 SC(global_handles, V8.GlobalHandles) \
287 SC(maps_normalized, V8.MapsNormalized) \
288 SC(maps_created, V8.MapsCreated) \
289 SC(elements_transitions, V8.ObjectElementsTransitions) \
290 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
291 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
292 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
293 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
294 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
[all …]
Dcounters.cc213 #define SC(name, caption) {&Counters::name##_, "c:" caption}, in Counters() macro
214 #define BARE_SC(name, caption) SC(name, #caption) in Counters()
216 SC(count_of_##name, "V8.CountOf_" #name) \ in Counters()
217 SC(size_of_##name, "V8.SizeOf_" #name) in Counters()
234 #undef SC in Counters()
244 #define SC(name, caption) name##_.Reset(); in ResetCounterFunction() macro
245 STATS_COUNTER_LIST_1(SC) in ResetCounterFunction()
246 STATS_COUNTER_LIST_2(SC) in ResetCounterFunction()
247 STATS_COUNTER_NATIVE_CODE_LIST(SC) in ResetCounterFunction()
248 #undef SC in ResetCounterFunction()
[all …]
Dcounters.h563 #define SC(name, caption) \ macro
565 STATS_COUNTER_LIST_1(SC)
566 STATS_COUNTER_LIST_2(SC)
567 STATS_COUNTER_NATIVE_CODE_LIST(SC)
568 #undef SC
665 #define SC(name, caption) StatsCounter name##_; macro
666 STATS_COUNTER_LIST_1(SC)
667 STATS_COUNTER_LIST_2(SC)
668 STATS_COUNTER_NATIVE_CODE_LIST(SC)
669 #undef SC
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local
48 if (!SC->isValid()) in getNumDecoderSlots()
51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
55 assert((SC->NumMicroOps < 3 || (SC->NumMicroOps % 3 == 0)) && in getNumDecoderSlots()
58 return SC->NumMicroOps; in getNumDecoderSlots()
93 const MCSchedClassDesc *SC = getSchedClass(SU); in fitsIntoCurrentGroup() local
94 if (!SC->isValid()) in fitsIntoCurrentGroup()
99 if (SC->BeginGroup) in fitsIntoCurrentGroup()
171 const MCSchedClassDesc *SC = getSchedClass(SU); in dumpSU() local
[all …]
/third_party/toybox/toys/pending/
Dstrace.c472 #define SC(n,f) case __NR_ ## n: name = #n; TT.fmt = f; break
473 SC(access, "s|access|");
474 SC(arch_prctl, "dp");
475 SC(brk, "p");
476 SC(close, "d");
477 SC(connect, "fpd"); // TODO: sockaddr
478 SC(dup, "f");
479 SC(dup2, "ff");
480 SC(dup3, "ff|open|");
481 SC(execve, "spp");
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h161 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument
162 return &WriteProcResTable[SC->WriteProcResIdx]; in getWriteProcResBegin()
165 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument
166 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries; in getWriteProcResEnd()
169 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() argument
171 assert(DefIdx < SC->NumWriteLatencyEntries && in getWriteLatencyEntry()
174 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx]; in getWriteLatencyEntry()
177 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles() argument
182 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles()
183 *E = I + SC->NumReadAdvanceEntries; I != E; ++I) { in getReadAdvanceCycles()
[all …]
/third_party/libphonenumber/resources/geocoding/pt/
D55.txt1282 55143649|Barra Bonita - SC
5081 55423526|Porto União - SC
5786 55472033|Balneário Camboriú - SC
5787 55472102|Blumenau - SC
5788 55472103|Itajaí - SC
5789 55472104|Itajaí - SC
5790 55472106|Jaraguá do Sul - SC
5791 55472107|Jaraguá do Sul - SC
5792 55472111|Blumenau - SC
5793 55472122|Balneário Camboriú - SC
[all …]
/third_party/libphonenumber/resources/geocoding/en/
D55.txt1284 55143649|Barra Bonita - SC
5083 55423526|Porto União - SC
5788 55472033|Balneário Camboriú - SC
5789 55472102|Blumenau - SC
5790 55472103|Itajaí - SC
5791 55472104|Itajaí - SC
5792 55472106|Jaraguá do Sul - SC
5793 55472107|Jaraguá do Sul - SC
5794 55472111|Blumenau - SC
5795 55472122|Balneário Camboriú - SC
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp94 const codeview::StringsAndChecksums &SC) const = 0;
112 const codeview::StringsAndChecksums &SC) const override;
126 const codeview::StringsAndChecksums &SC) const override;
142 const codeview::StringsAndChecksums &SC) const override;
158 const codeview::StringsAndChecksums &SC) const override;
172 const codeview::StringsAndChecksums &SC) const override;
186 const codeview::StringsAndChecksums &SC) const override;
200 const codeview::StringsAndChecksums &SC) const override;
214 const codeview::StringsAndChecksums &SC) const override;
229 const codeview::StringsAndChecksums &SC) const override;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp86 const MCSchedClassDesc *SC) const { in mustBeginGroup()
88 if (!SC) in mustBeginGroup()
89 SC = resolveSchedClass(MI); in mustBeginGroup()
90 if (SC->isValid()) in mustBeginGroup()
91 return SC->BeginGroup; in mustBeginGroup()
97 const MCSchedClassDesc *SC) const { in mustEndGroup()
99 if (!SC) in mustEndGroup()
100 SC = resolveSchedClass(MI); in mustEndGroup()
101 if (SC->isValid()) in mustEndGroup()
102 return SC->EndGroup; in mustEndGroup()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h511 template<typename SC, typename RetVal=void>
516 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit()
518 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S); in visit()
520 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit()
522 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S); in visit()
524 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
526 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S); in visit()
528 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S); in visit()
530 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
532 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S); in visit()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h103 const MCSchedClassDesc *SC = nullptr) const;
106 const MCSchedClassDesc *SC = nullptr) const;
110 const MCSchedClassDesc *SC = nullptr) const;
134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument
136 return STI->getWriteProcResBegin(SC); in getWriteProcResBegin()
138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument
139 return STI->getWriteProcResEnd(SC); in getWriteProcResEnd()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dvulkanscdeviations.adoc7 = Vulkan SC Deviations From Base Vulkan
10 The following extensions have been added to Vulkan SC:
21 The following items have been added to Vulkan SC:
36 The following aspects of Base Vulkan have been modified for Vulkan SC:
63 The following functionality has been removed from Base Vulkan in Vulkan SC:
93 Vulkan SC supports a subset of the extensions supported in Base Vulkan.
110 additional functionality in a Vulkan SC implementation beyond what is
114 but is non-conformant to the Vulkan SC specification.
116 A Vulkan SC conformant implementation with this additional functionality
122 Vulkan SC maintains the use of <<fundamentals-returncodes>> on a small
[all …]
DVK_EXT_pipeline_properties.adoc21 Vulkan SC requires offline compilation of pipelines.
26 One method of developing a Vulkan SC application is to author a Vulkan
33 compiler, the Vulkan SC application can then use this
34 pname:pipelineIdentifier for identifying the pipeline via Vulkan SC's
39 application can store this with its pipeline metadata and the Vulkan SC
40 application will then use to map the same state to an entry in the Vulkan SC
50 (1) This extension does not make sense on a strict Vulkan SC implementation.
51 It may however be of potential use in a non-strict Vulkan SC implementation.
52 Should this extension be enabled as part of Vulkan SC as well?
55 This extension will not be enabled for Vulkan SC.
/third_party/vk-gl-cts/external/vulkan-docs/src/
DREADMESC.adoc8 = Vulkan^(R)^ SC API Documentation Project
12 contains sources for the formal documentation of the Vulkan SC
16 * The Vulkan SC API Specification
21 * Vulkan SC header files (also mirrored at
31 Questions and feedback on the Vulkan SC specification can be made using the GitHub
39 For standard Vulkan (not Vulkan SC) related issues, consult the
50 many parts of the Specification at once, is difficult for the Vulkan SC Working
59 version of Vulkan SC, and incorporating any desired set of extensions.
DChangeLogSC.adoc15 Change log for December 15, 2023 Vulkan SC 1.0.14 spec update:
26 * Remove unfulfillable vkDestroySurfaceKHR VU (01266) from SC (!355)
33 Change log for September 27, 2023 Vulkan SC 1.0.13 spec update:
73 Change log for January 20, 2023 Vulkan SC 1.0.12 spec update:
105 Change log for September 9, 2022 Vulkan SC 1.0.11 spec update:
145 Change log for May 20, 2022 Vulkan SC 1.0.10 spec update:
155 * Updated README.adoc for Vulkan SC (!280)
172 March 1, 2022 - Vulkan SC 1.0.9 initial public release
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
383 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC]; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor() local
407 if (!SC) in addLazyFor()
409 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor()
503 if (const Comdat *SC = GV.getComdat()) in run() local
504 LazyComdatMembers[SC].push_back(&GV); in run()
508 if (const Comdat *SC = SF.getComdat()) in run() local
509 LazyComdatMembers[SC].push_back(&SF); in run()
513 if (const Comdat *SC = GA.getComdat()) in run() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h53 VPValue(const unsigned char SC, Value *UV = nullptr)
54 : SubclassID(SC), UnderlyingVal(UV) {} in SubclassID() argument
136 VPUser(const unsigned char SC) : VPValue(SC) {} in VPUser() argument
137 VPUser(const unsigned char SC, ArrayRef<VPValue *> Operands) : VPValue(SC) { in VPUser() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
92 SC = STI->hasMips32r6() ? Mips::SC_MMR6 : Mips::SC_MM; in expandAtomicCmpSwapSubword()
98 SC = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6) in expandAtomicCmpSwapSubword()
99 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicCmpSwapSubword()
163 BuildMI(loop2MBB, DL, TII->get(SC), Scratch) in expandAtomicCmpSwapSubword()
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
218 SC = STI->hasMips32r6() ? Mips::SC_MMR6 : Mips::SC_MM; in expandAtomicCmpSwap()
225 SC = STI->hasMips32r6() in expandAtomicCmpSwap()
227 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicCmpSwap()
236 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicCmpSwap()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h112 fromCodeViewSubection(const codeview::StringsAndChecksumsRef &SC,
123 const codeview::StringsAndChecksums &SC);
126 fromDebugS(ArrayRef<uint8_t> Data, const codeview::StringsAndChecksumsRef &SC);
129 codeview::StringsAndChecksums &SC);
/third_party/glslang/Test/
Dspv.coopmat.comp43 layout(constant_id = 2) const int SC = 1;
44 fcoopmatNV<16, gl_ScopeSubgroup, SC, SC> scm[SC][SC];
Dspv.intcoopmat.comp46 layout(constant_id = 2) const int SC = 1;
47 ucoopmatNV<32, gl_ScopeSubgroup, SC, SC> scm[SC][SC];
/third_party/vk-gl-cts/external/vulkancts/
DREADME.md137 Current Vulkan SC mustpass can be found at:
154 …external/vulkancts/mustpass/main/vk-default.txt (or vksc-default.txt for Vulkan SC implementations)
216 There are several additional options used only in conjunction with Vulkan SC tests
217 ( for Vulkan SC CTS tests deqp-vksc application should be used ).
233 Another group of Vulkan SC options enable use of offline pipeline compiler:
248 Vulkan SC may be implemented on embedded platform that is not able to
254 In Vulkan SC CTS tests are performed twice. You may define how many tests
284 Vulkan SC:
298 Vulkan SC:
365 For Vulkan SC, changes are also permitted to the following:
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dintroduction.adoc10 ifdef::VKSC_VERSION_1_0["`Vulkan SC Specification`", ]
13 ifdef::VKSC_VERSION_1_0[SC]
17 (https://registry.khronos.org/vulkan/) that Vulkan SC is based on.
18 "`Vulkan`" and "`Vulkan SC`" refer to the Vulkan SC API and "`Base Vulkan`"
19 refers to the Vulkan API that Vulkan SC is based on.
36 https://registry.khronos.org/vulkansc/[Vulkan SC Registry]
38 The source files used to generate the Vulkan SC specification are stored in
39 the https://github.com/KhronosGroup/VulkanSC-Docs[Vulkan SC Documentation
233 Vulkan SC {revnumber} is based on Vulkan 1.2 and, except where explicitly
237 Throughout the Vulkan SC specification, changes have been made to the Base
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp128 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption() argument
131 if (!SC->OptionsMap.insert(std::make_pair(Name, &Opt)).second) { in addLiteralOption()
139 if (SC == &*AllSubCommands) { in addLiteralOption()
141 if (SC == Sub) in addLiteralOption()
152 for (auto SC : Opt.Subs) in addLiteralOption() local
153 addLiteralOption(Opt, SC, Name); in addLiteralOption()
157 void addOption(Option *O, SubCommand *SC) { in addOption() argument
161 if (!SC->OptionsMap.insert(std::make_pair(O->ArgStr, O)).second) { in addOption()
170 SC->PositionalOpts.push_back(O); in addOption()
172 SC->SinkOpts.push_back(O); in addOption()
[all …]

12345678910>>...25