HomeSort by relevance Sort by last modified time
    Searched refs:GA (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-19/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-19/arch-arm64/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-19/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-19/arch-mips64/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-19/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-19/arch-x86_64/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/IR/
Module.cpp 446 for (GlobalAlias &GA : aliases())
447 GA.dropAllReferences();
Verifier.cpp 258 void visitGlobalAlias(const GlobalAlias &GA);
497 void Verifier::visitAliaseeSubExpr(const GlobalAlias &GA, const Constant &C) {
499 Visited.insert(&GA);
500 visitAliaseeSubExpr(Visited, GA, C);
504 const GlobalAlias &GA, const Constant &C) {
506 Assert1(!GV->isDeclaration(), "Alias must point to a definition", &GA);
509 Assert1(Visited.insert(GA2), "Aliases cannot form a cycle", &GA);
512 &GA);
526 visitAliaseeSubExpr(Visited, GA, *GA2->getAliasee());
528 visitAliaseeSubExpr(Visited, GA, *C2)
    [all...]
AsmWriter.cpp 415 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
416 return new SlotTracker(GA->getParent());
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 256 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA,
260 SDLoc dl(GA);
263 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
268 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
270 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
295 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset);
296 GA = getGlobalAddressWrapper(GA, GV, DAG);
300 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining)
    [all...]
XCoreISelLowering.h 145 SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 426 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
427 return visitGlobalAlias(*GA);
546 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) {
547 if (GA.mayBeOverridden())
549 return compute(GA.getAliasee());
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 373 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
452 SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA,
454 SDValue LowerToTLSExecModels(GlobalAddressSDNode *GA,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 258 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
265 GA &&
266 !GA->getGlobal()->isDeclaration() &&
267 !GA->getGlobal()->isWeakForLinker())
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 222 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
226 // GA is the matrix A with rotation removed.
227 SkMatrix GA(G);
228 GA.preConcat(A);
233 SkScalar realTextSize = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
320 SkMatrix GsA(GA);
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 202 SizeOffsetType visitGlobalAlias(GlobalAlias &GA);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 86 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 222 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
226 // GA is the matrix A with rotation removed.
227 SkMatrix GA(G);
228 GA.preConcat(A);
233 SkScalar realTextSize = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
320 SkMatrix GsA(GA);
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 227 static const llvm::GlobalObject *getAliasedGlobal(const llvm::GlobalAlias &GA) {
229 const llvm::Constant *C = &GA;
286 if (auto GA = dyn_cast<llvm::GlobalAlias>(AliaseeGV)) {
287 if (GA->mayBeOverridden()) {
289 << GV->getName() << GA->getName();
291 GA->getAliasee(), Alias->getType());
    [all...]

Completed in 837 milliseconds

1 23 4 5