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

12 3

  /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,
  /prebuilts/ndk/7/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/8/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/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,
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 761 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "",
764 GA->takeName(G);
765 GA->setVisibility(G->getVisibility());
767 G->replaceAllUsesWith(GA);
770 DEBUG(dbgs() << "writeAlias: " << GA->getName() << '\n');
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 246 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(&GV)) {
247 const GlobalValue *AliasedGV = GA->getAliasedGlobal();
  /external/llvm/lib/VMCore/
AsmWriter.cpp 404 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
405 return new SlotTracker(GA->getParent());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 198 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 131 SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 301 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
302 if (GA->mayBeOverridden()) {
305 ComputeMaskedBits(GA->getAliasee(), KnownZero, KnownOne, TD, Depth+1);
    [all...]
InlineCost.cpp 758 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
759 if (GA->mayBeOverridden())
761 V = GA->getAliasee();
    [all...]
BasicAliasAnalysis.cpp 246 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
247 if (!GA->mayBeOverridden()) {
248 V = GA->getAliasee();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 597 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32);
599 return DAG.getNode(MBlazeISD::Wrap, dl, MVT::i32, GA);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 354 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 1238 milliseconds

12 3