Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-esp.c106 u_char spir[8]; member
277 const u_char spir[8], in esp_decrypt_buffer_by_ikev2_print()
294 && memcmp(spir, sa->spir, 8) == 0) in esp_decrypt_buffer_by_ikev2_print()
561 if(espprint_decode_hex(ndo, sa1.spir, sizeof(sa1.spir), rcookie+2)!=8) in esp_print_decode_ikeline()
H A Dnetdissect.h804 const u_char spir[8],
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp73 case spir: return "spir"; in getArchTypeName()
211 case spir: in getArchTypePrefix()
446 .Case("spir", spir) in getArchTypeForLLVMName()
588 .Case("spir", Triple::spir) in parseArch()
941 case Triple::spir: in getDefaultFormat()
1629 case llvm::Triple::spir: in getArchPointerBitWidth()
1721 case Triple::spir: in get32BitArchVariant()
1752 case Triple::spir64: T.setArch(Triple::spir); break; in get32BitArchVariant()
1831 case Triple::spir: T.setArch(Triple::spir64); break; in get64BitArchVariant()
1874 case Triple::spir: in getBigEndianArchVariant()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgpu7 # Documentation: https://www.khronos.org/spir
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h97 spir, // SPIR: standard portable IR for OpenCL 32-bit version enumerator
832 return getArch() == Triple::spir || getArch() == Triple::spir64; in isSPIR()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h256 assert(Triple.getArch() == llvm::Triple::spir && in SPIR32TargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp653 case llvm::Triple::spir: { in AllocateTarget()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1458 def SpirCompat : DiagGroup<"spir-compat">;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp71 .Case("spir", llvm::Triple::spir) in getArchTypeForMachOArchName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp294 case llvm::Triple::spir: in createTargetCodeGenInfo()