Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp26 void XCoreSubtarget::anchor() { } in anchor()
28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
H A DXCoreTargetMachine.h29 XCoreSubtarget Subtarget;
38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()
39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
H A DXCoreTargetTransformInfo.h33 const XCoreSubtarget *ST;
36 const XCoreSubtarget *getST() const { return ST; } in getST()
H A DXCoreSubtarget.h32 class XCoreSubtarget : public XCoreGenSubtargetInfo {
43 XCoreSubtarget(const Triple &TT, const std::string &CPU,
H A DXCoreFrameLowering.h22 class XCoreSubtarget; variable
26 XCoreFrameLowering(const XCoreSubtarget &STI);
H A DXCoreISelLowering.h25 class XCoreSubtarget; variable
97 const XCoreSubtarget &Subtarget);
145 const XCoreSubtarget &Subtarget;
H A DXCoreFrameLowering.cpp214 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()
H A DXCoreISelLowering.cpp74 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()