Searched refs:spir64 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp61 case spir64: return "spir64";
139 case spir64: return "spir";
311 .Case("spir64", spir64)
440 .Case("spir64", Triple::spir64)
701 case Triple::spir64:
1288 case llvm::Triple::spir64:
1368 case Triple::spir64
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h90 spir64, // SPIR: standard portable IR for OpenCL 64-bit version enumerator in enum:llvm::Triple::ArchType
686 return getArch() == Triple::spir || getArch() == Triple::spir64;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp570 case llvm::Triple::spir64: {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10029 case llvm::Triple::spir64:
H A DCGOpenMPRuntime.cpp11112 case llvm::Triple::spir64:

Completed in 417 milliseconds