Home
last modified time | relevance | path

Searched defs:AA (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/external/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/
Dnon-function-templates.cpp45 struct AA struct
48 struct B struct
73 return AA<T>::getB<T[2]>(); // expected-error{{no matching function for call to 'getB'}} in foo2() argument
/external/clang/test/CodeGen/
Ddecl-in-prototype.c3 const int AA = 5; variable
6 int f1(enum {AA,BB} E) { in f1()
12 int f2(enum {AA=7,BB} E) { in f2()
18 int f(void (*g)(), enum {AA,BB} h) { in f()
/external/llvm-project/clang/test/CodeGen/
Ddecl-in-prototype.c3 const int AA = 5; variable
6 int f1(enum {AA,BB} E) { in f1()
12 int f2(enum {AA=7,BB} E) { in f2()
18 int f(void (*g)(), enum {AA,BB} h) { in f()
/external/testng/src/test/java/test/tmp/
DAA.java8 public class AA { class
11 public AA() {} in AA() method in AA
13 public AA(int n) { in AA() method in AA
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSink.cpp35 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove()
109 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction()
180 AAResults &AA) { in ProcessBlock()
220 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
239 auto &AA = AM.getResult<AAManager>(F); in run() local
260 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
DFlattenCFGPass.cpp39 AliasAnalysis *AA; member
55 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { in iterativelyFlattenCFG()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove()
141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction()
201 AAResults &AA) { in ProcessBlock()
241 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
260 auto &AA = AM.getResult<AAManager>(F); in run() local
282 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
DDeadStoreElimination.cpp149 static MemoryLocation getLocForWrite(Instruction *Inst, AliasAnalysis &AA) { in getLocForWrite()
481 AliasAnalysis &AA) { in isPossibleSelfRead()
515 AliasAnalysis *AA) { in memoryIsNotModifiedBetween()
586 static bool handleFree(CallInst *F, AliasAnalysis *AA, in handleFree()
641 const DataLayout &DL, AliasAnalysis *AA, in removeAccessedObjects()
670 static bool handleEndBlock(BasicBlock &BB, AliasAnalysis *AA, in handleEndBlock()
823 AliasAnalysis *AA, MemoryDependenceResults *MD, in eliminateNoopStore()
866 static bool eliminateDeadStores(BasicBlock &BB, AliasAnalysis *AA, in eliminateDeadStores()
1023 static bool eliminateDeadStores(Function &F, AliasAnalysis *AA, in eliminateDeadStores()
1039 AliasAnalysis *AA = &AM.getResult<AAManager>(F); in run() local
[all …]
DFlattenCFGPass.cpp37 AliasAnalysis *AA; member
53 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { in iterativelyFlattenCFG()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove()
141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction()
200 AAResults &AA) { in ProcessBlock()
240 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
259 auto &AA = AM.getResult<AAManager>(F); in run() local
280 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
DFlattenCFGPass.cpp39 AliasAnalysis *AA; member
55 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { in iterativelyFlattenCFG()
DDeadStoreElimination.cpp362 AliasAnalysis &AA, in isOverwrite()
556 AliasAnalysis &AA) { in isPossibleSelfRead()
600 AliasAnalysis *AA) { in memoryIsNotModifiedBetween()
669 static bool handleFree(CallInst *F, AliasAnalysis *AA, in handleFree()
732 const DataLayout &DL, AliasAnalysis *AA, in removeAccessedObjects()
762 static bool handleEndBlock(BasicBlock &BB, AliasAnalysis *AA, in handleEndBlock()
1017 static bool removePartiallyOverlappedStores(AliasAnalysis *AA, in removePartiallyOverlappedStores()
1042 AliasAnalysis *AA, MemoryDependenceResults *MD, in eliminateNoopStore()
1089 static bool eliminateDeadStores(BasicBlock &BB, AliasAnalysis *AA, in eliminateDeadStores()
1339 static bool eliminateDeadStores(Function &F, AliasAnalysis *AA, in eliminateDeadStores()
[all …]
/external/llvm-project/clang/test/Index/
Dgetcursor-preamble.h2 struct AA { struct
3 int x;
/external/clang/test/Index/
Dgetcursor-preamble.h2 struct AA { struct
3 int x;
/external/clang/test/Sema/
Ddecl-in-prototype.c3 const int AA = 5; variable
5 int f1(enum {AA,BB} E) { // expected-warning {{will not be visible outside of this function}} in f1()
9 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}} in f2()
/external/llvm-project/clang/test/Sema/
Ddecl-in-prototype.c5 const int AA = 5; variable
7 int f1(enum {AA,BB} E) { // expected-warning {{will not be visible outside of this function}} in f1()
13 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}} in f2()
51 void enum_in_fun_in_fun(void (*fp)(enum { AA, BB } e)) { // expected-warning {{will not be visible}} in enum_in_fun_in_fun()
/external/llvm-project/clang/test/SemaObjC/
Dgetter-setter-defined-in-category-of-parent.m11 @interface MyParent(AA) { category
14 @implementation MyParent (AA) category
/external/clang/test/SemaObjC/
Dgetter-setter-defined-in-category-of-parent.m11 @interface MyParent(AA) { category
14 @implementation MyParent (AA) category
/external/llvm-project/clang/test/SemaCXX/
Drecovery-expr-type.cpp50 struct AA { struct
52 static constexpr int getB() { // expected-note{{candidate template ignored}} in getB()
55 static constexpr int foo2() { in foo2()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp57 for (auto &AA : AAs) in AAResults() local
78 for (const auto &AA : AAs) { in alias() local
88 for (const auto &AA : AAs) in pointsToConstantMemory() local
98 for (const auto &AA : AAs) { in getArgModRefInfo() local
130 for (const auto &AA : AAs) { in getModRefInfo() local
185 for (const auto &AA : AAs) { in getModRefInfo() local
283 for (const auto &AA : AAs) { in getModRefBehavior() local
297 for (const auto &AA : AAs) { in getModRefBehavior() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp69 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
79 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
109 void Lowerer::elideHeapAllocations(Function *F, Type *FrameTy, AAResults &AA) { in elideHeapAllocations()
191 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
317 AAResults &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp72 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
82 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
126 Align FrameAlign, AAResults &AA) { in elideHeapAllocations()
282 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
384 AAResults &AA = AM.getResult<AAManager>(F); in run() local
424 AAResults &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup.cpp25 template <NonUniformVoteOp operation> struct AA struct
27 static void gen(cl_int *x, cl_int *t, cl_int *m, in gen()
71 static int chk(cl_int *x, cl_int *y, cl_int *mx, cl_int *my, cl_int *m, in chk()
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
Dp8.cpp56 int AA, BB; // none of the below lookups should ever consider these variable
59 using AA = void; typedef
70 using AA = void; typedef
121 void A<T>::B<AA>::f(AA) { in f() argument
133 void A<AA>::B<U>::h(AA) { // expected-error {{does not match}} in h() argument
/external/llvm-project/clang/test/CodeGenCXX/
Dvirtual-base-cast.cpp7 struct AA { int a; virtual int aa(); }; struct

12345678910>>...16