Home
last modified time | relevance | path

Searched refs:AC (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h55 AssumptionCache *AC = nullptr,
64 AssumptionCache *AC = nullptr,
73 AssumptionCache *AC = nullptr,
82 AssumptionCache *AC = nullptr,
91 AssumptionCache *AC = nullptr,
99 AssumptionCache *AC = nullptr,
107 AssumptionCache *AC = nullptr,
115 AssumptionCache *AC = nullptr,
124 AssumptionCache *AC = nullptr,
132 AssumptionCache *AC = nullptr,
[all …]
DBasicAliasAnalysis.h43 AssumptionCache ∾ variable
49 AssumptionCache &AC, DominatorTree *DT = nullptr,
51 : AAResultBase(TLI), DL(DL), AC(AC), DT(DT), LI(LI) {} in AAResultBase()
54 : AAResultBase(Arg), DL(Arg.DL), AC(Arg.AC), DT(Arg.DT), LI(Arg.LI) {} in BasicAAResult()
56 : AAResultBase(std::move(Arg)), DL(Arg.DL), AC(Arg.AC), DT(Arg.DT), in BasicAAResult()
137 const DataLayout &DL, unsigned Depth, AssumptionCache *AC,
144 AssumptionCache *AC, DominatorTree *DT);
156 AssumptionCache *AC, DominatorTree *DT);
DValueTracking.h47 AssumptionCache *AC = nullptr,
57 AssumptionCache *AC = nullptr,
65 AssumptionCache *AC = nullptr,
76 AssumptionCache *AC = nullptr,
85 AssumptionCache *AC = nullptr,
91 AssumptionCache *AC = nullptr,
98 AssumptionCache *AC = nullptr,
112 unsigned Depth = 0, AssumptionCache *AC = nullptr,
125 unsigned Depth = 0, AssumptionCache *AC = nullptr,
320 AssumptionCache *AC,
[all …]
DPHITransAddr.h47 AssumptionCache *AC; variable
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) { in PHITransAddr()
/external/icu/icu4c/source/samples/uciter8/
Duciter8.sln3 …-11D0-8D11-00A0C91BC942}") = "uciter8", "uciter8.vcxproj", "{94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}"
13 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|Win32.ActiveCfg = Debug|Win32
14 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|Win32.Build.0 = Debug|Win32
15 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|x64.ActiveCfg = Debug|Win32
16 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Debug|x64.Build.0 = Debug|Win32
17 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|Win32.ActiveCfg = Release|Win32
18 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|Win32.Build.0 = Release|Win32
19 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|x64.ActiveCfg = Release|Win32
20 {94379DD9-E6CC-47AC-8E62-0A4ABD8EB121}.Release|x64.Build.0 = Release|Win32
/external/llvm/test/CodeGen/Mips/
Dmadd-msub.ll21 ; DSP-DAG: mtlo $6, $[[AC:ac[0-3]+]]
22 ; DSP-DAG: madd $[[AC]], ${{[45]}}, ${{[45]}}
23 ; DSP-DAG: mfhi $2, $[[AC]]
24 ; DSP-DAG: mflo $3, $[[AC]]
67 ; DSP-DAG: mtlo $6, $[[AC:ac[0-3]+]]
68 ; DSP-DAG: maddu $[[AC]], ${{[45]}}, ${{[45]}}
69 ; DSP-DAG: mfhi $2, $[[AC]]
70 ; DSP-DAG: mflo $3, $[[AC]]
104 ; DSP-DAG: mthi $6, $[[AC:ac[0-3]+]]
105 ; DSP-DAG: mtlo $7, $[[AC]]
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp64 AnalysisDeclContext* AC; member in __anon04f2d3540111::WalkAST
74 : BR(br), AC(ac), II_setid(), in WalkAST()
293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC); in checkLoopConditionForFloat()
294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat()
328 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_gets()
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_getpw()
369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
409 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_mktemp()
410 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
[all …]
DIdenticalExprChecker.cpp40 AnalysisDeclContext *AC; member in __anon0505dcf60111::FindIdenticalExprVisitor
45 : BR(B), Checker(Checker), AC(A) {} in FindIdenticalExprVisitor()
72 BR.EmitBasicReport(AC->getDecl(), Checker, in reportIdenticalExpr()
92 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) { in checkBitwiseOrLogicalOp()
100 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) { in checkBitwiseOrLogicalOp()
119 …if (InnerIf && isIdenticalStmt(AC->getASTContext(), I->getCond(), InnerIf->getCond(), /*ignoreSide… in VisitIfStmt()
120 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC); in VisitIfStmt()
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt()
141 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) { in VisitIfStmt()
143 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt()
[all …]
DCheckSizeofPointer.cpp28 AnalysisDeclContext* AC; member in __anon1e2a10c40111::WalkAST
32 : BR(br), Checker(checker), AC(ac) {} in WalkAST()
66 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC); in VisitUnaryExprOrTypeTraitExpr()
67 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitUnaryExprOrTypeTraitExpr()
DObjCContainersASTChecker.cpp31 AnalysisDeclContext* AC; member in __anonb60785060111::WalkAST
76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()), in WalkAST()
145 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in VisitCallExpr()
146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(), in VisitCallExpr()
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp130 AssumptionCache *AC, in iterativelySimplifyCFG() argument
139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) { in iterativelySimplifyCFG()
150 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG() argument
153 EverChanged |= iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold); in simplifyFunctionCFG()
167 EverChanged = iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold); in simplifyFunctionCFG()
183 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
185 if (!simplifyFunctionCFG(F, TTI, &AC, BonusInstThreshold)) in run()
210 AssumptionCache *AC = in runOnFunction() local
214 return simplifyFunctionCFG(F, TTI, AC, BonusInstThreshold); in runOnFunction()
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dconst_first_const_second.pass.cpp29 class AC class
33 constexpr AC(int data) : data_(data) {} in AC() function in AC
35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;} in operator ==()
62 typedef std::pair<AC, int> P; in main()
64 static_assert(p.first == AC(1), ""); in main()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp52 AssumptionCache *AC; member
58 : DL(DL), TLI(tli), DT(dt), AC(ac), CxtI(cxti) {} in Query()
587 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst() argument
589 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI), in SimplifyAddInst()
780 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst() argument
782 return ::SimplifySubInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI), in SimplifySubInst()
960 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst() argument
962 return ::SimplifyFAddInst(Op0, Op1, FMF, Query(DL, TLI, DT, AC, CxtI), in SimplifyFAddInst()
969 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst() argument
971 return ::SimplifyFSubInst(Op0, Op1, FMF, Query(DL, TLI, DT, AC, CxtI), in SimplifyFSubInst()
[all …]
/external/autotest/client/site_tests/power_ProbeDriver/
Dcontrol11 PURPOSE = "Confirm that AC driver is loaded and functioning."
13 Plug AC before run this test.
16 - Find exactly one AC.
17 - AC is online.
29 This is a sample test that probes sysfs and makes sure that AC driver
Dcontrol.probe_ac11 PURPOSE = "Confirm that AC driver is loaded and functioning."
13 Plug AC before run this test.
16 - Find exactly one AC.
17 - AC is online.
29 This is a sample test that probes sysfs and makes sure that AC driver
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.probe_ac11 PURPOSE = "Confirm that AC driver is loaded and functioning."
13 Plug AC before run this test.
16 - Find exactly one AC.
17 - AC is online.
29 This is a sample test that probes sysfs and makes sure that AC driver
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp408 LazyCallGraph::SCC &AC = *CG.lookupSCC(A); in TEST() local
412 EXPECT_TRUE(AC.isAncestorOf(BC)); in TEST()
413 EXPECT_TRUE(AC.isAncestorOf(CC)); in TEST()
414 EXPECT_TRUE(AC.isAncestorOf(DC)); in TEST()
415 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
420 AC.insertOutgoingEdge(A, D); in TEST()
422 EXPECT_TRUE(AC.isParentOf(DC)); in TEST()
423 EXPECT_EQ(&AC, CG.lookupSCC(A)); in TEST()
465 LazyCallGraph::SCC &AC = *CG.lookupSCC(A1); in TEST() local
469 ASSERT_EQ(&AC, CG.lookupSCC(A2)); in TEST()
[all …]
/external/llvm/tools/llvm-config/
Dllvm-config.cpp66 AvailableComponent *AC = ComponentMap.lookup(Name); in VisitComponent() local
67 assert(AC && "Invalid component name!"); in VisitComponent()
70 if (!VisitedComponents.insert(AC).second) { in VisitComponent()
76 if (!AC->IsInstalled && !IncludeNonInstalled) in VisitComponent()
80 for (unsigned i = 0; AC->RequiredLibraries[i]; ++i) { in VisitComponent()
81 VisitComponent(AC->RequiredLibraries[i], ComponentMap, VisitedComponents, in VisitComponent()
92 if (AC->Library) { in VisitComponent()
94 *HasMissing = !sys::fs::exists(*ActiveLibDir + "/" + AC->Library); in VisitComponent()
96 RequiredLibs.push_back(AC->Library); in VisitComponent()
118 AvailableComponent *AC = &AvailableComponents[i]; in ComputeLibsForComponents() local
[all …]
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp104 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) { in CheckUnreachable() argument
112 if (!S.getSourceManager().isInMainFile(AC.getDecl()->getLocStart())) in CheckUnreachable()
116 reachable_code::FindUnreachableCode(AC, S.getPreprocessor(), UC); in CheckUnreachable()
255 const Stmt *Body, AnalysisDeclContext &AC) { in checkRecursiveFunction() argument
264 CFG *cfg = AC.getCFG(); in checkRecursiveFunction()
297 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough() argument
298 CFG *cfg = AC.getCFG(); in CheckFallThrough()
307 bool AddEHEdges = AC.getAddEHEdges(); in CheckFallThrough()
517 AnalysisDeclContext &AC) { in CheckFallThroughForBody() argument
549 switch (CheckFallThrough(AC)) { in CheckFallThroughForBody()
[all …]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
Dp3.cpp34 namespace AC { namespace
40 if (AC::i) in test2()
41 AC::f(); in test2()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h143 AssumptionCache *AC; variable
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() argument
147 : Worklist(WL), AC(AC) {} in InstCombineIRInserter()
156 AC->registerAssumption(cast<CallInst>(I)); in InsertHelper()
185 AssumptionCache *AC; variable
199 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner() argument
202 AA(AA), AC(AC), TLI(TLI), DT(DT), DL(DL), LI(LI), MadeIRChange(false) {} in InstCombiner()
209 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache()
473 return llvm::computeKnownBits(V, KnownZero, KnownOne, DL, Depth, AC, CxtI, in computeKnownBits()
479 return llvm::MaskedValueIsZero(V, Mask, DL, Depth, AC, CxtI, DT);
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-alias-template.cpp27 Alloc<int> AC; in z() local
28 h(AC); in z()
31 h<Alloc>(AC); in z()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationTest-3.2.0.txt63AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 …
393 03AC;03AC;03B1 0301;03AC;03B1 0301;
896 1F71;03AC;03B1 0301;03AC;03B1 0301;
1221 22AC;22AC;22A2 0338;22AC;22A2 0338;
1311 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029;
1474 2F5D;2F5D;2F5D;72AC;72AC;
1567 2FBA;2FBA;2FBA;99AC;99AC;
1630 30AC;30AC;30AB 3099;30AC;30AB 3099;
1666 3135;3135;3135;11AC;11AC;
1922 32AC;32AC;32AC;76E3;76E3;
[all …]
/external/icu/icu4c/source/test/testdata/
DNormalizationTest-3.2.0.txt66AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 …
396 03AC;03AC;03B1 0301;03AC;03B1 0301;
899 1F71;03AC;03B1 0301;03AC;03B1 0301;
1224 22AC;22AC;22A2 0338;22AC;22A2 0338;
1314 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029;
1477 2F5D;2F5D;2F5D;72AC;72AC;
1570 2FBA;2FBA;2FBA;99AC;99AC;
1633 30AC;30AC;30AB 3099;30AC;30AB 3099;
1669 3135;3135;3135;11AC;11AC;
1925 32AC;32AC;32AC;76E3;76E3;
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DNormalizationTest-3.2.0.txt63AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 …
393 03AC;03AC;03B1 0301;03AC;03B1 0301;
896 1F71;03AC;03B1 0301;03AC;03B1 0301;
1221 22AC;22AC;22A2 0338;22AC;22A2 0338;
1311 24AC;24AC;24AC;0028 0071 0029;0028 0071 0029;
1474 2F5D;2F5D;2F5D;72AC;72AC;
1567 2FBA;2FBA;2FBA;99AC;99AC;
1630 30AC;30AC;30AB 3099;30AC;30AB 3099;
1666 3135;3135;3135;11AC;11AC;
1922 32AC;32AC;32AC;76E3;76E3;
[all …]

12345678910>>...16