Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp61 case spir64: return "spir64"; in getArchTypeName()
139 case spir64: return "spir"; in getArchTypePrefix()
311 .Case("spir64", spir64) in getArchTypeForLLVMName()
440 .Case("spir64", Triple::spir64) in parseArch()
701 case Triple::spir64: in getDefaultFormat()
1288 case llvm::Triple::spir64: in getArchPointerBitWidth()
1368 case Triple::spir64: T.setArch(Triple::spir); break; in get32BitArchVariant()
1410 case Triple::spir64: in get64BitArchVariant()
1431 case Triple::spir: T.setArch(Triple::spir64); break; in get64BitArchVariant()
1466 case Triple::spir64: in getBigEndianArchVariant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h90 spir64, // SPIR: standard portable IR for OpenCL 64-bit version enumerator
686 return getArch() == Triple::spir || getArch() == Triple::spir64; in isSPIR()