Home
last modified time | relevance | path

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

123

/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
Drsqrt.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-prec-divf32=1 -nvptx-prec-sqrtf32=0 | FileCheck %s
Dload-sext-i1.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx-nvidia-cuda"
Di1-global.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx-nvidia-cuda"
Di1-param.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx-nvidia-cuda"
Dgeneric-to-nvvm.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 target triple = "nvptx-nvidia-cuda"
Dfast-math.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
43 attributes #1 = { "nvptx-f32ftz" = "true" }
Drefl1.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
3 target triple = "nvptx-nvidia-cuda"
Dtuple-literal.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
Dsm-version-21.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_21 | FileCheck %s
Dsm-version-35.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_35 | FileCheck %s
Dsm-version-30.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | 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
Dpr16278.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dmodule-inline-asm.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dsext-params.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
Dfp-literals.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | 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
/external/llvm/lib/Support/
DTriple.cpp42 case nvptx: return "nvptx"; in getArchTypeName()
86 case nvptx: return "nvptx"; in getArchTypePrefix()
184 .Case("nvptx", nvptx) in getArchTypeForLLVMName()
247 .Case("nvptx", Triple::nvptx) in parseArch()
682 case llvm::Triple::nvptx: in getArchPointerBitWidth()
738 case Triple::nvptx: in get32BitArchVariant()
751 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()
791 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

123