Lines Matching defs:SystemZTargetMachine
1 //===-- SystemZTargetMachine.cpp - Define TargetMachine for SystemZ -------===//
9 #include "SystemZTargetMachine.h"
41 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget());
155 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT,
170 SystemZTargetMachine::~SystemZTargetMachine() = default;
173 SystemZTargetMachine::getSubtargetImpl(const Function &F) const {
213 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM)
216 SystemZTargetMachine &getSystemZTargetMachine() const {
217 return getTM<SystemZTargetMachine>();
329 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) {
334 SystemZTargetMachine::getTargetTransformInfo(const Function &F) const {
338 MachineFunctionInfo *SystemZTargetMachine::createMachineFunctionInfo(