Home
last modified time | relevance | path

Searched refs:SystemZSubtarget (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp23 void SystemZSubtarget::anchor() {} in anchor()
25 SystemZSubtarget &
26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
35 SystemZSubtarget::SystemZSubtarget(const std::string &TT, in SystemZSubtarget() function in SystemZSubtarget
56 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol()
DSystemZTargetMachine.h27 SystemZSubtarget Subtarget;
36 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()
37 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
DSystemZSubtarget.h34 class SystemZSubtarget : public SystemZGenSubtargetInfo {
55 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
58 SystemZSubtarget(const std::string &TT, const std::string &CPU,
DSystemZTargetTransformInfo.h24 const SystemZSubtarget *ST;
27 const SystemZSubtarget *getST() const { return ST; } in getST()
DSystemZInstrInfo.h116 class SystemZSubtarget; variable
119 SystemZSubtarget &STI;
137 explicit SystemZInstrInfo(SystemZSubtarget &STI);
DSystemZISelLowering.h213 class SystemZSubtarget; variable
219 const SystemZSubtarget &STI);
293 const SystemZSubtarget &Subtarget;
DSystemZFrameLowering.h18 class SystemZSubtarget; variable
DCMakeLists.txt30 SystemZSubtarget.cpp
DSystemZAsmPrinter.cpp189 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in EmitInstruction()
DSystemZISelDAGToDAG.cpp130 const SystemZSubtarget *Subtarget;
320 Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
DSystemZInstrInfo.cpp43 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti) in SystemZInstrInfo()
DSystemZISelLowering.cpp85 const SystemZSubtarget &STI) in SystemZTargetLowering()