HomeSort by relevance Sort by last modified time
    Searched defs:DA (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 34 DivergenceAnalysis *DA;
66 DA = &getAnalysis<DivergenceAnalysis>();
AMDGPUAnnotateUniformValues.cpp 32 DivergenceAnalysis *DA;
70 if (!DA->isUniform(Cond))
78 if (!DA->isUniform(Ptr))
94 DA = &getAnalysis<DivergenceAnalysis>();
SIAnnotateControlFlow.cpp 47 DivergenceAnalysis *DA;
170 return DA->isUniform(T->getCondition()) ||
381 DA = &getAnalysis<DivergenceAnalysis>();
  /system/chre/apps/chqts/src/shared/
dumb_allocator_test.cc 24 typedef nanoapp_testing::DumbAllocator<kAllocSize, kSlotCount> DA;
26 static void ExpectGoodAlloc(const DA &da, const void *ptr) {
28 EXPECT_TRUE(da.contains(ptr));
32 DA da; local
33 void *ptr = da.alloc(kAllocSize);
34 ExpectGoodAlloc(da, ptr);
35 EXPECT_TRUE(da.free(ptr));
39 DA da local
65 DA da; local
74 DA da; local
80 DA da; local
    [all...]
  /external/clang/test/SemaCXX/
warn-reinterpret-base-class.cpp 10 class DA : public A {
12 class DDA : public DA {
21 class DDVA : public virtual DA {
23 class DMA : public virtual A, public virtual DA { //expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n class DMA -> class A\n class DMA -> class DA -> class A}}
110 (void)*reinterpret_cast<DA *>(a);
111 (void)*reinterpret_cast<const DA *>(a);
112 (void)*reinterpret_cast<volatile DA *>(a);
113 (void)*reinterpret_cast<const volatile DA *>(a);
115 (void)*reinterpret_cast<const DA *>(ca)
    [all...]
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 321 public static class DA
324 @Inject private DA() {}
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.h 695 DA = (0 | 0 | 0) << 21, // decrement after
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
msp430-decode.c 82 #define DA(a) OP (0, MSP430_Operand_Indirect, MSR_None, a)
175 DA (x + ld->pc + ld->op_ptr - 2);
178 DA (x);
501 ID (MSO_mov); SR (srcr); DA ((dstr << 16) + IMMU(2));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 67 D8 = 3, D9 = 4, DA = 5, DB = 6,
880 case X86Local::DA:
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 205 for (NodeAddr<DefNode*> DA : TA.Addr->members_if(DefInSet, DFG)) {
206 auto QR = DA.Addr->getRegRef();
216 Ds.push_back(DA);
219 for (NodeAddr<DefNode*> DA : Ds) {
222 uint16_t Flags = DA.Addr->getFlags();
225 RRs.insert(DA.Addr->getRegRef());
246 const auto DA = DFG.addr<const DefNode*>(D);
247 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef))
248 DefRRs.insert(DA.Addr->getRegRef());
262 for (NodeAddr<DefNode*> DA : RDs)
    [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py 274 Help on class DA in module %s:
276 class DA(builtins.object)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 1005 DIArray DA = DCT.getTypeArray();
1006 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
1007 DIDescriptor D = DA.getElement(i);
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 237 DA = (0|0|0) << 21, // decrement after
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
TemplateBase.h 78 struct DA {
111 struct DA DeclArg;

Completed in 703 milliseconds

1 2