Searched refs:nvptx (Results 1 – 25 of 50) sorted by relevance
12
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_10 | FileCheck %s3 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_13
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_30 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_12 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_35 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_11 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_21 | FileCheck %s
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_13 | 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
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=PTX32
41 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()
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