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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
reg-alias.d 2 #name: Case Sensitive Register Aliases
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v8-movwr-imm.s 1 ! Make 'mov' and 'wr' aliases operate as per V8 SPARC Architecture Manual
4 ! wr Aliases
25 ! mov Aliases
  /external/llvm/include/llvm/Analysis/
TypeBasedAliasAnalysis.h 47 bool Aliases(const MDNode *A, const MDNode *B) const;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.s 24 clr r2 ;; Aliases should trigger the warning too.
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 119 // aliases, so struct assignments must use conservative TBAA nodes. There's
297 if (Aliases(AM, BM))
352 if (!Aliases(L, M))
367 if (!Aliases(M1, M2))
479 /// Aliases - Test whether the type represented by A may alias the
481 bool TypeBasedAAResult::Aliases(const MDNode *A, const MDNode *B) const {
  /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)
35 # 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 290 // Initialize Aliases vectors.
298 RW.Aliases.push_back(*AI);
412 // Expand a SchedWrite as a sequence following any aliases that coincide with
420 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
429 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
807 continue; // Aliases with priority 0 are never emitted.
823 for (auto &Aliases : AliasMap) {
824 for (auto &Alias : Aliases.second) {
    [all...]
AsmMatcherEmitter.cpp 488 // Two-operand aliases clone from the main matchable, but mark the second
    [all...]
SubtargetEmitter.cpp 663 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
673 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
715 // Check this processor's list of aliases for SchedRead.
717 for (RecIter AI = SchedRead.Aliases.begin(), AE = SchedRead.Aliases.end();
727 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 556 // Aliases.
    [all...]
macro-assembler-a64.cc     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
tokenizer_proxy.js 8 //Aliases
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
preprocessor.js 5 //Aliases
  /external/clang/lib/Basic/
TargetInfo.cpp 381 // Now check aliases.
383 for (const char *A : GRA.Aliases) {
422 // Now check aliases.
424 for (const char *A : RA.Aliases) {
  /external/icu/icu4c/source/data/coll/
colfiles.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/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js 8 //Aliases
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 8 //Aliases
open_element_stack.js 5 //Aliases
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
formatting_element_list_test.js 6 //Aliases
  /external/clang/include/clang/Basic/
TargetInfo.h 721 const char * const Aliases[5];
    [all...]
  /external/chromium-trace/catapult/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)
45 # All aliases (to not be included under 'installed'), but not including root.

Completed in 435 milliseconds

1 2