Searched refs:nvptx (Results 1 – 25 of 70) sorted by relevance
123
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA2 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=0 | FileCheck %s -check-prefix=MUL3 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA4 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=0 | FileCheck %s -check-prefix=MUL
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-prec-divf32=1 -nvptx-prec-sqrtf32=0 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s4 target triple = "nvptx-nvidia-cuda"
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s43 attributes #1 = { "nvptx-f32ftz" = "true" }
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s3 target triple = "nvptx-nvidia-cuda"
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_21 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_35 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -mattr=ptx30 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -mattr=ptx31 | FileCheck %s
42 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()
19 RegisterTarget<Triple::nvptx> X(TheNVPTXTarget32, "nvptx", in LLVMInitializeNVPTXTargetInfo()
1 // RUN: %clang_cc1 %s -triple nvptx-unknown-unknown -emit-llvm -o - | FileCheck %s
1 // RUN: %clang_cc1 %s -triple nvptx-unknown-unknown -emit-llvm -O0 -o - | FileCheck %s