|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/SystemZ/SystemZ.h 21 class SystemZTargetMachine;
lib/Target/SystemZ/SystemZFrameLowering.h 16 class SystemZTargetMachine;
lib/Target/SystemZ/SystemZISelLowering.h 371 class SystemZTargetMachine;
lib/Target/SystemZ/SystemZSelectionDAGInfo.h 20 class SystemZTargetMachine;
References
include/llvm/CodeGen/TargetPassConfig.h 149 template<typename TMC> TMC &getTM() const {
include/llvm/Support/TargetRegistry.h 1121 return new TargetMachineImpl(T, TT, CPU, FS, Options, RM, CM, OL, JIT);
lib/Target/SystemZ/SystemZ.h 190 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
192 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
193 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
194 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
195 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
196 FunctionPass *createSystemZPostRewritePass(SystemZTargetMachine &TM);
lib/Target/SystemZ/SystemZElimCompare.cpp 67 SystemZElimCompare(const SystemZTargetMachine &tm)
637 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) {
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp 142 const SystemZTargetMachine &getTargetMachine() const {
345 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel)
375 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM,
lib/Target/SystemZ/SystemZLDCleanup.cpp 32 SystemZLDCleanup(const SystemZTargetMachine &tm)
55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) {
lib/Target/SystemZ/SystemZLongBranch.cpp 138 SystemZLongBranch(const SystemZTargetMachine &tm)
469 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) {
lib/Target/SystemZ/SystemZShortenInst.cpp 29 SystemZShortenInst(const SystemZTargetMachine &tm);
59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) {
63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm)
lib/Target/SystemZ/SystemZTargetMachine.cpp 34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget());
169 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM)
172 SystemZTargetMachine &getSystemZTargetMachine() const {
173 return getTM<SystemZTargetMachine>();
lib/Target/SystemZ/SystemZTargetTransformInfo.h 32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F)