Searched refs:nvptx (Results 1 – 25 of 140) sorted by relevance
123456
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 -nvptx-prec-divf32=0 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s3 target triple = "nvptx"
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 | FileCheck %s3 target triple = "nvptx-unknown-cuda"
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=SM202 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | FileCheck %s --check-prefix=SM304 target triple = "nvptx-unknown-cuda"
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 %s3 target triple = "nvptx-unknown-nvcl"
1 ; RUN: opt < %s -S -nvptx-lower-alloca -nvptx-favor-non-generic -dce | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=SM202 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | FileCheck %s --check-prefix=SM305 target triple = "nvptx-unknown-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 -disable-nvptx-favor-non-generic | FileCheck %s -check-pre…2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -disable-nvptx-favor-non-generic | FileCheck %s -check-p…
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck --check-prefix=SM20 %s2 ; RUN: llc < %s -march=nvptx -mcpu=sm_35 | FileCheck --check-prefix=SM35 %s
52 case nvptx: return "nvptx"; in getArchTypeName()114 case nvptx: return "nvptx"; in getArchTypePrefix()260 .Case("nvptx", nvptx) in getArchTypeForLLVMName()368 .Case("nvptx", Triple::nvptx) in parseArch()572 case Triple::nvptx: in getDefaultFormat()1100 case llvm::Triple::nvptx: in getArchPointerBitWidth()1179 case Triple::nvptx: in get32BitArchVariant()1197 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()1253 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant()1281 case Triple::nvptx: in getBigEndianArchVariant()[all …]