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

1 2 34 5

  /external/llvm/lib/Analysis/
ValueTracking.cpp 300 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
301 if (GA->mayBeOverridden()) {
304 computeKnownBits(GA->getAliasee(), KnownZero, KnownOne, TD, Depth+1);
    [all...]
BasicAliasAnalysis.cpp 303 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
304 if (!GA->mayBeOverridden()) {
305 V = GA->getAliasee();
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 29 MaxNumOfUsesForConstExtenders("ga-max-num-uses-for-constant-extenders",
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 394 GA(new String[]{
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 903 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
907 // GA is the matrix A with rotation removed.
908 SkMatrix GA(G);
909 GA.preConcat(A);
911 sx = SkScalarAbs(GA.get(SkMatrix::kMScaleX));
912 sy = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
    [all...]
SkFontHost_win.cpp 640 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
644 // GA is the matrix A with rotation removed.
645 SkMatrix GA(G);
646 GA.preConcat(A);
651 SkScalar realTextSize = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
671 SkMatrix GsA(GA);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 252 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 903 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
907 // GA is the matrix A with rotation removed.
908 SkMatrix GA(G);
909 GA.preConcat(A);
911 sx = SkScalarAbs(GA.get(SkMatrix::kMScaleX));
912 sy = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
    [all...]
SkFontHost_win.cpp 640 // G is the Givens Matrix for A (rotational matrix where GA[0][1] == 0).
644 // GA is the matrix A with rotation removed.
645 SkMatrix GA(G);
646 GA.preConcat(A);
651 SkScalar realTextSize = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
671 SkMatrix GsA(GA);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 783 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey))
784 ComdatKey = GA->getBaseObject();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 692 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
694 if (GlobalValue *GV = getSimpleAliasee(GA->getAliasee()))
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 751 std::unique_ptr<GlobalAlias> GA(
754 GA->setThreadLocalMode(TLM);
755 GA->setVisibility((GlobalValue::VisibilityTypes)Visibility);
756 GA->setDLLStorageClass((GlobalValue::DLLStorageClassTypes)DLLStorageClass);
757 GA->setUnnamedAddr(UnnamedAddr);
771 if (Val->getType() != GA->getType())
777 Val->replaceAllUsesWith(GA.get());
783 M->getAliasList().push_back(GA.get());
784 assert(GA->getName() == Name && "Should not be a name conflict!");
787 GA.release()
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 27 function Kc(){var a;hv[a=++iv]=Kc;jv[a]=GA+Ax,Ic(this);iv=a-1}
36 function Ek(a,b){var c;hv[c=++iv]=Ek;(jv[c]=JG+gA,a).a=b;iv=c-1}
77 function Jt(){var a;hv[a=++iv]=Jt;this.a=(jv[a]=KA+gA,this.b=this);iv=a-1}
118 function Gq(a,b){var c;hv[c=++iv]=Gq;this.b=(jv[c]=kC+gA,a);this.a=(jv[c]=kC+hA,b);iv=c-1}
146 function Ku(a){var b,c;hv[b=++iv]=Ku;jv[b]=lx+gA,Fu();c=wu((jv[b]=lx+hA,Eu),a);iv=b-1;return c}
273 function Ic(a){var b;hv[b=++iv]=Ic;if(!(jv[b]=GA+Sv,Hc)){jv[b]=GA+ly,Hc=true;jv[b]=GA+Wv,Fu();jv[b]=lx+mx,lu((jv[b]=lx+mx,Eu),(jv[b]=GA+Wv,Th),a);Jc((jv[b]=GA+Fx,a))}iv=b-1
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 580 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 473 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 626 bool isGAPlusOffset(SDNode *N, const GlobalValue* &GA,
    [all...]
X86ISelLowering.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /prebuilts/python/linux-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/test/
test_telnetlib.py 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 692 milliseconds

1 2 34 5