Home
last modified time | relevance | path

Searched refs:cellspu (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/CodeGen/CellSPU/
Dcall.ll1 ; RUN: llc < %s -march=cellspu -regalloc=linearscan > %t1.s
5 ; RUN: llc < %s -march=cellspu | FileCheck %s
Dfcmp64.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dcrash.ll1 ; RUN: llc %s -march=cellspu -o -
Dbss.ll1 ; RUN: llc < %s -march=cellspu | FileCheck %s
Dstorestruct.ll1 ; RUN: llc < %s -march=cellspu | FileCheck %s
Dcall_indirect.ll1 ; RUN: llc < %s -march=cellspu -asm-verbose=0 -regalloc=linearscan > %t1.s
2 ; RUN: llc < %s -march=cellspu -mattr=large_mem -asm-verbose=0 -regalloc=linearscan > %t2.s
Dprivate.ll3 ; RUN: llc < %s -march=cellspu > %t
Ddiv_ops.ll1 ; RUN: llc --march=cellspu %s -o - | FileCheck %s
Dbigstack.ll1 ; RUN: llc < %s -march=cellspu -o %t1.s
Djumptable.ll1 ;RUN: llc --march=cellspu -disable-cgp-branch-opts %s -o - | FileCheck %s
Dmul-with-overflow.ll1 ; RUN: llc < %s -march=cellspu
Di8ops.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dsub_ops.ll1 ; RUN: llc < %s -march=cellspu | FileCheck %s
Dfdiv.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dimmed16.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
D2009-01-01-BrCond.ll1 ; RUN: llc < %s -march=cellspu -o - | grep brnz
Dfcmp32.ll1 ; RUN: llc --march=cellspu %s -o - | FileCheck %s
Dctpop.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dvec_const.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
2 ; RUN: llc < %s -march=cellspu -mattr=large_mem > %t2.s
Darg_ret.ll2 ;RUN: llc --march=cellspu %s -o - | FileCheck %s
Dfneg-fabs.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dint2fp.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dsext128.ll1 ; RUN: llc < %s -march=cellspu | FileCheck %s
/external/llvm/lib/Target/CellSPU/TargetInfo/
DCellSPUTargetInfo.cpp18 RegisterTarget<Triple::cellspu> in LLVMInitializeCellSPUTargetInfo()
/external/llvm/lib/Support/
DTriple.cpp29 case cellspu: return "cellspu"; in getArchTypeName()
63 case cellspu: return "spu"; in getArchTypePrefix()
142 return cellspu; in getArchTypeForLLVMName()
282 return cellspu; in ParseArch()

123