/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 98 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 D | TargetSchedule.h | 113 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 D | divrem.m4 | 92 define(SC, `%g5') macro
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MacOSXAPIChecker.cpp | 110 SubChecker SC = in checkPreStmt() local
|
H A D | UnixAPIChecker.cpp | 360 SubChecker SC = in checkPreStmt() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Specifiers.h | 184 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 D | TransProtectedScope.cpp | 42 SwitchCase *SC; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 316 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 D | Stmt.h | 344 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 D | Expr.h | 108 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 D | MachineCombiner.cpp | 263 const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx); in instr2instrSC() local
|
H A D | MachineScheduler.cpp | 1614 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 D | MachineTraceMetrics.cpp | 110 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 D | PPCISelLowering.h | 268 SC, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 305 const std::vector<Record*> &SC = Set->getSuperClasses(); in expand() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 30 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 D | Sema.cpp | 146 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in Initialize() local 234 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in ~Sema() local
|
H A D | DeclSpec.cpp | 494 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 1139 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish() local
|
H A D | JumpDiagnostics.cpp | 515 for (SwitchCase *SC = SS->getSwitchCaseList(); SC; in VerifyJumps() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 679 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 D | CodeGenSchedule.cpp | 542 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 D | LinkModules.cpp | 602 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 D | ScalarEvolutionExpander.cpp | 819 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 D | ScalarEvolution.cpp | 278 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 D | Decl.cpp | 1696 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()
|