Searched refs:tce (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Support/
H A DTriple.cpp46 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 DTransformerFactoryImpl.java152 catch (TransformerConfigurationException tce)
155 throw tce;
157 /* catch (TransformerException tce)
160 throw new TransformerConfigurationException(tce.getMessage(), tce);
/external/llvm/include/llvm/ADT/
H A DTriple.h71 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType
/external/ppp/pppd/
H A Deap.c432 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 Dm_transtab.c1142 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 DTargetLibraryInfo.cpp116 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
/external/clang/lib/Driver/
H A DDriver.cpp337 if (Target.getArch() == llvm::Triple::tce ||
2311 case llvm::Triple::tce:
/external/clang/lib/Basic/
H A DTargets.cpp6339 // 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 DTargetInfo.cpp6307 // TCE ABI Implementation (see http://tce.cs.tut.fi). Uses mostly the defaults.
7559 case llvm::Triple::tce:

Completed in 206 milliseconds