Searched refs:tce (Results 1 - 9 of 9) sorted by relevance
/external/llvm/lib/Support/ |
H A D | Triple.cpp | 46 case tce: return "tce"; 254 .Case("tce", tce) 366 .Case("tce", Triple::tce) 583 case Triple::tce: 1105 case llvm::Triple::tce: 1184 case Triple::tce: 1220 case Triple::tce [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | TransformerFactoryImpl.java | 152 catch (TransformerConfigurationException tce) 155 throw tce; 157 /* catch (TransformerException tce) 160 throw new TransformerConfigurationException(tce.getMessage(), tce);
|
/external/llvm/include/llvm/ADT/ |
H A D | Triple.h | 71 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType
|
/external/ppp/pppd/ |
H A D | eap.c | 432 struct t_confent *tce, mytce; local 530 tce = &mytce; 531 } else if ((tce = gettcid(id)) != NULL) { 553 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
|
/external/valgrind/coregrind/ |
H A D | m_transtab.c | 1142 ULong* tce; local 1147 tce = sec->tc_next; 1148 if (tce < &sec->tc[0] || tce > &sec->tc[tc_sector_szQ]) 1658 "(TT loading %2d%%, TC loading %2d%%, avg tce size %d)\n", 2431 "avg tce size %llu\n",
|
/external/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 116 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
|
/external/clang/lib/Driver/ |
H A D | Driver.cpp | 337 if (Target.getArch() == llvm::Triple::tce || 2311 case llvm::Triple::tce:
|
/external/clang/lib/Basic/ |
H A D | Targets.cpp | 6339 // publicly available in http://tce.cs.tut.fi 6384 DefineStd(Builder, "tce", Opts); 6388 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } 7772 case llvm::Triple::tce:
|
/external/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 6307 // TCE ABI Implementation (see http://tce.cs.tut.fi). Uses mostly the defaults. 7559 case llvm::Triple::tce:
|
Completed in 206 milliseconds