Searched refs:ptx32 (Results 1 – 25 of 36) sorted by relevance
12
1 ; RUN: llc < %s -march=ptx32 -mattr=ptx20 | grep ".version 2.0"2 ; RUN: llc < %s -march=ptx32 -mattr=ptx21 | grep ".version 2.1"3 ; RUN: llc < %s -march=ptx32 -mattr=ptx22 | grep ".version 2.2"4 ; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".version 2.3"5 ; RUN: llc < %s -march=ptx32 -mattr=sm10 | grep ".target sm_10"6 ; RUN: llc < %s -march=ptx32 -mattr=sm13 | grep ".target sm_13"7 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | grep ".target sm_20"8 ; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".address_size 32"
1 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s -check-prefix=FMA2 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20,+no-fma | FileCheck %s -check-prefix=MUL
1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
1 ; RUN: llc < %s -march=ptx32 -mattr=+sm10 | FileCheck %s
1 ; RUN: llc < %s -march=ptx32 -mattr=+sm13 | FileCheck %s
1 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
1 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
41 case ptx32: return "ptx32"; in getArchTypeName()77 case ptx32: return "ptx"; in getArchTypePrefix()163 .Case("ptx32", ptx32) in getArchTypeForLLVMName()195 .Case("ptx32", Triple::ptx32) in getArchTypeForDarwinArchName()252 .Case("ptx32", Triple::ptx32) in parseArch()656 case llvm::Triple::ptx32: in getArchPointerBitWidth()705 case Triple::ptx32: in get32BitArchVariant()718 case Triple::ptx64: T.setArch(Triple::ptx32); break; in get32BitArchVariant()755 case Triple::ptx32: T.setArch(Triple::ptx64); break; in get64BitArchVariant()
21 RegisterTarget<Triple::ptx32> X32(ThePTX32Target, "ptx32", in LLVMInitializePTXTargetInfo()
1 // RUN: %clang_cc1 %s -triple ptx32-unknown-unknown -emit-llvm -o - | FileCheck %s
1 // RUN: %clang_cc1 %s -triple ptx32-unknown-unknown -emit-llvm -O0 -o - | FileCheck %s