HomeSort by relevance Sort by last modified time
    Searched refs:xcore (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/XCore/TargetInfo/
XCoreTargetInfo.cpp 1 //===-- XCoreTargetInfo.cpp - XCore Target Implementation -----------------===//
10 #include "XCore.h"
18 RegisterTarget<Triple::xcore> X(TheXCoreTarget, "xcore", "XCore");
  /external/llvm/lib/Support/
Triple.cpp 39 case xcore: return "xcore";
75 case xcore: return "xcore";
162 .Case("xcore", xcore)
251 .Case("xcore", Triple::xcore)
662 case llvm::Triple::xcore:
711 case Triple::xcore
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 63 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 155 // iprintf and friends are only available on XCore and TCE.
156 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 118 milliseconds