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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.cpp 14 #include "PPCSubtarget.h"
65 PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
115 void PPCSubtarget::SetJITMode() {
129 bool PPCSubtarget::hasLazyResolverStub(const GlobalValue *GV,
PPCSubtarget.h 1 //=====-- PPCSubtarget.h - Define Subtarget for the PPC -------*- C++ -*--====//
49 class PPCSubtarget : public PPCGenSubtargetInfo {
79 PPCSubtarget(const std::string &TT, const std::string &CPU,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 14 #include "PPCSubtarget.h"
43 PPCSubtarget &PPCSubtarget::initializeSubtargetDependencies(StringRef CPU,
50 PPCSubtarget::PPCSubtarget(const Triple &TT, const std::string &CPU,
58 void PPCSubtarget::initializeEnvironment() {
112 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
152 bool PPCSubtarget::hasLazyResolverStub(const GlobalValue *GV) const {
181 bool PPCSubtarget::enableMachineScheduler() const {
189 bool PPCSubtarget::enablePostRAScheduler() const { return true;
    [all...]
PPCSubtarget.h 1 //===-- PPCSubtarget.h - Define Subtarget for the PPC ----------*- C++ -*--===//
67 class PPCSubtarget : public PPCGenSubtargetInfo {
153 PPCSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
192 PPCSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);

Completed in 177 milliseconds