| /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| Transformer.cpp | 53 auto &AC = Iter->second; 57 AC.replace(*Result.SourceManager, T.Range, T.Replacement)) { 63 AC.addHeader(T.Replacement);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| MemCpyOptimizer.h | 46 AssumptionCache *AC = nullptr; 58 AAResults *AA, AssumptionCache *AC, DominatorTree *DT,
|
| NaryReassociate.h | 60 // ac = a + c 66 // In the first iteration, we cannot reassociate abc to ac+b because ab is used 180 AssumptionCache *AC;
|
| SROA.h | 68 AssumptionCache *AC = nullptr;
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| CheckSizeofPointer.cpp | 27 AnalysisDeclContext* AC; 30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) 31 : BR(br), Checker(checker), AC(ac) {} 65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC); 66 BR.EmitBasicReport(AC->getDecl(), Checker,
|
| CastToStructChecker.cpp | 29 AnalysisDeclContext *AC; 34 : BR(B), Checker(Checker), AC(A) {} 41 ASTContext &Ctx = AC->getASTContext(); 64 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC); 66 AC->getDecl(), Checker, "Cast from non-struct type to struct type", 96 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC); 97 BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type",
|
| ConversionChecker.cpp | 142 const auto &AC = C.getASTContext(); 149 const llvm::fltSemantics &Sema = AC.getFloatTypeSemantics(DestType); 152 RepresentsUntilExp = AC.getIntWidth(DestType); 166 unsigned CorrectedSrcWidth = AC.getIntWidth(SubType);
|
| ObjCContainersASTChecker.cpp | 30 AnalysisDeclContext* AC; 73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) 74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()), 143 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); 144 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
|
| CStringSyntaxChecker.cpp | 35 AnalysisDeclContext* AC; 104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) 105 : Checker(Checker), BR(BR), AC(AC) {} 223 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); 248 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| PHITransAddr.h | 46 AssumptionCache *AC; 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) 53 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
|
| DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : 43 F(F), AC(AC), DT(DT) {} 86 AssumptionCache ∾
|
| InstructionSimplify.h | 98 AssumptionCache *AC = nullptr; 116 AssumptionCache *AC = nullptr, 119 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), 316 const DominatorTree *DT = nullptr, AssumptionCache *AC = nullptr,
|
| LazyValueInfo.h | 33 AssumptionCache *AC = nullptr; 44 : AC(AC_), DL(DL_), TLI(TLI_) {} 46 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), PImpl(Arg.PImpl) { 51 AC = Arg.AC;
|
| LoopAnalysisManager.h | 54 AssumptionCache ∾
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/ |
| SLPVectorizer.h | 70 AssumptionCache *AC = nullptr;
|
| LoopVectorize.h | 150 AssumptionCache *AC;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| Mem2Reg.cpp | 36 AssumptionCache &AC) { 54 PromoteMemToReg(Allocas, DT, &AC); 63 auto &AC = AM.getResult<AssumptionAnalysis>(F); 64 if (!promoteMemoryToRegister(F, DT, AC)) 89 AssumptionCache &AC = 91 return promoteMemoryToRegister(F, DT, AC);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68851.h | 35 111 AC Access Control 74 #define AC (SCC+1) /* 55 */ 75 #define BAD (AC+1) /* 56,57,58,59, 60,61,62,63 */ 157 /* TC, CRP, DRP, SRP, CAL, VAL, SCC, AC */
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68851.h | 35 111 AC Access Control 74 #define AC (SCC+1) /* 55 */ 75 #define BAD (AC+1) /* 56,57,58,59, 60,61,62,63 */ 157 /* TC, CRP, DRP, SRP, CAL, VAL, SCC, AC */
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| InstSimplifyPass.cpp | 107 AssumptionCache *AC = 112 const SimplifyQuery SQ(DL, TLI, DT, AC); 137 auto &AC = AM.getResult<AssumptionAnalysis>(F); 140 const SimplifyQuery SQ(DL, &TLI, &DT, &AC);
|
| LoopInstSimplify.cpp | 52 AssumptionCache &AC, const TargetLibraryInfo &TLI, 55 SimplifyQuery SQ(DL, &TLI, &DT, &AC); 192 AssumptionCache &AC = 205 return simplifyLoopInst(*L, DT, LI, AC, TLI, 233 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI,
|
| LoopRotation.cpp | 64 LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, 119 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); 138 return LoopRotation(L, LI, TTI, AC, &DT, &SE,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| CodeExtractor.h | 93 AssumptionCache *AC; 122 AssumptionCache *AC = nullptr, 133 AssumptionCache *AC = nullptr, 147 AssumptionCache *AC);
|
| SimplifyCFGOptions.h | 33 AssumptionCache *AC = nullptr; 61 AC = Cache;
|
| /src/sys/arch/bebox/stand/boot/ |
| vreset.c | 428 u_char AC[21] = { 577 writeAttr(i, AC[i], 0); /* pallete */
|