Searched refs:XCoreSubtarget (Results 1 – 9 of 9) sorted by relevance
26 void XCoreSubtarget::anchor() { } in anchor()28 XCoreSubtarget::XCoreSubtarget(const Triple &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 Triple &TT, const std::string &CPU,
33 const XCoreSubtarget *ST;36 const XCoreSubtarget *getST() const { return ST; } in getST()
22 class XCoreSubtarget; variable26 XCoreFrameLowering(const XCoreSubtarget &STI);
25 class XCoreSubtarget; variable97 const XCoreSubtarget &Subtarget);144 const XCoreSubtarget &Subtarget;
22 XCoreSubtarget.cpp
212 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering()229 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()346 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()488 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
73 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()