Searched defs:SparcSubtarget (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcSubtarget.cpp1 //===- SparcSubtarget.cpp - SPARC Subtarget Information -------------------===//
14 #include "SparcSubtarget.h"
24 SparcSubtarget::SparcSubtarget(const std::string &TT, const std::string &CPU, function in class:SparcSubtarget
H A DSparcSubtarget.h1 //=====-- SparcSubtarget.h - Define Subtarget for the SPARC ----*- C++ -*-====//
26 class SparcSubtarget : public SparcGenSubtargetInfo { class in namespace:llvm
33 SparcSubtarget(const std::string &TT, const std::string &CPU,
/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp1 //===-- SparcSubtarget.cpp - SPARC Subtarget Information ------------------===//
14 #include "SparcSubtarget.h"
27 void SparcSubtarget::anchor() { }
29 SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU,
69 SparcSubtarget::SparcSubtarget(const Triple &TT, const std::string &CPU, function in class:SparcSubtarget
76 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
102 bool SparcSubtarget::enableMachineScheduler() const {
H A DSparcSubtarget.h1 //===-- SparcSubtarget.h - Define Subtarget for the SPARC -------*- C++ -*-===//
32 class SparcSubtarget : public SparcGenSubtargetInfo { class in namespace:llvm
66 SparcSubtarget(const Triple &TT, const std::string &CPU,
114 SparcSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);

Completed in 231 milliseconds