Searched refs:SystemZSubtarget (Results 1 – 14 of 14) sorted by relevance
28 void SystemZSubtarget::anchor() {} in anchor()30 SystemZSubtarget &31 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()40 SystemZSubtarget::SystemZSubtarget(const Triple &TT, const std::string &CPU, in SystemZSubtarget() function in SystemZSubtarget63 bool SystemZSubtarget::enableSubRegLiveness() const { in enableSubRegLiveness()67 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol()
30 SystemZSubtarget Subtarget;39 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()41 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
34 class SystemZSubtarget : public SystemZGenSubtargetInfo {74 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,77 SystemZSubtarget(const Triple &TT, const std::string &CPU,
124 const SystemZSubtarget &Subtarget = MF->getSubtarget<SystemZSubtarget>(); in getCalleeSavedRegs()138 const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>(); in getCallPreservedMask()207 MF.getSubtarget<SystemZSubtarget>().hasVector()) { in eliminateFrameIndex()
31 class SystemZSubtarget; variable147 SystemZSubtarget &STI;190 explicit SystemZInstrInfo(SystemZSubtarget &STI);
24 const SystemZSubtarget *ST;27 const SystemZSubtarget *getST() const { return ST; } in getST()
18 class SystemZSubtarget; variable
365 class SystemZSubtarget; variable371 const SystemZSubtarget &STI);520 const SystemZSubtarget &Subtarget;
315 const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
16 : CCIf<!strconcat("static_cast<const SystemZSubtarget&>"
420 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in EmitInstruction()
135 const SystemZSubtarget *Subtarget;346 Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
69 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti) in SystemZInstrInfo()
77 const SystemZSubtarget &STI) in SystemZTargetLowering()