Searched refs:SystemZTargetMachine (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp1 //===-- SystemZTargetMachine.cpp - Define TargetMachine for SystemZ -------===//
10 #include "SystemZTargetMachine.h"
19 RegisterTargetMachine<SystemZTargetMachine> X(TheSystemZTarget);
22 SystemZTargetMachine::SystemZTargetMachine(const Target &T, StringRef TT, function in class:SystemZTargetMachine
44 SystemZPassConfig(SystemZTargetMachine *TM, PassManagerBase &PM)
47 SystemZTargetMachine &getSystemZTargetMachine() const {
48 return getTM<SystemZTargetMachine>();
106 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) {
H A DSystemZ.h22 class SystemZTargetMachine;
109 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
111 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
112 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
113 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
H A DSystemZRegisterInfo.h37 SystemZTargetMachine &TM;
40 SystemZRegisterInfo(SystemZTargetMachine &tm);
H A DSystemZFrameLowering.h18 class SystemZTargetMachine;
25 const SystemZTargetMachine &TM;
29 SystemZFrameLowering(const SystemZTargetMachine &tm,
H A DSystemZTargetMachine.h1 //==- SystemZTargetMachine.h - Define TargetMachine for SystemZ ---*- C++ -*-=//
30 class SystemZTargetMachine : public LLVMTargetMachine { class in namespace:llvm
39 SystemZTargetMachine(const Target &T, StringRef TT, StringRef CPU,
H A DSystemZShortenInst.cpp18 #include "SystemZTargetMachine.h"
27 SystemZShortenInst(const SystemZTargetMachine &tm);
51 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) {
55 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm)
H A DSystemZSelectionDAGInfo.h21 class SystemZTargetMachine;
25 explicit SystemZSelectionDAGInfo(const SystemZTargetMachine &TM);
H A DSystemZISelLowering.h191 class SystemZTargetMachine;
195 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
250 const SystemZTargetMachine &TM;
H A DSystemZInstrInfo.h26 class SystemZTargetMachine;
115 SystemZTargetMachine &TM;
133 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
H A DSystemZRegisterInfo.cpp11 #include "SystemZTargetMachine.h"
20 SystemZRegisterInfo::SystemZRegisterInfo(SystemZTargetMachine &tm)
H A DSystemZElimCompare.cpp18 #include "SystemZTargetMachine.h"
66 SystemZElimCompare(const SystemZTargetMachine &tm)
95 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) {
H A DSystemZLongBranch.cpp58 #include "SystemZTargetMachine.h"
133 SystemZLongBranch(const SystemZTargetMachine &tm)
168 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) {
H A DSystemZFrameLowering.cpp14 #include "SystemZTargetMachine.h"
47 SystemZFrameLowering::SystemZFrameLowering(const SystemZTargetMachine &tm,
111 const SystemZTargetMachine &TM,
H A DSystemZISelDAGToDAG.cpp14 #include "SystemZTargetMachine.h"
136 const SystemZTargetMachine &getTargetMachine() const {
137 return static_cast<const SystemZTargetMachine &>(TM);
315 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel)
337 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM,
H A DSystemZSelectionDAGInfo.cpp15 #include "SystemZTargetMachine.h"
21 SystemZSelectionDAGInfo(const SystemZTargetMachine &TM)
H A DSystemZInstrInfo.cpp15 #include "SystemZTargetMachine.h"
43 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm)
H A DSystemZISelLowering.cpp20 #include "SystemZTargetMachine.h"
63 SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm)
1410 static SDValue emitCmp(const SystemZTargetMachine &TM, SelectionDAG &DAG,

Completed in 143 milliseconds