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

  /external/llvm/lib/Target/CellSPU/
SPUSubtarget.cpp 1 //===- SPUSubtarget.cpp - STI Cell SPU Subtarget Information --------------===//
14 #include "SPUSubtarget.h"
26 SPUSubtarget::SPUSubtarget(const std::string &TT, const std::string &CPU,
46 void SPUSubtarget::SetJITMode() {
50 bool SPUSubtarget::enablePostRAScheduler(
SPUSubtarget.h 1 //===-- SPUSubtarget.h - Define Subtarget for the Cell SPU ------*- C++ -*-===//
35 class SPUSubtarget : public SPUGenSubtargetInfo {
56 SPUSubtarget(const std::string &TT, const std::string &CPU,

Completed in 959 milliseconds