Home
last modified time | relevance | path

Searched refs:nvptx64 (Results 1 – 25 of 74) sorted by relevance

123

/external/llvm/test/CodeGen/NVPTX/
Dvector-global.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx64-nvidia-cuda"
Dfp-contract.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -fp-contract=fast | FileCheck %s --check-prefix=FAST
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 | FileCheck %s --check-prefix=DEFAULT
4 target triple = "nvptx64-unknown-cuda"
Dlower-alloca.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix PTX
5 target triple = "nvptx64-unknown-unknown"
Dfma-disable.ll3 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA
4 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=0 | FileCheck %s -check-prefix=MUL
Dsymbol-naming.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefix=PTX64
17 target triple = "nvptx64-unknown-unknown"
Dbranch-fold.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -disable-cgp | FileCheck %s
6 target triple = "nvptx64-nvidia-cuda"
Dnounroll.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx64-unknown-unknown"
Dbug21465.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix PTX
5 target triple = "nvptx64-unknown-unknown"
Dlower-kernel-ptr-arg.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx64-nvidia-cuda"
Dsm-version-20.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
Dsm-version-21.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_21 | FileCheck %s
Dmisaligned-vector-ldst.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx64-nvidia-cuda"
Dsm-version-52.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_52 | FileCheck %s
Dsm-version-35.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s
Dsm-version-32.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_32 | FileCheck %s
Dsm-version-37.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_37 | FileCheck %s
Dsm-version-30.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 | FileCheck %s
Dsm-version-50.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_50 | FileCheck %s
Dsm-version-53.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_53 | FileCheck %s
/external/llvm/test/Transforms/IndVarSimplify/NVPTX/
Dno-widen-expensive.ll3 target triple = "nvptx64-unknown-unknown"
5 ; For the nvptx64 architecture, the cost of an arithmetic instruction on a
/external/llvm/lib/Support/
DTriple.cpp53 case nvptx64: return "nvptx64"; in getArchTypeName()
115 case nvptx64: return "nvptx"; in getArchTypePrefix()
261 .Case("nvptx64", nvptx64) in getArchTypeForLLVMName()
369 .Case("nvptx64", Triple::nvptx64) in parseArch()
573 case Triple::nvptx64: in getDefaultFormat()
1126 case llvm::Triple::nvptx64: in getArchPointerBitWidth()
1197 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()
1240 case Triple::nvptx64: in get64BitArchVariant()
1253 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant()
1280 case Triple::nvptx64: in getBigEndianArchVariant()
[all …]
/external/llvm/lib/Target/NVPTX/TargetInfo/
DNVPTXTargetInfo.cpp21 RegisterTarget<Triple::nvptx64> Y(TheNVPTXTarget64, "nvptx64", in LLVMInitializeNVPTXTargetInfo()
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dspeculative-slsr.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s
4 target triple = "nvptx64-nvidia-cuda"
Dreassociate-geps-and-slsr.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix=PTX
5 target triple = "nvptx64-unknown-unknown"
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp29 if (TheTriple.getArch() == Triple::nvptx64) { in NVPTXMCAsmInfo()

123