Home
last modified time | relevance | path

Searched refs:ptx32 (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/test/CodeGen/PTX/
Doptions.ll1 ; 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"
Dmad-disabling.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s -check-prefix=FMA
2 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20,+no-fma | FileCheck %s -check-prefix=MUL
Dret.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dexit.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dfneg.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dparameter-order.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dfdiv-sm10.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+sm10 | FileCheck %s
Dfdiv-sm13.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+sm13 | FileCheck %s
Dshl.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dmad.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+sm13 | FileCheck %s
Dstack-object.ll1 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
Dbra.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dbitwise.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dsimple-call.ll1 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
Dselp.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dmul.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dshr.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
D20110926-sitofp.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Daggregates.ll1 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
Dmov.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dllvm-intrinsic.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
/external/llvm/lib/Support/
DTriple.cpp41 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()
/external/llvm/lib/Target/PTX/TargetInfo/
DPTXTargetInfo.cpp21 RegisterTarget<Triple::ptx32> X32(ThePTX32Target, "ptx32", in LLVMInitializePTXTargetInfo()
/external/clang/test/CodeGenOpenCL/
Dptx-kernels.cl1 // RUN: %clang_cc1 %s -triple ptx32-unknown-unknown -emit-llvm -o - | FileCheck %s
Dptx-calls.cl1 // RUN: %clang_cc1 %s -triple ptx32-unknown-unknown -emit-llvm -O0 -o - | FileCheck %s

12