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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneModule.cpp 74 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(),
76 GA->copyAttributesFrom(I);
77 VMap[I] = GA;
111 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]);
113 GA->setAliasee(MapValue(C, VMap));
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
VerifierTest.cpp 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C),
58 GA->setUnnamedAddr(true);
  /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/Target/BPF/
BPFISelLowering.cpp 490 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64);
492 return DAG.getNode(BPFISD::Wrapper, DL, MVT::i64, GA);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 146 const GlobalAddressSDNode * /*GA*/) const {
610 const auto *GA = cast<GlobalAddressSDNode>(Op);
612 assert(GA->getTargetFlags() == 0 &&
614 if (GA->getAddressSpace() != 0)
618 DAG.getTargetGlobalAddress(GA->getGlobal(), DL, VT, GA->getOffset()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 66 GA = chr(249) # Go Ahead
  /external/llvm/lib/AsmParser/
LLParser.cpp 780 std::unique_ptr<GlobalIndirectSymbol> GA;
782 GA.reset(GlobalAlias::create(Ty, AddrSpace,
786 GA.reset(GlobalIFunc::create(Ty, AddrSpace,
789 GA->setThreadLocalMode(TLM);
790 GA->setVisibility((GlobalValue::VisibilityTypes)Visibility);
791 GA->setDLLStorageClass((GlobalValue::DLLStorageClassTypes)DLLStorageClass);
792 GA->setUnnamedAddr(UnnamedAddr);
795 NumberedVals.push_back(GA.get());
799 if (GVal->getType() != GA->getType())
806 GVal->replaceAllUsesWith(GA.get())
    [all...]
  /external/python/cpython2/Lib/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /external/python/cpython3/Lib/
telnetlib.py 66 GA = bytes([249]) # Go Ahead
  /external/skia/src/core/
SkScalerContext.cpp 673 // GA is the matrix A with rotation removed.
674 SkMatrix GA;
677 // QR by Givens rotations. G is Q^T and GA is R. G is rotational (no reflections).
682 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
686 GA = G;
687 GA.preConcat(A);
697 GA = A;
707 if (SkScalarAbs(GA.get(SkMatrix::kMScaleX)) <= SK_ScalarNearlyZero ||
708 SkScalarAbs(GA.get(SkMatrix::kMScaleY)) <= SK_ScalarNearlyZero)
722 // At this point, given GA, create s
    [all...]
  /external/skqp/src/core/
SkScalerContext.cpp 679 // GA is the matrix A with rotation removed.
680 SkMatrix GA;
683 // QR by Givens rotations. G is Q^T and GA is R. G is rotational (no reflections).
688 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
692 GA = G;
693 GA.preConcat(A);
703 GA = A;
713 if (SkScalarAbs(GA.get(SkMatrix::kMScaleX)) <= SK_ScalarNearlyZero ||
714 SkScalarAbs(GA.get(SkMatrix::kMScaleY)) <= SK_ScalarNearlyZero)
728 // At this point, given GA, create s
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 595 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32);
597 return DAG.getNode(MBlazeISD::Wrap, dl, MVT::i32, GA);
    [all...]
  /external/swiftshader/third_party/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');
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /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
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 277 float GA;
281 GA = 0.274f;
284 GA = 0.592f;
287 GA = 1.97f;
290 float lux1 = GA * 207 * (als0 - (1.799 * als1)) * cpl;
291 float lux2 = GA * 207 * ((0.188f * als0) - (0.303 * als1)) * cpl;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 101 GA = to_bytes([249]) # Go Ahead
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 71 GlobalAlias *GA;
153 void scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee,
164 void mapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee);
835 E.Data.GlobalAliasee.GA->setAliasee(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 656 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i64,
663 SDValue Hi = DAG.getNode(AlphaISD::GPRelHi, dl, MVT::i64, GA,
665 SDValue Lo = DAG.getNode(AlphaISD::GPRelLo, dl, MVT::i64, GA, Hi);
668 return DAG.getNode(AlphaISD::RelLit, dl, MVT::i64, GA,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 1144 milliseconds

1 2 3