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/Target/
TargetLibraryInfo.cpp 41 // iprintf and friends are only available on XCore and TCE.
42 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
  /external/llvm/lib/Support/
Triple.cpp 39 case xcore: return "xcore";
75 case xcore: return "xcore";
178 if (Name == "xcore")
179 return xcore;
323 else if (ArchName == "xcore")
324 return xcore;
  /external/llvm/include/llvm/ADT/
Triple.h 64 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 264 milliseconds