Lines Matching refs:SystemZTargetMachine
43 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget()
159 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
174 SystemZTargetMachine::~SystemZTargetMachine() = default;
177 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
213 SystemZTargetMachine::createPostMachineScheduler(MachineSchedContext *C) const { in createPostMachineScheduler()
222 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig()
225 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
226 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
331 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
336 SystemZTargetMachine::getTargetTransformInfo(const Function &F) const { in getTargetTransformInfo()
340 MachineFunctionInfo *SystemZTargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()