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

1 2

  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 70 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(),
72 GA->copyAttributesFrom(I);
73 VMap[I] = GA;
107 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]);
109 GA->setAliasee(MapValue(C, VMap));
  /external/llvm/unittests/IR/
VerifierTest.cpp 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C),
58 GA->setUnnamedAddr(true);
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 116 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);
117 if (!GA) {
122 GVs.insert(GA);
134 for (Module::alias_iterator GA = M->alias_begin(), E = M->alias_end();
135 GA != E; GA++) {
136 if (RegEx.match(GA->getName())) {
137 GVs.insert(&*GA);
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 773 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "",
776 GA->takeName(G);
777 GA->setVisibility(G->getVisibility());
779 G->replaceAllUsesWith(GA);
782 DEBUG(dbgs() << "writeAlias: " << GA->getName() << '\n');
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 28 MaxNumOfUsesForConstExtenders("ga-max-num-uses-for-constant-extenders",
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /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-9/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 241 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
248 GA &&
249 !GA->getGlobal()->isDeclaration() &&
250 !GA->getGlobal()->isWeakForLinker())
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 226 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
230 SDLoc dl(GA);
233 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
234 UnderlyingGV = GA->resolveAliasedGlobal();
237 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
238 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
240 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
252 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset);
253 GA = getGlobalAddressWrapper(GA, GV, DAG)
    [all...]
  /external/tcpdump/
telnet.h 52 #define GA 249 /* you may reverse the line */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/5/platforms/android-9/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/6/platforms/android-9/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/6/platforms/android-9/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/7/platforms/android-14/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/7/platforms/android-14/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/7/platforms/android-9/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,

Completed in 840 milliseconds

1 2