Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DSink.cpp30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove()
105 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction()
176 AAResults &AA) { in ProcessBlock()
213 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
232 auto &AA = AM.getResult<AAManager>(F); in run() local
253 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
DFlattenCFGPass.cpp40 AliasAnalysis *AA; member
45 bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { in iterativelyFlattenCFG()
99 AliasAnalysis *AA = &AM.getResult<AAManager>(F); in run() local
/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
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 …]
DFlattenCFGPass.cpp39 AliasAnalysis *AA; member
55 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { in iterativelyFlattenCFG()
DMergeICmps.cpp437 AliasAnalysis &AA) in BCECmpChain()
610 AliasAnalysis &AA, DomTreeUpdater &DTU) { in mergeComparisons()
678 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, in simplify()
794 bool processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, in processPhi()
864 const TargetTransformInfo &TTI, AliasAnalysis &AA, in runImpl()
906 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
937 auto &AA = AM.getResult<AAManager>(F); in run() local
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteKernelArguments.cpp35 AliasAnalysis *AA; member in __anon2ca4246e0111::AMDGPUPromoteKernelArguments
154 AliasAnalysis &AA) { in run()
190 AliasAnalysis &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
211 AliasAnalysis &AA = AM.getResult<AAManager>(F); in run() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup.cpp25 template <NonUniformVoteOp operation> struct AA struct
27 static void log_test(const WorkGroupParams &test_params, in log_test()
34 static void gen(cl_int *x, cl_int *t, cl_int *m, in gen()
77 static test_status chk(cl_int *x, cl_int *y, cl_int *mx, cl_int *my, in chk()
/external/clang/test/SemaObjC/
Dgetter-setter-defined-in-category-of-parent.m11 @interface MyParent(AA) { category
14 @implementation MyParent (AA) category
/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-16.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp80 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
94 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
140 Align FrameAlign, AAResults &AA) { in elideHeapAllocations()
301 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
388 AAResults &AA = AM.getResult<AAManager>(F); in run() 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/clang/test/CodeGenCXX/
Dvirtual-base-cast.cpp7 struct AA { int a; virtual int aa(); }; struct
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp3.cpp3 template <class T> struct AA { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp66 for (auto &AA : AAs) in AAResults() local
113 for (const auto &AA : AAs) { in alias() local
129 for (const auto &AA : AAs) in pointsToConstantMemory() local
139 for (const auto &AA : AAs) { in getArgModRefInfo() local
188 for (const auto &AA : AAs) { in getModRefInfo() local
255 for (const auto &AA : AAs) { in getModRefInfo() local
386 for (const auto &AA : AAs) { in getModRefBehavior() local
400 for (const auto &AA : AAs) { in getModRefBehavior() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DAliasAnalysis.cpp124 for (const auto &AA : AAs) { in alias() local
159 for (const auto &AA : AAs) { in getModRefInfoMask() local
173 for (const auto &AA : AAs) { in getArgModRefInfo() local
216 for (const auto &AA : AAs) { in getModRefInfo() local
269 for (const auto &AA : AAs) { in getModRefInfo() local
376 for (const auto &AA : AAs) { in getMemoryEffects() local
395 for (const auto &AA : AAs) { in getMemoryEffects() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_explicit_legacy_pb.rb14 module AA module
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_explicit_legacy_pb.rb14 module AA module

12345678910>>...14