HomeSort by relevance Sort by last modified time
    Searched refs:cellspu (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/TargetInfo/
CellSPUTargetInfo.cpp 1 //===-- CellSPUTargetInfo.cpp - CellSPU Target Implementation -------------===//
18 RegisterTarget<Triple::cellspu>
19 X(TheCellSPUTarget, "cellspu", "STI CBEA Cell SPU [experimental]");
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 24 case cellspu: return "cellspu";
62 case cellspu: return "spu";
144 if (Name == "cellspu")
145 return cellspu;
301 else if (ArchName == "spu" || ArchName == "cellspu")
302 return cellspu;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 49 cellspu, // CellSPU: spu, cellspu enumerator in enum:llvm::Triple::ArchType

Completed in 213 milliseconds