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

1 23 4

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 28 MaxNumOfUsesForConstExtenders("ga-max-num-uses-for-constant-extenders",
    [all...]
HexagonISelLowering.cpp 404 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Callee))
407 Callee = DAG.getTargetGlobalAddress(GA->getGlobal(), dl, MVT::i32);
408 if ((CalleeFn = dyn_cast<Function>(GA->getGlobal())))
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 267 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(&GV)) {
268 const GlobalValue *AliasedGV = GA->getAliasedGlobal();
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 878 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
879 if (GA->mayBeOverridden())
881 V = GA->getAliasee();
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 286 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
287 if (!GA->mayBeOverridden()) {
288 V = GA->getAliasee();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 451 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 440 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
PPCISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 691 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
692 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 665 // G is the Given's Matrix for A (rotational matrix such that GA[0][1] == 0).
671 // GA is the matrix A with rotation removed.
672 SkMatrix GA(G);
673 GA.preConcat(A);
677 SkScalar textSize = SkScalarAbs(SkScalarRoundToScalar(GA.get(SkMatrix::kMScaleY)));
690 SkMatrix GsA(GA);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 613 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
    [all...]
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 665 // G is the Given's Matrix for A (rotational matrix such that GA[0][1] == 0).
671 // GA is the matrix A with rotation removed.
672 SkMatrix GA(G);
673 GA.preConcat(A);
677 SkScalar textSize = SkScalarAbs(SkScalarRoundToScalar(GA.get(SkMatrix::kMScaleY)));
690 SkMatrix GsA(GA);
    [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...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 658 GlobalAlias* GA = new GlobalAlias(Aliasee->getType(),
661 GA->setVisibility((GlobalValue::VisibilityTypes)Visibility);
675 if (Val->getType() != GA->getType())
681 Val->replaceAllUsesWith(GA);
687 M->getAliasList().push_back(GA);
688 assert(GA->getName() == Name && "Should not be a name conflict!");
    [all...]

Completed in 2143 milliseconds

1 23 4