Lines Matching defs:SystemZTargetMachine
1 //===-- SystemZTargetMachine.cpp - Define TargetMachine for SystemZ -------===//
9 #include "SystemZTargetMachine.h"
41 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget());
147 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT,
162 SystemZTargetMachine::~SystemZTargetMachine() = default;
165 SystemZTargetMachine::getSubtargetImpl(const Function &F) const {
205 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM)
208 SystemZTargetMachine &getSystemZTargetMachine() const {
209 return getTM<SystemZTargetMachine>();
321 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) {
326 SystemZTargetMachine::getTargetTransformInfo(const Function &F) const {
330 MachineFunctionInfo *SystemZTargetMachine::createMachineFunctionInfo(