Lines Matching refs:SPU
1 //===- SPUSubtarget.cpp - STI Cell SPU Subtarget Information --------------===//
15 #include "SPU.h"
30 ProcDirective(SPU::DEFAULT_PROC),
33 // Should be the target SPU processor type. For now, since there's only
59 CriticalPathRCs.push_back(&SPU::R8CRegClass);
60 CriticalPathRCs.push_back(&SPU::R16CRegClass);
61 CriticalPathRCs.push_back(&SPU::R32CRegClass);
62 CriticalPathRCs.push_back(&SPU::R32FPRegClass);
63 CriticalPathRCs.push_back(&SPU::R64CRegClass);
64 CriticalPathRCs.push_back(&SPU::VECREGRegClass);