HomeSort by relevance Sort by last modified time
    Searched refs:Aliases (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Basic/
TargetInfo.cpp 249 // Now check aliases.
250 const GCCRegAlias *Aliases;
253 getGCCRegAliases(Aliases, NumAliases);
255 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) {
256 if (!Aliases[i].Aliases[j])
258 if (Aliases[i].Aliases[j] == Name)
302 // Now check aliases
    [all...]
Targets.cpp 597 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
780 // While some of these aliases do map to different registers
849 void PPCTargetInfo::getGCCRegAliases(const GCCRegAlias *&Aliases,
851 Aliases = GCCRegAliases;
    [all...]
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 69 for (unsigned i = 0, e = Aliases.size(); i != e; ++i)
70 Aliases[i].second = Aliases[i].first->getTag();
82 Aliases.clear();
85 Aliases.push_back(std::make_pair(LIU, LIU->getTag()));
90 unsigned e = Aliases.size();
93 Iters[i].setMap(Aliases[i].first->getMap());
98 unsigned i = 0, e = Aliases.size();
101 if (i == e || Aliases[i].first != LIU)
103 if (LIU->changedSince(Aliases[i].second)
    [all...]
InterferenceCache.h 37 /// Entry - A cache entry containing interference information for all aliases
64 SmallVector<std::pair<LiveIntervalUnion*, unsigned>, 8> Aliases;
99 /// reset - Initialize entry to represent physReg's aliases.
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 55 // aliases, so struct assignments must use conservative TBAA nodes. There's
139 bool Aliases(const MDNode *A, const MDNode *B) const;
169 /// Aliases - Test whether the type represented by A may alias the
172 TypeBasedAliasAnalysis::Aliases(const MDNode *A,
226 if (Aliases(AM, BM))
280 if (!Aliases(L, M))
296 if (!Aliases(M1, M2))
  /external/icu4c/data/brkitr/
brkfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /external/clang/include/clang/Basic/
TargetInfo.h 488 const char * const Aliases[5];
682 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
  /external/icu4c/data/rbnf/
rbnffiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 745 std::vector<CodeGenInstAlias*> &Aliases = I->second;
748 II = Aliases.begin(), IE = Aliases.end(); II != IE; ++II) {
    [all...]
AsmMatcherEmitter.cpp 796 // We reject aliases and ignore instructions for now.
    [all...]
  /external/icu4c/data/coll/
colfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
37 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/curr/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
46 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
46 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
46 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
46 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/locales/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
40 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 272 /// looking for aliasing nodes and adding them to the Aliases vector.
274 SmallVector<SDValue, 8> &Aliases);
    [all...]
  /external/icu4c/data/
makedata.mak     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 542 (*===-- Aliases -----------------------------------------------------------===*)
    [all...]

Completed in 917 milliseconds