| /src/external/bsd/tcpdump/dist/ |
| print-esp.c | 111 u_char spir[8]; member in struct:sa_list 282 const u_char spir[8], 299 && memcmp(spir, sa->spir, 8) == 0) 566 if(espprint_decode_hex(ndo, sa1.spir, sizeof(sa1.spir), rcookie+2)!=8)
|
| netdissect.h | 812 const u_char spir[8],
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 69 case spir: return "spir"; 148 case spir: 149 case spir64: return "spir"; 324 .Case("spir", spir) 457 .Case("spir", Triple::spir) 734 case Triple::spir: 1300 case llvm::Triple::spir [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 94 spir, // SPIR: standard portable IR for OpenCL 32-bit version enumerator in enum:llvm::Triple::ArchType 95 spir64, // SPIR: standard portable IR for OpenCL 64-bit version 696 /// Tests whether the target is SPIR (32- or 64-bit). 698 return getArch() == Triple::spir || getArch() == Triple::spir64;
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Targets.cpp | 33 #include "Targets/SPIR.h" 597 case llvm::Triple::spir: {
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| Darwin.cpp | 69 .Case("spir", llvm::Triple::spir)
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| TargetInfo.cpp | 10078 // SPIR ABI Implementation 11186 case llvm::Triple::spir:
|