/external/clang/test/OpenMP/ |
D | target_data_use_device_ptr_ast_print.cpp | 38 struct SC { struct 50 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_data_use_device_ptr_messages.cpp | 59 struct SC { struct 71 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() function
|
D | target_is_device_ptr_ast_print.cpp | 83 struct SC { struct 95 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_is_device_ptr_messages.cpp | 67 struct SC { struct 79 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_map_messages.cpp | 79 struct SC { struct 91 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() function
|
D | target_codegen_registration.cpp | 209 struct SC { struct 216 SC() { in SC() argument 222 ~SC() { in ~SC() argument
|
D | target_map_codegen.cpp | 3210 struct SC{ struct 3211 int a; 3212 struct SB s; 3213 struct SB *p; 3214 int b[10];
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local 93 const MCSchedClassDesc *SC = getSchedClass(SU); in fitsIntoCurrentGroup() local 171 const MCSchedClassDesc *SC = getSchedClass(SU); in dumpSU() local 272 const MCSchedClassDesc *SC = getSchedClass(SU); in EmitInstruction() local 341 const MCSchedClassDesc *SC = getSchedClass(SU); in groupingCost() local 390 const MCSchedClassDesc *SC = getSchedClass(SU); in resourcesCost() local 418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); in emitInstruction() local
|
/external/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 120 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 161 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 165 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() 169 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() 177 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles() 199 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
|
D | MCSymbolXCOFF.h | 27 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
|
D | MCSectionXCOFF.h | 43 XCOFF::SymbolType ST, XCOFF::StorageClass SC, SectionKind K, in MCSectionXCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local 406 const Comdat *SC = GV.getComdat(); in addLazyFor() local 503 if (const Comdat *SC = GV.getComdat()) in run() local 508 if (const Comdat *SC = SF.getComdat()) in run() local 513 if (const Comdat *SC = GA.getComdat()) in run() local 532 const Comdat *SC = GV->getComdat(); in run() local
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 404 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/jemalloc_new/src/ |
D | sz.c | 9 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro 20 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro 93 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 54 : SubclassID(SC), UnderlyingVal(UV) {} in SubclassID() argument 136 VPUser(const unsigned char SC) : VPValue(SC) {} in VPUser() 137 VPUser(const unsigned char SC, ArrayRef<VPValue *> Operands) : VPValue(SC) { in VPUser()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 122 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 126 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
|
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 34 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local 45 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 32 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local 43 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsExpandPseudo.cpp | 82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local 586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 128 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 1028 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences() local
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 114 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/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSXAPIChecker.cpp | 110 SubChecker SC = in checkPreStmt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 178 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption() 202 for (auto SC : Opt.Subs) in addLiteralOption() local 207 void addOption(Option *O, SubCommand *SC) { in addOption() 263 for (auto SC : O->Subs) in addOption() local 268 void removeOption(Option *O, SubCommand *SC) { in removeOption() 306 for (auto SC : RegisteredSubCommands) in removeOption() local 309 for (auto SC : O->Subs) in removeOption() local 330 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr() 345 for (auto SC : RegisteredSubCommands) in updateArgStr() local 348 for (auto SC : O->Subs) in updateArgStr() local [all …]
|