HomeSort by relevance Sort by last modified time
    Searched refs:GA (Results 26 - 50 of 86) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-14/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/8/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/8/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/8/platforms/android-9/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/8/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/9/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/9/platforms/android-14/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/9/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/9/platforms/android-18/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/9/platforms/android-18/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/9/platforms/android-18/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/9/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/9/platforms/android-9/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/9/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,
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.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...]
XCoreISelLowering.h 134 SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 415 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
416 return visitGlobalAlias(*GA);
535 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) {
536 if (GA.mayBeOverridden())
538 return compute(GA.getAliasee());
ValueTracking.cpp 301 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
302 if (GA->mayBeOverridden()) {
305 ComputeMaskedBits(GA->getAliasee(), KnownZero, KnownOne, TD, Depth+1);
    [all...]
  /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');
GlobalOpt.cpp     [all...]
  /external/llvm/lib/IR/
Value.cpp 370 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
371 if (StripKind == PSK_ZeroIndices || GA->mayBeOverridden())
373 V = GA->getAliasee();
AsmWriter.cpp 412 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
413 return new SlotTracker(GA->getParent());
    [all...]
  /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/include/llvm/Analysis/
MemoryBuiltins.h 196 SizeOffsetType visitGlobalAlias(GlobalAlias &GA);

Completed in 1596 milliseconds

12 3 4