Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h98 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
102 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
106 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
114 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h113 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
117 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/minix3/lib/libc/arch/sparc/gen/
H A Ddivrem.m492 define(SC, `%g5') macro
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp110 SubChecker SC = in checkPreStmt() local
H A DUnixAPIChecker.cpp360 SubChecker SC = in checkPreStmt() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h184 inline bool isLegalForFunction(StorageClass SC) { in isLegalForFunction()
189 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp42 SwitchCase *SC; member
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp316 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumer.get())) in InitializeSema() local
322 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumer.get())) in ForgetSema() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h344 explicit Stmt(StmtClass SC, EmptyShell) { in Stmt()
350 Stmt(StmtClass SC) { in Stmt()
653 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
657 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase()
665 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()
988 void setSwitchCaseList(SwitchCase *SC) { FirstCase = SC; } in setSwitchCaseList()
997 void addSwitchCase(SwitchCase *SC) { in addSwitchCase()
1410 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt()
1419 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : in AsmStmt()
H A DExpr.h108 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, in Expr()
122 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr()
2685 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr()
2709 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr()
2838 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, in ExplicitCastExpr()
2844 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
3106 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator()
3157 AbstractConditionalOperator(StmtClass SC, QualType T, in AbstractConditionalOperator()
3166 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) in AbstractConditionalOperator()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp263 const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx); in instr2instrSC() local
H A DMachineScheduler.cpp1614 const MCSchedClassDesc *SC = DAG->getSchedClass(&*I); in init() local
1695 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in checkHazard() local
1898 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in bumpNode() local
2123 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in initResourceDelta() local
H A DMachineTraceMetrics.cpp110 const MCSchedClassDesc *SC = SchedModel.resolveSchedClass(&MI); in getResources() local
1212 const MCSchedClassDesc *SC = Instrs[I]; in getResourceLength() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h268 SC, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp305 const std::vector<Record*> &SC = Set->getSuperClasses(); in expand() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dxcore-stringtype.c30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp146 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in Initialize() local
234 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in ~Sema() local
H A DDeclSpec.cpp494 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
1139 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish() local
H A DJumpDiagnostics.cpp515 for (SwitchCase *SC = SS->getSwitchCaseList(); SC; in VerifyJumps() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp679 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in addTaint() local
745 if (const SymbolCast *SC = dyn_cast<SymbolCast>(*SI)) in isTainted() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp542 CodeGenSchedClass &SC = getSchedClass(SCIdx); in collectSchedClasses() local
660 CodeGenSchedClass &SC = SchedClasses.back(); in addSchedClass() local
731 CodeGenSchedClass &SC = SchedClasses.back(); in createInstRWClass() local
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp602 if (Comdat *SC = SGV->getComdat()) { in materializeValueFor() local
1042 if (const Comdat *SC = SGV->getComdat()) { in linkGlobalValueProto() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp819 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(S->getRHS())) { in visitUDivExpr() local
1838 const SCEVConstant *SC = dyn_cast<SCEVConstant>(D->getRHS()); in follow() local
H A DScalarEvolution.cpp278 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(this)) in isZero() local
284 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(this)) in isOne() local
290 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(this)) in isAllOnesValue() local
302 const SCEVConstant *SC = dyn_cast<SCEVConstant>(Mul->getOperand(0)); in isNonConstantNegative() local
1088 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op)) in getTruncateExpr() local
1160 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op)) in getZeroExtendExpr() local
1417 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op)) in getSignExtendExpr() local
1602 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op)) in getAnyExtendExpr() local
7262 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(getStart())) in getNumIterationsInRange() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp1696 const char *VarDecl::getStorageClassSpecifierString(StorageClass SC) { in getStorageClassSpecifierString()
1713 StorageClass SC) in VarDecl()
1738 void VarDecl::setStorageClass(StorageClass SC) { in setStorageClass()
3805 StorageClass SC, in Create()

123