HomeSort by relevance Sort by last modified time
    Searched defs:SystemZSubtarget (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 1 //===- SystemZSubtarget.cpp - SystemZ Subtarget Information -------*- C++ -*-=//
14 #include "SystemZSubtarget.h"
26 SystemZSubtarget::SystemZSubtarget(const std::string &TT,
39 bool SystemZSubtarget::GVRequiresExtraLoad(const GlobalValue* GV,
SystemZSubtarget.h 1 //==-- SystemZSubtarget.h - Define Subtarget for the SystemZ ---*- C++ -*--===//
28 class SystemZSubtarget : public SystemZGenSubtargetInfo {
34 SystemZSubtarget(const std::string &TT, const std::string &CPU,

Completed in 48 milliseconds