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

  /external/clang/lib/Basic/
TargetInfo.cpp 252 // Now check aliases.
253 const GCCRegAlias *Aliases;
256 getGCCRegAliases(Aliases, NumAliases);
258 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) {
259 if (!Aliases[i].Aliases[j])
261 if (Aliases[i].Aliases[j] == Name)
305 // Now check aliases
    [all...]
Targets.cpp 750 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
    [all...]
  /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 553 const char * const Aliases[5];
778 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/
CodeGenSchedule.h 56 RecVec Aliases;
87 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases");
CodeGenSchedule.cpp 301 // Initialize Aliases vectors.
309 RW.Aliases.push_back(*AI);
423 // Expand a SchedWrite as a sequence following any aliases that coincide with
431 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
440 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
AsmWriterEmitter.cpp 805 std::vector<CodeGenInstAlias*> &Aliases = I->second;
808 II = Aliases.begin(), IE = Aliases.end(); II != IE; ++II) {
    [all...]
SubtargetEmitter.cpp 686 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
696 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
738 // Check this processor's list of aliases for SchedRead.
740 for (RecIter AI = SchedRead.Aliases.begin(), AE = SchedRead.Aliases.end();
750 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
AsmMatcherEmitter.cpp 442 // Two-operand aliases clone from the main matchable, but mark the second
905 // We reject aliases and ignore instructions for now
    [all...]
CodeGenRegisters.cpp 134 std::vector<Record*> Aliases = TheDef->getValueAsListOfDefs("Aliases");
135 for (unsigned i = 0, e = Aliases.size(); i != e; ++i) {
136 CodeGenRegister *Reg = RegBank.getReg(Aliases[i]);
384 // Finally, create units for leaf registers without ad hoc aliases. Note that
385 // a leaf register with ad hoc aliases doesn't get its own unit - it isn't
526 // target description can add arbitrary overlapping registers via the 'Aliases'
538 // A' = B' or A' in aliases(B') or B' in aliases(A').
541 // A.getSubRegs() while aliases(A) is simply the special 'Aliases' field in th
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 292 // class or any of its aliases.
313 // E are aliases, even though neither is a typedef of the other.
528 const std::set<const TypedefDecl*> &Aliases = TypeAliases[CanonicalType];
530 It = Aliases.begin(), End = Aliases.end();
  /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)
47 # 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)
47 # 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)
47 # 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)
47 # 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)
41 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 280 /// looking for aliasing nodes and adding them to the Aliases vector.
282 SmallVector<SDValue, 8> &Aliases);
    [all...]
  /external/icu4c/data/
makedata.mak     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 542 (*===-- Aliases -----------------------------------------------------------===*)
    [all...]

Completed in 2134 milliseconds