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

1 2 3 4 5 6

  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 90 for (GlobalAlias &GA : M.aliases())
91 if (Comdat *C = GA.getComdat())
92 ComdatMembers.insert(std::make_pair(C, &GA));
112 for (GlobalAlias &GA : M.aliases()) {
113 Changed |= RemoveUnusedGlobalValue(GA);
115 if (!GA.isDiscardableIfUnused())
116 GlobalIsNeeded(&GA);
147 for (GlobalAlias &GA : M.aliases())
148 if (!AliveGlobals.count(&GA)) {
149 DeadAliases.push_back(&GA);
    [all...]
Internalize.cpp 187 for (GlobalAlias &GA : M.aliases())
188 checkComdatVisibility(GA, ExternalComdats);
  /external/llvm/lib/Transforms/Utils/
SplitModule.cpp 43 if (auto GA = dyn_cast<GlobalAlias>(GV))
44 if (const GlobalObject *Base = GA->getBaseObject())
70 for (GlobalAlias &GA : M->aliases())
71 externalize(&GA);
CloneModule.cpp 99 auto *GA = GlobalAlias::create(I->getValueType(),
102 GA->copyAttributesFrom(&*I);
103 VMap[&*I] = GA;
153 GlobalAlias *GA = cast<GlobalAlias>(VMap[&*I]);
155 GA->setAliasee(MapValue(C, VMap));
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 126 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);
127 if (!GA) {
132 GVs.insert(GA);
144 for (Module::alias_iterator GA = M->alias_begin(), E = M->alias_end();
145 GA != E; GA++) {
146 if (RegEx.match(GA->getName())) {
147 GVs.insert(&*GA);
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 341 struct GA {
344 struct GB: public GA {};
345 struct GC: public virtual GA {
357 // CHECK-NEXT: 4 | (vtordisp for vbase GA)
358 // CHECK-NEXT: 8 | struct GA (virtual base)
359 // CHECK-NEXT: 8 | (GA vftable pointer)
363 // CHECK-NEXT: 16 | struct GA (primary base)
364 // CHECK-NEXT: 16 | (GA vftable pointer)
373 // CHECK-X64-NEXT: 12 | (vtordisp for vbase GA)
374 // CHECK-X64-NEXT: 16 | struct GA (virtual base
    [all...]
  /external/llvm/lib/IR/
Globals.cpp 58 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
60 if (const GlobalObject *GO = GA->getBaseObject())
102 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
104 if (const GlobalObject *GO = GA->getBaseObject())
112 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
114 if (const GlobalObject *GO = GA->getBaseObject())
Value.cpp 454 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
455 if (StripKind == PSK_ZeroIndices || GA->mayBeOverridden())
457 V = GA->getAliasee();
505 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
506 V = GA->getAliasee();
  /external/llvm/lib/Linker/
LinkModules.cpp 172 auto *GA = dyn_cast<GlobalAlias>(SGV);
173 if (GA) {
174 if (GA->hasWeakAnyLinkage())
176 const GlobalObject *GO = GA->getBaseObject();
348 if (const auto *GA = dyn_cast_or_null<GlobalAlias>(GVal)) {
349 GVal = GA->getBaseObject();
674 for (GlobalAlias &GA : SrcM.aliases())
675 processGlobalForThinLTO(GA);
698 for (GlobalAlias &GA : SrcM.aliases())
699 if (const Comdat *SC = GA.getComdat()
    [all...]
  /device/google/contexthub/firmware/src/drivers/ams_tmd2772/
ams_tmd2772.c 219 float GA;
223 GA = 0.274f;
226 GA = 0.592f;
229 GA = 1.97f;
232 float lux1 = GA * 207 * (als0 - (1.799 * als1)) * cpl;
233 float lux2 = GA * 207 * ((0.188f * als0) - (0.303 * als1)) * cpl;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 49 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
  /external/skia/src/core/
SkScalerContext.cpp 751 // GA is the matrix A with rotation removed.
752 SkMatrix GA;
759 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
763 GA = G;
764 GA.preConcat(A);
774 GA = A;
780 // At this point, given GA, create s.
783 s->fX = SkScalarAbs(GA.get(SkMatrix::kMScaleX));
784 s->fY = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
787 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY))
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/robolectric/v1/
Android.mk 57 robolectric-javassist:lib/main/javassist-3.14.0-GA.jar \
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 163 /// If GA aliases a function, the alias's name is matched as a function name
165 bool isIn(const GlobalAlias &GA, StringRef Category) const {
166 if (isIn(*GA.getParent(), Category))
169 if (isa<FunctionType>(GA.getType()->getElementType()))
170 return SCL->inSection("fun", GA.getName(), Category);
172 return SCL->inSection("global", GA.getName(), Category) ||
173 SCL->inSection("type", GetGlobalTypeString(GA), Category);
262 bool isInstrumented(const GlobalAlias *GA);
495 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
496 return !ABIList.isIn(*GA, "uninstrumented")
    [all...]
  /bionic/libc/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,

Completed in 688 milliseconds

1 2 3 4 5 6