Home
last modified time | relevance | path

Searched refs:spirv32 (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project-15.0.7/clang/test/Driver/
H A Dspirv-toolchain.cl13 // RUN: %clang -### --target=spirv32 -x cl -c %s 2>&1 | FileCheck --check-prefix=SPV32 %s
14 // RUN: %clang -### --target=spirv32 %s 2>&1 | FileCheck --check-prefix=SPV32 %s
15 // RUN: %clang -### --target=spirv32 -x ir -c %s 2>&1 | FileCheck --check-prefix=SPV32 %s
16 // RUN: %clang -### --target=spirv32 -x clcpp -c %s 2>&1 | FileCheck --check-prefix=SPV32 %s
17 // RUN: %clang -### --target=spirv32 -x c -c %s 2>&1 | FileCheck --check-prefix=SPV32 %s
19 // SPV32: "-cc1" "-triple" "spirv32"
35 // RUN: %clang -### --target=spirv32 -x cl -S %s 2>&1 | FileCheck --check-prefix=SPT32 %s
36 // RUN: %clang -### --target=spirv32 -x ir -S %s 2>&1 | FileCheck --check-prefix=SPT32 %s
37 // RUN: %clang -### --target=spirv32 -x clcpp -c %s 2>&1 | FileCheck --check-prefix=SPV32 %s
38 // RUN: %clang -### --target=spirv32 -x c -S %s 2>&1 | FileCheck --check-prefix=SPT32 %s
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/
H A Dmetadata-opencl.ll2 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %t/metadata-opencl12.ll -o - | FileCheck %t/metadat…
3 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %t/metadata-opencl20.ll -o - | FileCheck %t/metadat…
4 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %t/metadata-opencl22.ll -o - | FileCheck %t/metadat…
H A Doptnone.ll2 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Dspirv_target.cl1 // RUN: %clang_cc1 -no-opaque-pointers %s -triple "spirv32-unknown-unknown" -verify -emit-llvm -o -…
4 // SPIRV32: target triple = "spirv32-unknown-unknown"
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/TargetInfo/
H A DSPIRVTargetInfo.cpp24 RegisterTarget<Triple::spirv32> X(getTheSPIRV32Target(), "spirv32", in LLVMInitializeSPIRVTargetInfo()
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/constant/
H A Dlocal-bool-constants.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
H A Dlocal-vector-matrix-constants.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
H A Dlocal-aggregate-constant.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
H A Dlocal-null-constants.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
H A Dglobal-constants.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/function/
H A Didentity-function.ll3 target triple = "spirv32-unknown-unknown"
H A Dtrivial-function-with-call.ll3 target triple = "spirv32-unknown-unknown"
H A Dtrivial-function-definition.ll3 target triple = "spirv32-unknown-unknown"
H A Dtrivial-function-with-attributes.ll3 target triple = "spirv32-unknown-unknown"
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/transcoding/
H A DOpBitReverse_i32.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
H A DOpVectorExtractDynamic.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
H A DOpSwitchEmpty.ll11 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
H A DOpBitReverse_v2i16.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
H A DDecorationMaxByteOffset.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp73 case spirv32: return "spirv32"; in getArchTypeName()
156 case spirv32: in getArchTypePrefix()
360 .Case("spirv32", spirv32) in getArchTypeForLLVMName()
499 "spirv32v1.3", "spirv32v1.4", "spirv32v1.5", Triple::spirv32) in parseArch()
855 case Triple::spirv32: in getDefaultFormat()
1406 case llvm::Triple::spirv32: in getArchPointerBitWidth()
1496 case Triple::spirv32: in get32BitArchVariant()
1527 T.setArch(Triple::spirv32, getSubArch()); in get32BitArchVariant()
1603 case Triple::spirv32: in get64BitArchVariant()
1645 case Triple::spirv32: in getBigEndianArchVariant()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.cpp39 return Arch == Triple::spirv32 ? 32 : 64; in computePointerSize()
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/branching/
H A Dif-non-merging.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
H A Dif-merging.ll5 target triple = "spirv32-unknown-unknown"
/llvm-project-15.0.7/llvm/docs/
H A DSPIRVUsage.rst33 ``spirv32`` SPIR-V with 32-bit pointer width.
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/
H A Dselect.ll1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s

123