Home
last modified time | relevance | path

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

123456

/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() function
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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp47 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/
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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h161 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()
DMCSymbolXCOFF.h27 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
DMCSectionXCOFF.h43 XCOFF::SymbolType ST, XCOFF::StorageClass SC, SectionKind K, in MCSectionXCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp380 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/
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/jemalloc_new/src/
Dsz.c9 #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/
DVPlanValue.h54 : 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/
DTargetSchedule.h134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp32 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/
DMipsExpandPseudo.cpp82 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/
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
1028 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/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp110 SubChecker SC = in checkPreStmt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp178 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 …]

123456