Home
last modified time | relevance | path

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

123

/external/llvm/lib/Support/
DTriple.cpp23 case cellspu: return "cellspu"; in getArchTypeName()
58 case cellspu: return "spu"; in getArchTypePrefix()
151 .Case("cellspu", cellspu) in getArchTypeForLLVMName()
247 .Cases("spu", "cellspu", Triple::cellspu) in parseArch()
681 case llvm::Triple::cellspu: in getArchPointerBitWidth()
730 case Triple::cellspu: in get32BitArchVariant()
763 case Triple::cellspu: in get64BitArchVariant()
/external/llvm/lib/Target/CellSPU/TargetInfo/
DCellSPUTargetInfo.cpp18 RegisterTarget<Triple::cellspu> in LLVMInitializeCellSPUTargetInfo()
/external/llvm/test/CodeGen/CellSPU/
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
Dbigstack.ll1 ; RUN: llc < %s -march=cellspu -o %t1.s
Dprivate.ll3 ; RUN: llc < %s -march=cellspu > %t
Ddiv_ops.ll1 ; RUN: llc --march=cellspu %s -o - | FileCheck %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
D2009-01-01-BrCond.ll1 ; RUN: llc < %s -march=cellspu -o - | grep brz
Dimmed16.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dfcmp32.ll1 ; RUN: llc --mtriple=cellspu-unknown-elf %s -o - | FileCheck %s
Dctpop.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dfneg-fabs.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Darg_ret.ll2 ;RUN: llc --march=cellspu %s -o - | FileCheck %s
Dvec_const.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
2 ; RUN: llc < %s -march=cellspu -mattr=large_mem > %t2.s
Dint2fp.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dcall.ll1 ; RUN: llc < %s -march=cellspu | FileCheck %s
D2010-04-07-DbgValueOtherTargets.ll1 ; RUN: llc -O0 -march=cellspu -asm-verbose < %s | FileCheck %s
Dv2i32.ll1 ;RUN: llc --march=cellspu %s -o - | FileCheck %s

123