|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/AVR/AVR.h 22 class AVRTargetMachine;
lib/Target/AVR/AVRISelLowering.h 67 class AVRTargetMachine;
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/AVR/AVR.h 25 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
lib/Target/AVR/AVRISelDAGToDAG.cpp 29 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel)
551 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
lib/Target/AVR/AVRISelLowering.cpp 34 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM,
lib/Target/AVR/AVRISelLowering.h 72 explicit AVRTargetLowering(const AVRTargetMachine &TM,
lib/Target/AVR/AVRInstrInfo.cpp 493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget());
lib/Target/AVR/AVRRegisterInfo.cpp 137 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget();
lib/Target/AVR/AVRSubtarget.cpp 31 const std::string &FS, const AVRTargetMachine &TM)
lib/Target/AVR/AVRSubtarget.h 39 const AVRTargetMachine &TM);
lib/Target/AVR/AVRTargetMachine.cpp 61 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM)
64 AVRTargetMachine &getAVRTargetMachine() const {
65 return getTM<AVRTargetMachine>();
81 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget());