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 41 case xcore: return "xcore";
84 case xcore: return "xcore";
183 .Case("xcore", xcore)
246 .Case("xcore", Triple::xcore)
689 case llvm::Triple::xcore:
745 case Triple::xcore
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 67 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 371 // iprintf and friends are only available on XCore and TCE.
372 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 344 milliseconds