Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/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 | grep "mad"
2 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20,+no-fma | grep -v "mad"
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-sm13.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+sm13 | FileCheck %s
Dfdiv-sm10.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+sm10 | FileCheck %s
Dshl.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dstack-object.ll1 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
Dmad.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+sm13 | 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
Daggregates.ll1 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
Dshr.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dmul.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
D20110926-sitofp.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dmov.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dllvm-intrinsic.ll1 ; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
Dsub.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
Dadd.ll1 ; RUN: llc < %s -march=ptx32 | FileCheck %s
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp41 case ptx32: return "ptx32"; in getArchTypeName()
77 case ptx32: return "ptx"; in getArchTypePrefix()
181 return ptx32; in getArchTypeForLLVMName()
228 return Triple::ptx32; in getArchTypeForDarwinArchName()
326 return ptx32; in ParseArch()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/TargetInfo/
DPTXTargetInfo.cpp21 RegisterTarget<Triple::ptx32> X32(ThePTX32Target, "ptx32", in LLVMInitializePTXTargetInfo()

12