Searched refs:xcore (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.cpp18 RegisterTarget<Triple::xcore> X(TheXCoreTarget, "xcore", "XCore");
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DTriple.cpp40 case xcore: return "xcore";
85 case xcore: return "xcore";
181 .Case("xcore", xcore)
244 .Case("xcore", Triple::xcore)
685 case llvm::Triple::xcore:
740 case Triple::xcore
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h64 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp366 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {

Completed in 110 milliseconds