Searched refs:XCoreSubtarget (Results 1 – 9 of 9) sorted by relevance
26 void XCoreSubtarget::anchor() { } in anchor()28 XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
24 XCoreSubtarget Subtarget;32 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()33 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
32 class XCoreSubtarget : public XCoreGenSubtargetInfo {43 XCoreSubtarget(const std::string &TT, const std::string &CPU,
22 class XCoreSubtarget; variable26 XCoreFrameLowering(const XCoreSubtarget &STI);
33 const XCoreSubtarget *ST;36 const XCoreSubtarget *getST() const { return ST; } in getST()
25 class XCoreSubtarget; variable97 const XCoreSubtarget &Subtarget);127 const XCoreSubtarget &Subtarget;
22 XCoreSubtarget.cpp
213 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering()229 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()343 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()481 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
72 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()