HomeSort by relevance Sort by last modified time
    Searched defs:XCoreSubtarget (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreSubtarget.cpp 1 //===- XCoreSubtarget.cpp - XCore Subtarget Information -----------*- C++ -*-=//
14 #include "XCoreSubtarget.h"
24 XCoreSubtarget::XCoreSubtarget(const std::string &TT,
XCoreSubtarget.h 1 //=====-- XCoreSubtarget.h - Define Subtarget for the XCore -----*- C++ -*--==//
27 class XCoreSubtarget : public XCoreGenSubtargetInfo {
33 XCoreSubtarget(const std::string &TT, const std::string &CPU,
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.cpp 1 //===-- XCoreSubtarget.cpp - XCore Subtarget Information ------------------===//
14 #include "XCoreSubtarget.h"
26 void XCoreSubtarget::anchor() { }
28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU,
XCoreSubtarget.h 1 //===-- XCoreSubtarget.h - Define Subtarget for the XCore -------*- C++ -*-===//
32 class XCoreSubtarget : public XCoreGenSubtargetInfo {
43 XCoreSubtarget(const Triple &TT, const std::string &CPU,

Completed in 93 milliseconds