HomeSort by relevance Sort by last modified time
    Searched refs:GS (Results 1 - 25 of 287) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/amd64-darwin/
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/amd64-linux/
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/x86-darwin/
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/x86-linux/
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS,
54 GS.StoredType = GlobalStatus::StoredOnce;
59 GS.HasNonInstructionUser = true;
66 if (analyzeGlobalAux(CE, GS, PhiUsers))
69 if (!GS.HasMultipleAccessingFunctions) {
71 if (!GS.AccessingFunction)
72 GS.AccessingFunction = F;
73 else if (GS.AccessingFunction != F)
74 GS.HasMultipleAccessingFunctions = true;
77 GS.IsLoaded = true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reg.h 35 #define GS 10
  /bionic/libc/include/sys/
reg.h 46 #define GS 10
82 #define GS 26
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 54 # define GS 26
70 # define GS 10
  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /external/strace/linux/i386/
userent.h 11 XLAT(4*GS),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
GlobalStatus.h 80 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /external/freetype/src/truetype/
ttinterp.c 418 exec->GS = size->GS;
538 exec->GS.gep0 = 1;
539 exec->GS.gep1 = 1;
540 exec->GS.gep2 = 1;
542 exec->GS.projVector.x = 0x4000;
543 exec->GS.projVector.y = 0x0000;
545 exec->GS.freeVector = exec->GS.projVector;
546 exec->GS.dualVector = exec->GS.projVector
    [all...]

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>