HomeSort by: relevance | last modified time | path
    Searched defs:SystemZSubtarget (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 1 //===-- SystemZSubtarget.cpp - SystemZ subtarget information --------------===//
9 #include "SystemZSubtarget.h"
28 void SystemZSubtarget::anchor() {}
30 SystemZSubtarget &
31 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) {
54 SystemZSubtarget::initializeSpecialRegisters() {
65 SystemZSubtarget::SystemZSubtarget(const Triple &TT, const std::string &CPU,
90 SystemZSubtarget::~SystemZSubtarget() { delete getSpecialRegisters();
    [all...]
SystemZSubtarget.h 1 //===-- SystemZSubtarget.h - SystemZ subtarget information -----*- C++ -*--===//
33 class SystemZSubtarget : public SystemZGenSubtargetInfo {
81 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
86 SystemZSubtarget(const Triple &TT, const std::string &CPU,
89 ~SystemZSubtarget();

Completed in 26 milliseconds