Searched defs:XCoreSubtarget (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreSubtarget.h1 //===-- XCoreSubtarget.h - Define Subtarget for the XCore -------*- C++ -*-===//
27 class XCoreSubtarget : public XCoreGenSubtargetInfo { class in namespace:llvm
34 XCoreSubtarget(const std::string &TT, const std::string &CPU,
H A DXCoreSubtarget.cpp1 //===-- XCoreSubtarget.cpp - XCore Subtarget Information ------------------===//
14 #include "XCoreSubtarget.h"
24 void XCoreSubtarget::anchor() { }
26 XCoreSubtarget::XCoreSubtarget(const std::string &TT, function in class:XCoreSubtarget

Completed in 110 milliseconds