Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A 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
H A DSystemZMachineScheduler.cpp255 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); in releaseTopNode() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h167 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
171 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
175 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
183 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
205 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
H A DMCSymbolXCOFF.h37 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-registry.cpp24 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration()
32 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
H A Dllvm-xray.cpp30 for (auto *SC : cl::getRegisteredSubcommands()) { in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.cpp117 if (const SwitchCase *SC = dyn_cast<SwitchCase>(SubStmt)) in BuildScopeInformation() local
144 for (const SwitchCase *SC = SS->getSwitchCaseList(); SC; in Detect() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp87 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in addTaint() local
113 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in removeTaint() local
223 if (const auto *SC = dyn_cast<SymbolCast>(*SI)) { in isTainted() local
H A DMacOSXAPIChecker.cpp159 SubChecker SC = in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp33 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
49 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/netbsd-src/lib/libc/arch/sparc/gen/
H A Ddivrem.m492 define(SC, `%g5') macro
/netbsd-src/sys/lib/libkern/arch/sparc64/
H A Ddivrem.m496 define(SC, `%g5') macro
/netbsd-src/sys/lib/libkern/arch/sparc/
H A Ddivrem.m492 define(SC, `%g5') macro
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h156 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
274 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp101 codeview::StringsAndChecksumsRef &SC) { in initializeFileAndStringTable()
139 codeview::StringsAndChecksumsRef SC; in dumpSections() local
/netbsd-src/sys/arch/sgimips/dev/
H A Dscnvar.h77 #define SCN_OP_BIS(SC,VAL) ((SC)->sc_duart->base[DU_OPSET] = (VAL)) argument
78 #define SCN_OP_BIC(SC,VAL) ((SC)->sc_duart->base[DU_OPCLR] = (VAL)) argument
80 #define SCN_DCD(SC) (((SC)->sc_duart->base[DU_IP] & (SC)->sc_ip_dcd) == 0) argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp227 for (auto &SC : SectionContribs) in visitSectionContributions() local
231 for (auto &SC : SectionContribs2) in visitSectionContributions() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.h124 codeview::StringsAndChecksumsRef SC; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h82 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
/netbsd-src/sys/arch/sun3/dev/
H A Ddma.c151 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \ argument
/netbsd-src/external/gpl2/groff/dist/font/devdvi/generate/
H A DMakefile81 SC: $(srcdir)/textex.map target

123456