/external/clang/lib/Basic/ |
TargetInfo.cpp | 234 // Now check aliases. 235 const GCCRegAlias *Aliases; 238 getGCCRegAliases(Aliases, NumAliases); 240 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) { 241 if (!Aliases[i].Aliases[j]) 243 if (Aliases[i].Aliases[j] == Name) 287 // Now check aliases [all...] |
Targets.cpp | 552 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases, 731 // While some of these aliases do map to different registers 800 void PPCTargetInfo::getGCCRegAliases(const GCCRegAlias *&Aliases, 802 Aliases = GCCRegAliases; 900 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases, 902 // No aliases. 903 Aliases = 0; [all...] |
/external/llvm/lib/CodeGen/ |
InterferenceCache.cpp | 64 for (unsigned i = 0, e = Aliases.size(); i != e; ++i) 65 Aliases[i].second = Aliases[i].first->getTag(); 77 Aliases.clear(); 80 Aliases.push_back(std::make_pair(LIU, LIU->getTag())); 85 unsigned e = Aliases.size(); 88 Iters[i].setMap(Aliases[i].first->getMap()); 93 unsigned i = 0, e = Aliases.size(); 96 if (i == e || Aliases[i].first != LIU) 98 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 | 408 const char * const Aliases[5]; 586 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...] |
LLVMCConfigurationEmitter.cpp | [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 | 252 /// looking for aliasing nodes and adding them to the Aliases vector. 254 SmallVector<SDValue, 8> &Aliases); [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/test/MC/ARM/ |
thumb2.s | 52 @ Aliases w/ the vanilla 'mov' mnemonic, and explicit alternative selection.
|
/external/icu4c/data/ |
makedata.mak | [all...] |
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 532 (*===-- Aliases -----------------------------------------------------------===*) [all...] |