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

1 2

  /external/clang/lib/Basic/
TargetInfo.cpp 373 // Now check aliases.
374 const GCCRegAlias *Aliases;
377 getGCCRegAliases(Aliases, NumAliases);
379 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) {
380 if (!Aliases[i].Aliases[j])
382 if (Aliases[i].Aliases[j] == Name)
426 // Now check aliases
    [all...]
Targets.cpp 867 void getGCCRegAliases(const GCCRegAlias *&Aliases,
    [all...]
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 119 // aliases, so struct assignments must use conservative TBAA nodes. There's
298 bool Aliases(const MDNode *A, const MDNode *B) const;
343 /// Aliases - Test whether the type represented by A may alias the
346 TypeBasedAliasAnalysis::Aliases(const MDNode *A,
469 if (Aliases(AM, BM))
525 if (!Aliases(L, M))
541 if (!Aliases(M1, M2))
  /external/icu/icu4c/source/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/icu/icu4c/source/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 299 // Initialize Aliases vectors.
307 RW.Aliases.push_back(*AI);
421 // Expand a SchedWrite as a sequence following any aliases that coincide with
429 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
438 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
AsmWriterEmitter.cpp 773 // Aliases with larger priorities should be considered first.
787 // Gather information about aliases we need to print
808 continue; // Aliases with priority 0 are never emitted.
824 for (auto &Aliases : AliasMap) {
825 for (auto &Alias : Aliases.second) {
    [all...]
AsmMatcherEmitter.cpp 453 // Two-operand aliases clone from the main matchable, but mark the second
    [all...]
SubtargetEmitter.cpp 668 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
678 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
720 // Check this processor's list of aliases for SchedRead.
722 for (RecIter AI = SchedRead.Aliases.begin(), AE = SchedRead.Aliases.end();
732 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 553 // Aliases.
    [all...]
macro-assembler-a64.cc     [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
tokenizer_proxy.js 8 //Aliases
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
preprocessor.js 5 //Aliases
  /external/clang/include/clang/Basic/
TargetInfo.h 662 const char * const Aliases[5];
880 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
  /external/icu/icu4c/source/data/coll/
colfiles.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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js 8 //Aliases
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 8 //Aliases
open_element_stack.js 5 //Aliases
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
formatting_element_list_test.js 6 //Aliases
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
foreign_content.js 6 //Aliases
  /external/icu/icu4c/source/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
49 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
50 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/unit/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
49 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
49 # All aliases (to not be included under 'installed'), but not including root.

Completed in 405 milliseconds

1 2