Home
last modified time | relevance | path

Searched refs:spir (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-esp.c112 u_char spir[8]; member
187 u_char spii[8], u_char spir[8], in esp_print_decrypt_buffer_by_ikev2()
205 && memcmp(spir, sa->spir, 8) == 0) in esp_print_decrypt_buffer_by_ikev2()
492 if(espprint_decode_hex(ndo, sa1.spir, sizeof(sa1.spir), rcookie+2)!=8) in esp_print_decode_ikeline()
H A Dnetdissect.h656 u_char spii[8], u_char spir[8],
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp69 case spir: return "spir"; in getArchTypeName()
148 case spir: in getArchTypePrefix()
324 .Case("spir", spir) in getArchTypeForLLVMName()
457 .Case("spir", Triple::spir) in parseArch()
734 case Triple::spir: in getDefaultFormat()
1300 case llvm::Triple::spir: in getArchPointerBitWidth()
1385 case Triple::spir: in get32BitArchVariant()
1409 case Triple::spir64: T.setArch(Triple::spir); break; in get32BitArchVariant()
1475 case Triple::spir: T.setArch(Triple::spir64); break; in get64BitArchVariant()
1511 case Triple::spir: in getBigEndianArchVariant()
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dgpu7 # Documentation: https://www.khronos.org/spir
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h94 spir, // SPIR: standard portable IR for OpenCL 32-bit version enumerator
698 return getArch() == Triple::spir || getArch() == Triple::spir64; in isSPIR()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp597 case llvm::Triple::spir: { in AllocateTarget()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp73 .Case("spir", llvm::Triple::spir) in getArchTypeForMachOArchName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1251 def SpirCompat : DiagGroup<"spir-compat">;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp11232 case llvm::Triple::spir: in getTargetCodeGenInfo()