Home
last modified time | relevance | path

Searched refs:sparcv9 (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm/test/CodeGen/SPARC/
Dconstpool.ll2 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pref…
3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pref…
4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pref…
6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pref…
Dglobals.ll2 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pref…
3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pref…
4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pref…
6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pref…
Dblockaddr.ll2 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pref…
3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pref…
4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pref…
6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pref…
Dmature-mc-support.ll12 ; SKIP: not llc -march=sparcv9 < %s > /dev/null 2> %t3
15 ; RUN: not llc -march=sparcv9 -filetype=obj < %s > /dev/null 2> %t4
D2009-08-28-PIC.ll2 ; RUN: llc -march=sparcv9 --relocation-model=pic < %s | FileCheck %s --check-prefix=V9
4 ; RUN: llc -march=sparcv9 --relocation-model=pic < %s -O0 | FileCheck %s --check-prefix=V9UNOPT
Dtls.ll2 ; RUN: llc <%s -march=sparcv9 -relocation-model=static | FileCheck %s --check-prefix=v9abs
4 ; RUN: llc <%s -march=sparcv9 -relocation-model=pic | FileCheck %s --check-prefix=pic
7 ; RUN: llc <%s -march=sparcv9 -relocation-model=static -filetype=obj | llvm-readobj -r | FileCheck …
9 ; RUN: llc <%s -march=sparcv9 -relocation-model=pic -filetype=obj | llvm-readobj -r | FileCheck …
Dobj-relocs.ll1 ; RUN: llc < %s -march=sparcv9 -filetype=obj --relocation-model=static | llvm-readobj -r | FileChec…
2 ; RUN: llc < %s -march=sparcv9 -filetype=obj --relocation-model=pic | llvm-readobj -r | FileChec…
Dparts.ll1 ; RUN: llc < %s -march=sparcv9 | FileCheck %s
D2013-05-17-CallFrame.ll2 ; RUN: llc -march=sparcv9 < %s | FileCheck %s --check-prefix=SPARC64
Drem.ll1 ; RUN: llc < %s -march=sparcv9 | FileCheck %s
/external/llvm/lib/Support/
DTriple.cpp43 case sparcv9: return "sparcv9"; in getArchTypeName()
103 case sparcv9: in getArchTypePrefix()
252 .Case("sparcv9", sparcv9) in getArchTypeForLLVMName()
365 .Cases("sparcv9", "sparc64", Triple::sparcv9) in parseArch()
579 case Triple::sparcv9: in getDefaultFormat()
1129 case llvm::Triple::sparcv9: in getArchPointerBitWidth()
1199 case Triple::sparcv9: T.setArch(Triple::sparc); break; in get32BitArchVariant()
1243 case Triple::sparcv9: in get64BitArchVariant()
1255 case Triple::sparc: T.setArch(Triple::sparcv9); break; in get64BitArchVariant()
1307 case Triple::sparcv9: in getBigEndianArchVariant()
[all …]
/external/llvm/test/MC/Sparc/
Dsparc-relocations.s1 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -filetype=obj | llvm-readobj -r | FileCheck %s --check-prefix=CHECK…
Dsparc-vis.s1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
Dsparcv9-atomic-instructions.s1 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
Dsparc-pic.s1 ! RUN: llvm-mc %s -arch=sparcv9 --relocation-model=pic -filetype=obj | llvm-readobj -r | FileCheck …
2 ! RUN: llvm-mc %s -arch=sparcv9 --relocation-model=static -filetype=obj | llvm-readobj -r | FileChe…
Dsparc-asm-errors.s2 ! RUN: not llvm-mc %s -arch=sparcv9 -show-encoding 2>&1 | FileCheck %s
Dsparc-nop-data.s2 ! RUN: llvm-mc %s -arch=sparcv9 -filetype=obj | llvm-readobj -s -sd | FileCheck %s
Dsparc-directives.s2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
Dsparc-directive-xword.s3 ! RUN: llvm-mc %s -triple sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARCV9
Dsparc-atomic-instructions.s1 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc-v9.txt1 # RUN: llvm-mc --disassemble %s -triple=sparcv9-unknown-linux | FileCheck %s
/external/llvm/lib/Target/Sparc/TargetInfo/
DSparcTargetInfo.cpp22 RegisterTarget<Triple::sparcv9, /*HasJIT=*/true> Y(TheSparcV9Target, in LLVMInitializeSparcTargetInfo()
/external/llvm/test/DebugInfo/Sparc/
Dprocesses-relocations.ll3 ; RUN: llc -filetype=obj -O0 < %s -mtriple sparcv9-unknown-linux | \
/external/bison/m4/
Dlib-prefix.m4160 dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
174 dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
184 dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
196 sparc*) acl_libdirstem2=lib/sparcv9 ;;
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCAsmInfo.cpp24 bool isV9 = (TheTriple.getArch() == Triple::sparcv9); in SparcELFMCAsmInfo()

1234