Searched refs:spir (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c112 u_char spir[8]; member in struct:sa_list
187 u_char spii[8], u_char spir[8],
205 && memcmp(spir, sa->spir, 8) == 0)
492 if(espprint_decode_hex(ndo, sa1.spir, sizeof(sa1.spir), rcookie+2)!=8)
185 esp_print_decrypt_buffer_by_ikev2(netdissect_options *ndo, int initiator, u_char spii[8], u_char spir[8], const u_char *buf, const u_char *end) argument
H A Dnetdissect.h655 u_char spii[8], u_char spir[8],
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp66 case spir: return "spir";
142 case spir:
143 case spir64: return "spir";
314 .Case("spir", spir)
443 .Case("spir", Triple::spir)
708 case Triple::spir:
1267 case llvm::Triple::spir
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h91 spir, // SPIR: standard portable IR for OpenCL 32-bit version enumerator in enum:llvm::Triple::ArchType
679 return getArch() == Triple::spir || getArch() == Triple::spir64;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp574 case llvm::Triple::spir: {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp68 .Case("spir", llvm::Triple::spir)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10985 case llvm::Triple::spir:

Completed in 148 milliseconds