Searched refs:nvptx64 (Results 1 – 25 of 74) sorted by relevance
123
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s4 target triple = "nvptx64-nvidia-cuda"
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -fp-contract=fast | FileCheck %s --check-prefix=FAST2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 | FileCheck %s --check-prefix=DEFAULT4 target triple = "nvptx64-unknown-cuda"
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix PTX5 target triple = "nvptx64-unknown-unknown"
3 ; 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
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefix=PTX6417 target triple = "nvptx64-unknown-unknown"
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -disable-cgp | FileCheck %s6 target triple = "nvptx64-nvidia-cuda"
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s4 target triple = "nvptx64-unknown-unknown"
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_21 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_52 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_32 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_37 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_50 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_53 | FileCheck %s
3 target triple = "nvptx64-unknown-unknown"5 ; For the nvptx64 architecture, the cost of an arithmetic instruction on a
53 case nvptx64: return "nvptx64"; in getArchTypeName()115 case nvptx64: return "nvptx"; in getArchTypePrefix()261 .Case("nvptx64", nvptx64) in getArchTypeForLLVMName()369 .Case("nvptx64", Triple::nvptx64) in parseArch()573 case Triple::nvptx64: in getDefaultFormat()1126 case llvm::Triple::nvptx64: in getArchPointerBitWidth()1197 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()1240 case Triple::nvptx64: in get64BitArchVariant()1253 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant()1280 case Triple::nvptx64: in getBigEndianArchVariant()[all …]
21 RegisterTarget<Triple::nvptx64> Y(TheNVPTXTarget64, "nvptx64", in LLVMInitializeNVPTXTargetInfo()
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s4 target triple = "nvptx64-nvidia-cuda"
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix=PTX5 target triple = "nvptx64-unknown-unknown"
29 if (TheTriple.getArch() == Triple::nvptx64) { in NVPTXMCAsmInfo()