Searched refs:SystemZSubtarget (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp1 //===-- SystemZSubtarget.cpp - SystemZ subtarget information --------------===//
10 #include "SystemZSubtarget.h"
22 void SystemZSubtarget::anchor() {}
24 SystemZSubtarget::SystemZSubtarget(const std::string &TT, function in class:SystemZSubtarget
51 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV,
H A DSystemZAsmPrinter.h26 const SystemZSubtarget *Subtarget;
31 Subtarget = &TM.getSubtarget<SystemZSubtarget>();
H A DSystemZSubtarget.h1 //===-- SystemZSubtarget.h - SystemZ subtarget information -----*- C++ -*--===//
28 class SystemZSubtarget : public SystemZGenSubtargetInfo { class in namespace:llvm
40 SystemZSubtarget(const std::string &TT, const std::string &CPU,
H A DSystemZFrameLowering.h13 #include "SystemZSubtarget.h"
19 class SystemZSubtarget;
26 const SystemZSubtarget &STI;
30 const SystemZSubtarget &sti);
H A DSystemZTargetMachine.h22 #include "SystemZSubtarget.h"
31 SystemZSubtarget Subtarget;
51 virtual const SystemZSubtarget *getSubtargetImpl() const LLVM_OVERRIDE {
H A DSystemZRegisterInfo.h32 class SystemZSubtarget;
H A DSystemZISelLowering.h190 class SystemZSubtarget;
249 const SystemZSubtarget &Subtarget;
H A DSystemZFrameLowering.cpp48 const SystemZSubtarget &sti)
H A DSystemZISelDAGToDAG.cpp129 const SystemZSubtarget &Subtarget;

Completed in 165 milliseconds