Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp28 void SystemZSubtarget::anchor() {} in anchor()
30 SystemZSubtarget &
31 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
55 SystemZSubtarget::initializeSpecialRegisters() { in initializeSpecialRegisters()
66 SystemZSubtarget::SystemZSubtarget(const Triple &TT, const std::string &CPU, in SystemZSubtarget() function in SystemZSubtarget
94 SystemZSubtarget::~SystemZSubtarget() { delete getSpecialRegisters(); } in ~SystemZSubtarget()
96 bool SystemZSubtarget::enableSubRegLiveness() const { in enableSubRegLiveness()
100 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol()
H A DSystemZRegisterInfo.cpp79 const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>(); in getRegAllocationHints()
198 const SystemZSubtarget &Subtarget = MF->getSubtarget<SystemZSubtarget>(); in getCalleeSavedRegs()
220 const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>(); in getCallPreservedMask()
239 const SystemZSubtarget *Subtarget = &MF->getSubtarget<SystemZSubtarget>(); in getCalleeSavedRegs()
249 const SystemZSubtarget *Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in getCallPreservedMask()
258 const SystemZSubtarget *Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in getReservedRegs()
323 MF.getSubtarget<SystemZSubtarget>().hasVector()) { in eliminateFrameIndex()
450 const SystemZSubtarget *Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in getFrameRegister()
H A DSystemZTargetMachine.h30 mutable StringMap<std::unique_ptr<SystemZSubtarget>> SubtargetMap;
39 const SystemZSubtarget *getSubtargetImpl(const Function &) const override;
43 const SystemZSubtarget *getSubtargetImpl() const = delete;
H A DSystemZSubtarget.h33 class SystemZSubtarget : public SystemZGenSubtargetInfo {
86 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
91 SystemZSubtarget(const Triple &TT, const std::string &CPU,
94 ~SystemZSubtarget();
H A DSystemZInstrInfo.h30 class SystemZSubtarget; variable
176 SystemZSubtarget &STI;
217 explicit SystemZInstrInfo(SystemZSubtarget &STI);
H A DSystemZTargetTransformInfo.h23 const SystemZSubtarget *ST;
26 const SystemZSubtarget *getST() const { return ST; } in getST()
H A DSystemZCallingConv.h118 const SystemZSubtarget &Subtarget = in CC_SystemZ_I128Indirect()
119 State.getMachineFunction().getSubtarget<SystemZSubtarget>(); in CC_SystemZ_I128Indirect()
H A DSystemZTargetMachine.cpp178 const SystemZSubtarget *
202 I = std::make_unique<SystemZSubtarget>(TargetTriple, CPU, FS, *this); in getSubtargetImpl()
H A DSystemZFrameLowering.cpp416 const SystemZSubtarget &STI = MF.getSubtarget<SystemZSubtarget>(); in emitPrologue()
626 const SystemZSubtarget &STI = MF.getSubtarget<SystemZSubtarget>(); in inlineStackProbe()
768 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in getRegSpillOffset()
797 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in usePackedStack()
H A DSystemZISelLowering.h389 class SystemZSubtarget; variable
395 const SystemZSubtarget &STI);
596 const SystemZSubtarget &Subtarget;
754 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
H A DSystemZFrameLowering.h19 class SystemZSubtarget; variable
H A DSystemZShortenInst.cpp390 const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
H A DSystemZAsmPrinter.cpp129 const SystemZSubtarget *Subtarget = &MF->getSubtarget<SystemZSubtarget>(); in emitInstruction()
489 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in emitInstruction()
H A DSystemZTDC.cpp323 .getSubtarget<SystemZSubtarget>(F) in runOnFunction()
H A DSystemZRegisterInfo.td48 const SystemZSubtarget &S = MF.getSubtarget<SystemZSubtarget>();
H A DSystemZCallingConv.td15 : CCIf<!strconcat("static_cast<const SystemZSubtarget&>"
H A DSystemZISelDAGToDAG.cpp135 const SystemZSubtarget *Subtarget;
361 Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
H A DSystemZInstrInfo.cpp58 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti) in SystemZInstrInfo()
H A DSystemZISelLowering.cpp81 const SystemZSubtarget &STI) in SystemZTargetLowering()
715 const SystemZSubtarget &Subtarget) { in isVectorConstantLegal()