Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 25 of 106) sorted by relevance

12345

/external/clang/test/OpenMP/
Dtarget_data_use_device_ptr_ast_print.cpp38 struct SC { struct
50 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_data_use_device_ptr_messages.cpp59 struct SC { struct
71 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_is_device_ptr_ast_print.cpp83 struct SC { struct
95 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_is_device_ptr_messages.cpp67 struct SC { struct
79 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_map_messages.cpp79 struct SC { struct
91 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() function
Dtarget_codegen_registration.cpp209 struct SC { struct
216 SC() { in SC() argument
222 ~SC() { in ~SC() argument
Dtarget_map_codegen.cpp3210 struct SC{ struct
3211 int a;
3212 struct SB s;
3213 struct SB *p;
3214 int b[10];
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h120 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
124 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
128 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
136 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
/external/v8/src/
Dcounters.cc106 #define SC(name, caption) \ in Counters() macro
113 #define SC(name) \ in Counters() macro
119 #define SC(name) \ in Counters() macro
127 #define SC(name) \ in Counters() macro
135 #define SC(name) \ in Counters() macro
146 #define SC(name, caption) name##_.Reset(); in ResetCounters() macro
151 #define SC(name) \ in ResetCounters() macro
157 #define SC(name) \ in ResetCounters() macro
163 #define SC(name) \ in ResetCounters() macro
169 #define SC(name) \ in ResetCounters() macro
Dcounters.h1032 #define STATS_COUNTER_LIST_1(SC) \ argument
1074 #define STATS_COUNTER_LIST_2(SC) \ argument
1194 #define SC(name, caption) \ macro
1200 #define SC(name) \ macro
1206 #define SC(name) \ macro
1214 #define SC(name) \ macro
1222 #define SC(name) \ macro
1300 #define SC(name, caption) \ macro
1306 #define SC(name) \ macro
1312 #define SC(name) \ macro
[all …]
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h122 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
126 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/external/libunwind/src/sh/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/arm/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/mips/
Dgen-offsets.c8 #define SC(N,X) \ macro
/external/libunwind/src/aarch64/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/llvm/lib/Linker/
DLinkModules.cpp404 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
435 const Comdat *SC = GV.getComdat(); in addLazyFor() local
532 if (const Comdat *SC = GV.getComdat()) in run() local
537 if (const Comdat *SC = SF.getComdat()) in run() local
542 if (const Comdat *SC = GA.getComdat()) in run() local
561 const Comdat *SC = GV->getComdat(); in run() local
/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp34 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
45 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp110 SubChecker SC = in checkPreStmt() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp128 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption()
152 for (auto SC : Opt.Subs) in addLiteralOption() local
157 void addOption(Option *O, SubCommand *SC) { in addOption()
203 for (auto SC : O->Subs) in addOption() local
208 void removeOption(Option *O, SubCommand *SC) { in removeOption()
242 for (auto SC : RegisteredSubCommands) in removeOption() local
245 for (auto SC : O->Subs) in removeOption() local
266 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr()
280 for (auto SC : O->Subs) in updateArgStr() local
1023 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences() local
/external/llvm/lib/Support/
DCommandLine.cpp114 void addLiteralOption(Option &Opt, SubCommand *SC, const char *Name) { in addLiteralOption()
138 for (auto SC : Opt.Subs) in addLiteralOption() local
143 void addOption(Option *O, SubCommand *SC) { in addOption()
189 for (auto SC : O->Subs) in addOption() local
194 void removeOption(Option *O, SubCommand *SC) { in removeOption()
228 for (auto SC : RegisteredSubCommands) in removeOption() local
231 for (auto SC : O->Subs) in removeOption() local
252 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr()
266 for (auto SC : O->Subs) in updateArgStr() local
1001 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences() local
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp261 for (auto &SC : SectionContribs) in visitSectionContributions() local
264 for (auto &SC : SectionContribs2) in visitSectionContributions() local
DModInfo.cpp52 SCBytes SC; // First section contribution of this module. member
/external/clang/include/clang/Basic/
DSpecifiers.h214 inline bool isLegalForFunction(StorageClass SC) { in isLegalForFunction()
219 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable()
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp42 SwitchCase *SC; member
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp808 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in GenSchedClassTables() local
1283 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in EmitSchedModelHelpers() local
1291 const CodeGenSchedClass &SC = SchedModels.getSchedClass(VC); in EmitSchedModelHelpers() local

12345