Searched refs:SC (Results 51 - 75 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/groff/font/devdvi/generate/
H A DMakefile35 MI S SC EX SA SB
81 SC: $(srcdir)/textex.map
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp122 const MCSchedClassDesc *SC = SchedModel.resolveSchedClass(&MI); local
123 if (!SC->isValid())
127 PI = SchedModel.getWriteProcResBegin(SC),
128 PE = SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) {
1238 for (const MCSchedClassDesc *SC : Instrs) {
1239 if (!SC->isValid())
1242 PI = TE.MTM.SchedModel.getWriteProcResBegin(SC),
1243 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC);
H A DMachineScheduler.cpp1891 const MCSchedClassDesc *SC = DAG->getSchedClass(&SU); local
1892 RemIssueCount += SchedModel->getNumMicroOps(SU.getInstr(), SC)
1895 PI = SchedModel->getWriteProcResBegin(SC),
1896 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) {
2014 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); local
2016 make_range(SchedModel->getWriteProcResBegin(SC),
2017 SchedModel->getWriteProcResEnd(SC))) {
2219 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); local
2271 PI = SchedModel->getWriteProcResBegin(SC),
2272 PE = SchedModel->getWriteProcResEnd(SC); P
2456 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); local
[all...]
H A DMachineCombiner.cpp364 /// helper routine to convert instructions into SC
371 const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx);
372 InstrsSC.push_back(SC);
391 // Deal with SC rather than Instructions.
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp250 for (const ScheduleClass &SC : ScheduleClasses) {
253 OS << SC.ResourcesIdx << ", ";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1280 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg);
1296 if (Used[i+DB] && DC[DB+i] != SC[SB+i])
1339 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg);
1340 if (!usedBitsEqual(RD, RS) && !HBS::isEqual(DC, 0, SC, BN, BW))
1825 const BitTracker::RegisterCell &SC = BT.lookup(Reg);
1826 if (Pos+16 > SC.width())
1838 if (RC[i+B] != SC[i+Pos])
2146 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg);
2150 if (BW < W || !HBS::isEqual(RC, 0, SC, BN, W))
2233 const BitTracker::RegisterCell &SC
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h119 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, argument
121 : ValueStmt(SC)
134 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } argument
954 FullExpr(StmtClass SC, Expr *subexpr) argument
955 : Expr(SC, subexpr->getType(),
960 FullExpr(StmtClass SC, EmptyShell Empty) argument
961 : Expr(SC, Empty) {}
2590 static unsigned offsetToTrailingObjects(StmtClass SC);
2600 CallExpr(StmtClass SC, Exp
3161 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, Expr *op, unsigned BasePathSize) argument
3187 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) argument
3343 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, CastKind kind, Expr *op, unsigned PathSize, TypeSourceInfo *writtenTy) argument
3349 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
3643 BinaryOperator(StmtClass SC, EmptyShell Empty) argument
3695 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack, SourceLocation qloc, SourceLocation cloc) argument
3704 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) argument
[all...]
H A DExprCXX.h367 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, argument
372 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
375 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
376 : ExplicitCastExpr(SC, Shell, PathSize) {}
1211 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *Param, argument
1213 : Expr(SC,
1465 CXXConstructExpr(StmtClass SC, QualType Ty, SourceLocation Loc,
1473 CXXConstructExpr(StmtClass SC, EmptyShell Empty, unsigned NumArgs);
2855 OverloadExpr(StmtClass SC, const ASTContext &Context,
2864 OverloadExpr(StmtClass SC, EmptyShel
4623 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) argument
4637 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, Expr *Common) argument
4650 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1282 StorageClass SC = D->getStorageClass(); local
1283 if (SC != SC_None)
1284 OS << ' ' << VarDecl::getStorageClassSpecifierString(SC);
1372 StorageClass SC = D->getStorageClass(); local
1373 if (SC != SC_None)
1374 OS << ' ' << VarDecl::getStorageClassSpecifierString(SC);
H A DJSONNodeDumper.cpp753 StorageClass SC = VD->getStorageClass(); local
754 if (SC != SC_None)
755 JOS.attribute("storageClass", VarDecl::getStorageClassSpecifierString(SC));
787 StorageClass SC = FD->getStorageClass(); local
788 if (SC != SC_None)
789 JOS.attribute("storageClass", VarDecl::getStorageClassSpecifierString(SC));
H A DExprCXX.cpp448 OverloadExpr::OverloadExpr(StmtClass SC, const ASTContext &Context, argument
458 SC, Context.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
517 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, argument
519 : Expr(SC, Empty) {
1096 StmtClass SC, QualType Ty, SourceLocation Loc, CXXConstructorDecl *Ctor,
1101 : Expr(SC, Ty, VK_RValue, OK_Ordinary, Ty->isDependentType(),
1129 CXXConstructExpr::CXXConstructExpr(StmtClass SC, EmptyShell Empty, argument
1131 : Expr(SC, Empty), NumArgs(NumArgs) {}
1095 CXXConstructExpr( StmtClass SC, QualType Ty, SourceLocation Loc, CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp248 StringsAndChecksumsRef SC(ExpectedST->getStringTable(),
257 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp315 ArrayRef<std::pair<Record *, SMRange>> SC = Set->getSuperClasses();
316 for (const auto &SCPair : SC) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp418 const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID);
422 int ReadAdvance = STI.getReadAdvanceCycles(SC, RD.UseIndex, WriteResID);
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h168 int SC; /* starting column */ member in struct:WIND
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c88 #define hatm_free_txmbuf(SC) \
95 #define hatm_get_txmbuf(SC) \
103 #define hatm_free_txmbuf(SC) do { } while (0)
104 #define hatm_get_txmbuf(SC) do { } while (0)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h45 // This struct is defined as `SC` in include/dbicommon.h
220 SectionContrib SC; member in struct:llvm::ModuleInfoHeader
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp751 XCOFF::StorageClass SC = getStorageClass(); local
752 return (SC == XCOFF::C_EXT || SC == XCOFF::C_WEAKEXT ||
753 SC == XCOFF::C_HIDEXT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp248 case Mips::SC:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp84 case Mips::SC:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp714 StorageClass SC = demangleVariableStorageClass(MangledName); local
715 return demangleVariableEncoding(MangledName, SC);
843 StorageClass SC) {
847 VSN->SC = SC;
842 demangleVariableEncoding(StringView &MangledName, StorageClass SC) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp859 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(S->getRHS())) {
860 const APInt &RHS = SC->getAPInt();
1823 if (const auto *SC = dyn_cast<SCEVConstant>(D->getRHS()))
1825 return SC->getValue()->isZero();
2164 if (auto *SC = dyn_cast<SCEVConstant>(UDivExpr->getRHS()))
2165 if (SC->getAPInt().isPowerOf2()) {
2404 const SCEVConstant *SC = dyn_cast<SCEVConstant>(D->getRHS()); local
2405 if (!SC || SC->getValue()->isZero()) {
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm169 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
516 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
/freebsd-11-stable/sys/sparc64/sbus/
H A Dlsi64854.c238 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
243 (u_long)L64854_GCSR(SC)); \
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp267 static StringRef GetSymbolValueName(XCOFF::StorageClass SC) { argument
268 switch (SC) {

Completed in 523 milliseconds

123456