Searched refs:XCoreSubtarget (Results 1 – 8 of 8) sorted by relevance
26 void XCoreSubtarget::anchor() { } in anchor()28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
29 XCoreSubtarget Subtarget;38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
33 const XCoreSubtarget *ST;36 const XCoreSubtarget *getST() const { return ST; } in getST()
32 class XCoreSubtarget : public XCoreGenSubtargetInfo {43 XCoreSubtarget(const Triple &TT, const std::string &CPU,
22 class XCoreSubtarget; variable26 XCoreFrameLowering(const XCoreSubtarget &STI);
25 class XCoreSubtarget; variable97 const XCoreSubtarget &Subtarget);145 const XCoreSubtarget &Subtarget;
214 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering()231 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()348 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()490 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
74 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()