Home
last modified time | relevance | path

Searched refs:spir64 (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp68 case spir64: return "spir64"; in getArchTypeName()
149 case spir64: return "spir"; in getArchTypePrefix()
325 .Case("spir64", spir64) in getArchTypeForLLVMName()
458 .Case("spir64", Triple::spir64) in parseArch()
733 case Triple::spir64: in getDefaultFormat()
1326 case llvm::Triple::spir64: in getArchPointerBitWidth()
1409 case Triple::spir64: T.setArch(Triple::spir); break; in get32BitArchVariant()
1453 case Triple::spir64: in get64BitArchVariant()
1475 case Triple::spir: T.setArch(Triple::spir64); break; in get64BitArchVariant()
1510 case Triple::spir64: in getBigEndianArchVariant()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h95 spir64, // SPIR: standard portable IR for OpenCL 64-bit version enumerator
698 return getArch() == Triple::spir || getArch() == Triple::spir64; in isSPIR()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp603 case llvm::Triple::spir64: { in AllocateTarget()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DOpenCLSupport.rst87 $ clang -cc1 -triple spir64-unknown-unknown -cl-ext=-cl_khr_fp64 test.cl
H A DUsersManual.rst3015 $ clang -target spir64 test.cl -emit-llvm -c
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp11187 case llvm::Triple::spir64: in getTargetCodeGenInfo()