Searched defs:SystemZSubtarget (Results 1 - 2 of 2) sorted by path

/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp1 //===-- SystemZSubtarget.cpp - SystemZ subtarget information --------------===//
10 #include "SystemZSubtarget.h"
24 void SystemZSubtarget::anchor() {}
26 SystemZSubtarget &
27 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) {
40 SystemZSubtarget::SystemZSubtarget(const std::string &TT, function in class:SystemZSubtarget
64 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV,
H A DSystemZSubtarget.h1 //===-- SystemZSubtarget.h - SystemZ subtarget information -----*- C++ -*--===//
34 class SystemZSubtarget : public SystemZGenSubtargetInfo { class in namespace:llvm
52 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
55 SystemZSubtarget(const std::string &TT, const std::string &CPU,

Completed in 207 milliseconds