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()
144 .Case("cellspu", cellspu) in getArchTypeForLLVMName()
240 .Cases("spu", "cellspu", Triple::cellspu) in parseArch()
649 case llvm::Triple::cellspu: in getArchPointerBitWidth()
698 case Triple::cellspu: in get32BitArchVariant()
731 case Triple::cellspu: in get64BitArchVariant()
/external/llvm/lib/Target/CellSPU/TargetInfo/
DCellSPUTargetInfo.cpp18 RegisterTarget<Triple::cellspu> in LLVMInitializeCellSPUTargetInfo()
/external/llvm/test/CodeGen/CellSPU/
Dcrash.ll1 ; RUN: llc %s -march=cellspu -o -
Dfcmp64.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
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
Dimmed16.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
D2009-01-01-BrCond.ll1 ; RUN: llc < %s -march=cellspu -o - | grep brz
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
Dcall.ll1 ; RUN: llc < %s -march=cellspu | FileCheck %s
Dint2fp.ll1 ; RUN: llc < %s -march=cellspu > %t1.s
Dv2i32.ll1 ;RUN: llc --march=cellspu %s -o - | FileCheck %s
D2010-04-07-DbgValueOtherTargets.ll1 ; RUN: llc -O0 -march=cellspu -asm-verbose < %s | FileCheck %s

123