Home
last modified time | relevance | path

Searched refs:SystemZSubtarget (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp28 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 SystemZSubtarget
63 bool SystemZSubtarget::enableSubRegLiveness() const { in enableSubRegLiveness()
67 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol()
H A DSystemZTargetMachine.h30 SystemZSubtarget Subtarget;
39 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()
41 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
H A DSystemZSubtarget.h34 class SystemZSubtarget : public SystemZGenSubtargetInfo {
74 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
77 SystemZSubtarget(const Triple &TT, const std::string &CPU,
H A DSystemZRegisterInfo.cpp124 const SystemZSubtarget &Subtarget = MF->getSubtarget<SystemZSubtarget>(); in getCalleeSavedRegs()
138 const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>(); in getCallPreservedMask()
207 MF.getSubtarget<SystemZSubtarget>().hasVector()) { in eliminateFrameIndex()
H A DSystemZInstrInfo.h31 class SystemZSubtarget; variable
147 SystemZSubtarget &STI;
190 explicit SystemZInstrInfo(SystemZSubtarget &STI);
H A DSystemZTargetTransformInfo.h24 const SystemZSubtarget *ST;
27 const SystemZSubtarget *getST() const { return ST; } in getST()
H A DSystemZFrameLowering.h18 class SystemZSubtarget; variable
H A DSystemZISelLowering.h365 class SystemZSubtarget; variable
371 const SystemZSubtarget &STI);
520 const SystemZSubtarget &Subtarget;
H A DSystemZShortenInst.cpp315 const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
H A DSystemZCallingConv.td16 : CCIf<!strconcat("static_cast<const SystemZSubtarget&>"
H A DSystemZAsmPrinter.cpp420 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in EmitInstruction()
H A DSystemZISelDAGToDAG.cpp135 const SystemZSubtarget *Subtarget;
346 Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
H A DSystemZInstrInfo.cpp69 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti) in SystemZInstrInfo()
H A DSystemZISelLowering.cpp77 const SystemZSubtarget &STI) in SystemZTargetLowering()