/external/jemalloc/include/jemalloc/internal/ |
D | size_classes.h | 37 SC( 0, 3, 3, 0, no, yes, 3) \ 38 SC( 1, 3, 3, 1, no, yes, 3) \ 39 SC( 2, 3, 3, 2, no, yes, 3) \ 40 SC( 3, 3, 3, 3, no, yes, 3) \ 42 SC( 4, 5, 3, 1, no, yes, 3) \ 43 SC( 5, 5, 3, 2, no, yes, 3) \ 44 SC( 6, 5, 3, 3, no, yes, 3) \ 45 SC( 7, 5, 3, 4, no, yes, 3) \ 47 SC( 8, 6, 4, 1, no, yes, 4) \ 48 SC( 9, 6, 4, 2, no, yes, 4) \ [all …]
|
/external/libunwind/src/aarch64/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro 30 SC ("R0", regs[0]); in main() 31 SC ("R1", regs[1]); in main() 32 SC ("R2", regs[2]); in main() 33 SC ("R3", regs[3]); in main() 34 SC ("R4", regs[4]); in main() 35 SC ("R5", regs[5]); in main() 36 SC ("R6", regs[6]); in main() 37 SC ("R7", regs[7]); in main() 38 SC ("R8", regs[8]); in main() [all …]
|
/external/libunwind/src/arm/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro 31 SC ("TRAPNO", trap_no); in main() 32 SC ("ERRORCODE", error_code); in main() 33 SC ("OLDMASK", oldmask); in main() 34 SC ("R0", arm_r0); in main() 35 SC ("R1", arm_r1); in main() 36 SC ("R2", arm_r2); in main() 37 SC ("R3", arm_r3); in main() 38 SC ("R4", arm_r4); in main() 39 SC ("R5", arm_r5); in main() [all …]
|
/external/libunwind/src/sh/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro 30 SC ("R0", sc_regs[0]); in main() 31 SC ("R1", sc_regs[1]); in main() 32 SC ("R2", sc_regs[2]); in main() 33 SC ("R3", sc_regs[3]); in main() 34 SC ("R4", sc_regs[4]); in main() 35 SC ("R5", sc_regs[5]); in main() 36 SC ("R6", sc_regs[6]); in main() 37 SC ("R7", sc_regs[7]); in main() 38 SC ("R8", sc_regs[8]); in main() [all …]
|
/external/v8/src/ |
D | counters.h | 1032 #define STATS_COUNTER_LIST_1(SC) \ argument 1034 SC(global_handles, V8.GlobalHandles) \ 1036 SC(memory_allocated, V8.OsMemoryAllocated) \ 1037 SC(maps_normalized, V8.MapsNormalized) \ 1038 SC(maps_created, V8.MapsCreated) \ 1039 SC(elements_transitions, V8.ObjectElementsTransitions) \ 1040 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \ 1041 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \ 1042 SC(alive_after_last_gc, V8.AliveAfterLastGC) \ 1043 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \ [all …]
|
D | counters.cc | 106 #define SC(name, caption) \ in Counters() macro 109 STATS_COUNTER_LIST_1(SC) in Counters() 110 STATS_COUNTER_LIST_2(SC) in Counters() 111 #undef SC in Counters() 113 #define SC(name) \ in Counters() macro 116 INSTANCE_TYPE_LIST(SC) in Counters() 117 #undef SC in Counters() 119 #define SC(name) \ in Counters() macro 124 CODE_KIND_LIST(SC) in Counters() 125 #undef SC in Counters() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 120 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument 121 return &WriteProcResTable[SC->WriteProcResIdx]; in getWriteProcResBegin() 124 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument 125 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries; in getWriteProcResEnd() 128 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() argument 130 assert(DefIdx < SC->NumWriteLatencyEntries && in getWriteLatencyEntry() 133 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx]; in getWriteLatencyEntry() 136 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles() argument 141 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles() 142 *E = I + SC->NumReadAdvanceEntries; I != E; ++I) { in getReadAdvanceCycles()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 438 template<typename SC, typename RetVal=void> 443 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit() 445 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S); in visit() 447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit() 449 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S); in visit() 451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit() 453 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S); in visit() 455 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S); in visit() 457 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit() 459 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S); in visit() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 459 template<typename SC, typename RetVal=void> 464 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit() 466 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S); in visit() 468 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit() 470 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S); in visit() 472 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit() 474 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S); in visit() 476 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S); in visit() 478 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit() 480 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S); in visit() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 98 const MCSchedClassDesc *SC = nullptr) const; 122 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument 124 return STI->getWriteProcResBegin(SC); in getWriteProcResBegin() 126 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument 127 return STI->getWriteProcResEnd(SC); in getWriteProcResEnd()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 337 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment() local 339 Segment.SegName = SC.segname; in getSegment() 340 Segment.cmdsize = SC.cmdsize; in getSegment() 341 Segment.vmaddr = SC.vmaddr; in getSegment() 342 Segment.vmsize = SC.vmsize; in getSegment() 343 Segment.fileoff = SC.fileoff; in getSegment() 344 Segment.filesize = SC.filesize; in getSegment() 345 Segment.maxprot = SC.maxprot; in getSegment() 346 Segment.initprot = SC.initprot; in getSegment() 347 Segment.nsects = SC.nsects; in getSegment() [all …]
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 404 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local 407 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC]; in linkIfNeeded() 435 const Comdat *SC = GV.getComdat(); in addLazyFor() local 436 if (!SC) in addLazyFor() 438 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor() 532 if (const Comdat *SC = GV.getComdat()) in run() local 533 LazyComdatMembers[SC].push_back(&GV); in run() 537 if (const Comdat *SC = SF.getComdat()) in run() local 538 LazyComdatMembers[SC].push_back(&SF); in run() 542 if (const Comdat *SC = GA.getComdat()) in run() local [all …]
|
/external/clang/test/OpenMP/ |
D | target_codegen_registration.cpp | 209 struct SC { struct 216 SC() { in SC() function 222 ~SC() { in ~SC() argument 382 static SC c1;
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 808 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in GenSchedClassTables() local 809 DEBUG(SC.dump(&SchedModels)); in GenSchedClassTables() 824 TI = SC.Transitions.begin(), TE = SC.Transitions.end(); in GenSchedClassTables() 845 assert(!SC.ProcIndices.empty() && "expect at least one procidx"); in GenSchedClassTables() 846 if (SC.ProcIndices[0] != 0) { in GenSchedClassTables() 847 IdxIter PIPos = std::find(SC.ProcIndices.begin(), in GenSchedClassTables() 848 SC.ProcIndices.end(), ProcModel.Index); in GenSchedClassTables() 849 if (PIPos == SC.ProcIndices.end()) in GenSchedClassTables() 852 IdxVec Writes = SC.Writes; in GenSchedClassTables() 853 IdxVec Reads = SC.Reads; in GenSchedClassTables() [all …]
|
D | CodeGenSchedule.cpp | 540 CodeGenSchedClass &SC = getSchedClass(SCIdx); in collectSchedClasses() local 541 if (SC.ProcIndices[0] != 0) in collectSchedClasses() 546 if (SC.ItinClassDef->getName() != "NoItinerary") { in collectSchedClasses() 549 << SC.ItinClassDef->getName() << '\n'; in collectSchedClasses() 551 if (!SC.Writes.empty()) { in collectSchedClasses() 554 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE; ++WI) in collectSchedClasses() 556 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() 659 CodeGenSchedClass &SC = SchedClasses.back(); in addSchedClass() local 660 SC.Index = Idx; in addSchedClass() 661 SC.Name = createSchedClassName(ItinClassDef, OperWrites, OperReads); in addSchedClass() [all …]
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 114 void addLiteralOption(Option &Opt, SubCommand *SC, const char *Name) { in addLiteralOption() argument 117 if (!SC->OptionsMap.insert(std::make_pair(Name, &Opt)).second) { in addLiteralOption() 125 if (SC == &*AllSubCommands) { in addLiteralOption() 127 if (SC == Sub) in addLiteralOption() 138 for (auto SC : Opt.Subs) in addLiteralOption() local 139 addLiteralOption(Opt, SC, Name); in addLiteralOption() 143 void addOption(Option *O, SubCommand *SC) { in addOption() argument 147 if (!SC->OptionsMap.insert(std::make_pair(O->ArgStr, O)).second) { in addOption() 156 SC->PositionalOpts.push_back(O); in addOption() 158 SC->SinkOpts.push_back(O); in addOption() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 128 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 …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSXAPIChecker.cpp | 110 SubChecker SC = in checkPreStmt() local 118 if (SC) in checkPreStmt() 119 (this->*SC)(C, CE, Name); in checkPreStmt()
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 214 inline bool isLegalForFunction(StorageClass SC) { in isLegalForFunction() argument 215 return SC <= SC_PrivateExtern; in isLegalForFunction() 219 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable() argument
|
/external/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 77 const MCSchedClassDesc *SC) const { in getNumMicroOps() 83 if (!SC) in getNumMicroOps() 84 SC = resolveSchedClass(MI); in getNumMicroOps() 85 if (SC->isValid()) in getNumMicroOps() 86 return SC->NumMicroOps; in getNumMicroOps()
|
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 34 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local 35 SimplifiedValues[I] = SC->getValue(); in simplifyInstWithSCEV() 45 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local 46 SimplifiedValues[I] = SC->getValue(); in simplifyInstWithSCEV()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.div.fixup.ll | 9 ; SI-DAG: s_load_dword [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xd 12 ; VI-DAG: s_load_dword [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0x34 14 ; GCN-DAG: v_mov_b32_e32 [[VC:v[0-9]+]], [[SC]]
|
D | llvm.amdgcn.div.fmas.ll | 12 ; SI-DAG: s_load_dword [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xd 15 ; VI-DAG: s_load_dword [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0x34 17 ; GCN-DAG: v_mov_b32_e32 [[VC:v[0-9]+]], [[SC]] 30 ; SI-DAG: s_load_dword [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xd 32 ; SI-DAG: v_mov_b32_e32 [[VC:v[0-9]+]], [[SC]] 45 ; SI-DAG: s_load_dword [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xd 46 ; SI-DAG: v_mov_b32_e32 [[VC:v[0-9]+]], [[SC]]
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 623 void visit(const SectionContrib &SC) override { in dumpSectionContribs() argument 625 P.printNumber("ISect", SC.ISect); in dumpSectionContribs() 626 P.printNumber("Off", SC.Off); in dumpSectionContribs() 627 P.printNumber("Size", SC.Size); in dumpSectionContribs() 628 P.printFlags("Characteristics", SC.Characteristics, in dumpSectionContribs() 633 P.printNumber("Index", SC.Imod); in dumpSectionContribs() 635 if (M.size() > SC.Imod) { in dumpSectionContribs() 636 P.printString("Name", M[SC.Imod].Info.getModuleName()); in dumpSectionContribs() 639 P.printNumber("Data CRC", SC.DataCrc); in dumpSectionContribs() 640 P.printNumber("Reloc CRC", SC.RelocCrc); in dumpSectionContribs() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransProtectedScope.cpp | 42 SwitchCase *SC; member 50 CaseInfo() : SC(nullptr), State(St_Unchecked) {} in CaseInfo() 52 : SC(S), Range(Range), State(St_Unchecked) {} in CaseInfo() 175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
|