OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cellspu
(Results
1 - 25
of
93
) sorted by null
1
2
3
4
/external/llvm/test/CodeGen/CellSPU/
dg.exp
3
if { [llvm_supports_target
CellSPU
] } {
crash.ll
1
; RUN: llc %s -march=
cellspu
-o -
fcmp64.ll
1
; RUN: llc < %s -march=
cellspu
> %t1.s
bss.ll
1
; RUN: llc < %s -march=
cellspu
| FileCheck %s
bigstack.ll
1
; RUN: llc < %s -march=
cellspu
-o %t1.s
div_ops.ll
1
; RUN: llc --march=
cellspu
%s -o - | FileCheck %s
jumptable.ll
1
;RUN: llc --march=
cellspu
-disable-cgp-branch-opts %s -o - | FileCheck %s
private.ll
3
; RUN: llc < %s -march=
cellspu
> %t
storestruct.ll
1
; RUN: llc < %s -march=
cellspu
| FileCheck %s
mul-with-overflow.ll
1
; RUN: llc < %s -march=
cellspu
call.ll
1
; RUN: llc < %s -march=
cellspu
-regalloc=linearscan > %t1.s
5
; RUN: llc < %s -march=
cellspu
| FileCheck %s
2009-01-01-BrCond.ll
1
; RUN: llc < %s -march=
cellspu
-o - | grep brnz
arg_ret.ll
2
;RUN: llc --march=
cellspu
%s -o - | FileCheck %s
ctpop.ll
1
; RUN: llc < %s -march=
cellspu
> %t1.s
fcmp32.ll
1
; RUN: llc --march=
cellspu
%s -o - | FileCheck %s
fdiv.ll
1
; RUN: llc < %s -march=
cellspu
> %t1.s
/external/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]");
Makefile
1
##===- lib/Target/
CellSPU
/TargetInfo/Makefile --------------*- Makefile -*-===##
/external/llvm/lib/Target/CellSPU/
SPUSelectionDAGInfo.cpp
1
//===-- SPUSelectionDAGInfo.cpp -
CellSPU
SelectionDAG Info ---------------===//
14
#define DEBUG_TYPE "
cellspu
-selectiondag-info"
SPUSelectionDAGInfo.h
1
//===-- SPUSelectionDAGInfo.h -
CellSPU
SelectionDAG Info -------*- C++ -*-===//
10
// This file defines the
CellSPU
subclass for TargetSelectionDAGInfo.
Makefile
1
##===- lib/Target/
CellSPU
/Makefile -------------------------*- Makefile -*-===##
/external/clang/utils/C++Tests/LLVM-Code-Compile/
lit.local.cfg
23
'-I%s/lib/Target/
CellSPU
' % root.llvm_src_root,
38
'-I%s/lib/Target/
CellSPU
' % target_obj_root,
/external/clang/utils/C++Tests/LLVM-Code-Symbols/
lit.local.cfg
23
'-I%s/lib/Target/
CellSPU
' % root.llvm_src_root,
38
'-I%s/lib/Target/
CellSPU
' % target_obj_root,
/external/clang/utils/C++Tests/LLVM-Code-Syntax/
lit.local.cfg
22
'-I%s/lib/Target/
CellSPU
' % root.llvm_src_root,
37
'-I%s/lib/Target/
CellSPU
' % target_obj_root,
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
Makefile
1
##===- lib/Target/
CellSPU
/TargetDesc/Makefile --------------*- Makefile -*-===##
Completed in 409 milliseconds
1
2
3
4