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

  /external/clang/lib/Basic/
TargetInfo.cpp 243 // Now check aliases.
244 const GCCRegAlias *Aliases;
247 getGCCRegAliases(Aliases, NumAliases);
249 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) {
250 if (!Aliases[i].Aliases[j])
252 if (Aliases[i].Aliases[j] == Name)
296 // Now check aliases
    [all...]
Targets.cpp 558 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
737 // While some of these aliases do map to different registers
806 void PPCTargetInfo::getGCCRegAliases(const GCCRegAlias *&Aliases,
808 Aliases = GCCRegAliases;
934 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
936 // No aliases.
937 Aliases = 0;
    [all...]
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 67 for (unsigned i = 0, e = Aliases.size(); i != e; ++i)
68 Aliases[i].second = Aliases[i].first->getTag();
80 Aliases.clear();
83 Aliases.push_back(std::make_pair(LIU, LIU->getTag()));
88 unsigned e = Aliases.size();
91 Iters[i].setMap(Aliases[i].first->getMap());
96 unsigned i = 0, e = Aliases.size();
99 if (i == e || Aliases[i].first != LIU)
101 if (LIU->changedSince(Aliases[i].second)
    [all...]
InterferenceCache.h 36 /// Entry - A cache entry containing interference information for all aliases
60 SmallVector<std::pair<LiveIntervalUnion*, unsigned>, 8> Aliases;
94 /// 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 450 const char * const Aliases[5];
624 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/icu4c/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # 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)
34 # 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)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 834 std::vector<CodeGenInstAlias*> &Aliases = I->second;
837 II = Aliases.begin(), IE = Aliases.end(); II != IE; ++II) {
    [all...]
AsmMatcherEmitter.cpp 784 // 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)
34 # 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)
33 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 253 /// looking for aliasing nodes and adding them to the Aliases vector.
255 SmallVector<SDValue, 8> &Aliases);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/icu4c/data/
makedata.mak     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 542 (*===-- Aliases -----------------------------------------------------------===*)
    [all...]

Completed in 510 milliseconds