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"
25 SPUSubtarget::SPUSubtarget(const std::string &TT, const std::string &CPU,
45 void SPUSubtarget::SetJITMode() {
49 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 155 milliseconds