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

  /external/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,
XCoreFrameLowering.h 22 class XCoreSubtarget;
25 const XCoreSubtarget &STI;
27 XCoreFrameLowering(const XCoreSubtarget &STI);
XCoreTargetMachine.h 20 #include "XCoreSubtarget.h"
28 XCoreSubtarget Subtarget;
42 virtual const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; }
XCoreAsmPrinter.cpp 18 #include "XCoreSubtarget.h"
53 const XCoreSubtarget &Subtarget;
56 : AsmPrinter(TM, Streamer), Subtarget(TM.getSubtarget<XCoreSubtarget>()){}
XCoreISelLowering.h 25 class XCoreSubtarget;
108 const XCoreSubtarget &Subtarget;
XCoreISelDAGToDAG.cpp 41 const XCoreSubtarget &Subtarget;
XCoreFrameLowering.cpp 80 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti)

Completed in 48 milliseconds