Home
last modified time | relevance | path

Searched refs:nvptx (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/CodeGen/NVPTX/
Dfma-disable.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA
2 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=0 | FileCheck %s -check-prefix=MUL
3 ; 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
Dcalling-conv.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
3 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dintrinsics.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
3 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dannotations.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
3 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dtuple-literal.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_13
Dsm-version-10.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
Dsm-version-30.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | FileCheck %s
Dsm-version-12.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_12 | FileCheck %s
Dsm-version-35.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_35 | FileCheck %s
Dsm-version-11.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_11 | FileCheck %s
Dsm-version-21.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_21 | FileCheck %s
Dsm-version-13.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_13 | FileCheck %s
Dsm-version-20.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dptx-version-30.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -mattr=ptx30 | FileCheck %s
Dptx-version-31.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -mattr=ptx31 | FileCheck %s
Dfma.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dsimple-call.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dparam-align.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dvector-select.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
Dpr13291-i1-store.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=PTX32
Dvector-compare.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
/external/llvm/lib/Support/
DTriple.cpp41 case nvptx: return "nvptx"; in getArchTypeName()
84 case nvptx: return "nvptx"; in getArchTypePrefix()
178 .Case("nvptx", nvptx) in getArchTypeForLLVMName()
240 .Case("nvptx", Triple::nvptx) in parseArch()
673 case llvm::Triple::nvptx: in getArchPointerBitWidth()
726 case Triple::nvptx: in get32BitArchVariant()
739 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()
778 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant()
/external/llvm/lib/Target/NVPTX/TargetInfo/
DNVPTXTargetInfo.cpp19 RegisterTarget<Triple::nvptx> X(TheNVPTXTarget32, "nvptx", in LLVMInitializeNVPTXTargetInfo()
/external/clang/test/CodeGenOpenCL/
Dptx-kernels.cl1 // RUN: %clang_cc1 %s -triple nvptx-unknown-unknown -emit-llvm -o - | FileCheck %s
Dptx-calls.cl1 // RUN: %clang_cc1 %s -triple nvptx-unknown-unknown -emit-llvm -O0 -o - | FileCheck %s

12