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 ------------------===//
14 #include "XCoreSubtarget.h"
26 void XCoreSubtarget::anchor() { }
28 XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &CPU,
XCoreTargetMachine.h 17 #include "XCoreSubtarget.h"
24 XCoreSubtarget Subtarget;
32 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; }
33 const XCoreSubtarget *getSubtargetImpl(const Function &) const override {
XCoreSubtarget.h 1 //===-- XCoreSubtarget.h - Define Subtarget for the XCore -------*- C++ -*-===//
32 class XCoreSubtarget : public XCoreGenSubtargetInfo {
43 XCoreSubtarget(const std::string &TT, const std::string &CPU,
XCoreFrameLowering.h 22 class XCoreSubtarget;
26 XCoreFrameLowering(const XCoreSubtarget &STI);
XCoreTargetTransformInfo.h 33 const XCoreSubtarget *ST;
36 const XCoreSubtarget *getST() const { return ST; }
XCoreISelLowering.h 25 class XCoreSubtarget;
97 const XCoreSubtarget &Subtarget);
127 const XCoreSubtarget &Subtarget;
XCoreFrameLowering.cpp 19 #include "XCoreSubtarget.h"
213 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti)
229 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
343 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
481 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
XCoreISelLowering.cpp 17 #include "XCoreSubtarget.h"
72 const XCoreSubtarget &Subtarget)
    [all...]

Completed in 70 milliseconds