Home
last modified time | relevance | path

Searched refs:XCoreSubtarget (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp25 void XCoreSubtarget::anchor() { } in anchor()
27 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
H A DXCoreTargetMachine.h28 XCoreSubtarget Subtarget;
38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()
39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
H A DXCoreTargetTransformInfo.h32 const XCoreSubtarget *ST;
35 const XCoreSubtarget *getST() const { return ST; } in getST()
H A DXCoreSubtarget.h31 class XCoreSubtarget : public XCoreGenSubtargetInfo {
42 XCoreSubtarget(const Triple &TT, const std::string &CPU,
H A DXCoreFrameLowering.h21 class XCoreSubtarget; variable
25 XCoreFrameLowering(const XCoreSubtarget &STI);
H A DXCoreISelLowering.h24 class XCoreSubtarget; variable
92 const XCoreSubtarget &Subtarget);
140 const XCoreSubtarget &Subtarget;
H A DXCoreFrameLowering.cpp213 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering()
230 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()
347 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()
485 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DXCoreISelLowering.cpp72 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()