| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 243 /// Generic ADD instruction. This is an integer add. 247 /// Generic SUB instruction. This is an integer sub. 250 // Generic multiply instruction. 253 // Generic signed division instruction. 256 // Generic unsigned division instruction. 259 // Generic signed remainder instruction. 262 // Generic unsigned remainder instruction. 265 // Generic signed divrem instruction. 268 // Generic unsigned divrem instruction. 271 /// Generic bitwise and instruction. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| H A D | Event.t | 7 use Test2::Event::Generic; 66 my $e = Test2::Event::Generic->new( 83 package => 'Test2::Event::Generic', 84 details => 'Test2::Event::Generic', 102 package => 'Test2::Event::Generic', 103 details => 'Test2::Event::Generic', 126 package => 'Test2::Event::Generic', 127 details => 'Test2::Event::Generic', 144 details => 'Test2::Event::Generic', 157 package => 'Test2::Event::Generic', [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 41 Generic, // Default 46 Generic, // opencl_generic 57 Generic, // ptr32_sptr 58 Generic, // ptr32_uptr 59 Generic, // ptr64 60 Generic, // hlsl_groupshared 69 Generic, // opencl_generic 76 Generic, // sycl_global 77 Generic, // sycl_global_device 78 Generic, // sycl_global_host [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 244 // Generic addition. 252 // Generic subtraction. 260 // Generic multiplication. 268 // Generic signed division. 276 // Generic unsigned division. 284 // Generic signed remainder. 292 // Generic unsigned remainder. 300 // Generic signed division and remainder. 308 // Generic unsigned division and remainder. 316 // Generic bitwise and. [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 129 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 139 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 155 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 160 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 165 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 284 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 289 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 310 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBError.h | 25 Generic = 0, enumerator 42 explicit DNBError(ValueType err = 0, FlavorType flavor = Generic) 48 m_flavor = Generic; in Clear()
|
| H A D | JSONGenerator.h | 35 class Generic; variable 44 typedef std::shared_ptr<Generic> GenericSP; 108 Generic *GetAsGeneric() { in GetAsGeneric() 110 return (Generic *)this; in GetAsGeneric() 369 class Generic : public Object { 371 explicit Generic(void *object = nullptr)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 27 // Define Generic 1 micro-op types 61 // Define Generic 2 micro-op types 196 // Define Generic 3 micro-op types 267 // Define Generic 4 micro-op types 334 // Define Generic 5 micro-op types 378 // Define Generic 6 micro-op types 425 // Define Generic 7 micro-op types 462 // Define Generic 8 micro-op types 488 // Define Generic 9 micro-op types 515 // Define Generic 10 micro-op types [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCAsmInfo.cpp | 23 Generic = 0, enumerator 30 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"), 74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant; in AArch64MCAsmInfoELF()
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | GMIR.rst | 3 Generic Machine IR 9 Generic MIR (gMIR) is an intermediate representation that shares the same data 20 Generic Machine Instructions 30 gMIR defines a rich collection of ``Generic Opcodes`` which are target 41 Generic Virtual Registers 49 Generic virtual registers are like virtual registers but they are not assigned a 55 Generic virtual registers can be used with all the virtual register API's 79 See `PR26576 <https://llvm.org/PR26576>`_: [GlobalISel] Generic MachineInstrs 216 Generic Opcode Reference 219 The Generic Opcodes that are available are described at :doc:`GenericOpcode`.
|
| H A D | GenericOpcode.rst | 4 Generic Opcodes 678 Generic load. Expects a MachineMemOperand in addition to explicit 693 Generic indexed load. Combines a GEP with a load. $newaddr is set to $base + $offset. 710 Generic store. Expects a MachineMemOperand in addition to explicit 724 Generic atomic cmpxchg with internal success check. Expects a 730 Generic atomic cmpxchg. Expects a MachineMemOperand in addition to explicit 739 Generic atomicrmw. Expects a MachineMemOperand in addition to explicit 752 Generic memcpy. Expects two MachineMemOperands covering the store and load 758 Generic inlined memcpy. Like G_MEMCPY, but it is guaranteed that this version 766 Generic memmove. Similar to G_MEMCPY, but the source and destination memory [all …]
|
| /openbsd-src/gnu/llvm/clang/cmake/caches/ |
| H A D | BaremetalARM.cmake | 7 set(BUILTINS_armv6m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv6m-none-eabi System Name") 12 set(BUILTINS_armv7m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7m-none-eabi System Name") 19 set(BUILTINS_armv7em-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7em-none-eabi System Nam…
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_report.cpp | 529 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc() 535 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp() 541 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp() 548 return err.Generic.addr_description.Address(); in __asan_get_report_address() 556 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type() 562 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size() 568 return ScopedInErrorReport::CurrentError().Generic.bug_descr; in __asan_get_report_description()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Cuda.h | 110 Generic, // A processor model named 'generic' if the target backend defines a enumerator 124 return A >= CudaArch::GFX600 && A < CudaArch::Generic; in IsAMDGpuArch()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | 27 StructuredData::Generic *script_obj = nullptr) override { 84 StructuredData::Generic *script_obj = nullptr) override {
|
| H A D | ScriptedPlatformInterface.h | 25 StructuredData::Generic *script_obj = nullptr) override {
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 59 class Generic; variable 68 typedef std::shared_ptr<Generic> GenericSP; 144 Generic *GetAsGeneric() { in GetAsGeneric() 146 ? static_cast<Generic *>(this) in GetAsGeneric() 563 class Generic : public Object { 565 explicit Generic(void *object = nullptr)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Generic.t | 11 my $e = $ctx->send_event('Generic', @_); 21 ok($e->isa('Test2::Event::Generic'), "It is an event"); 62 like($e->summary, qr/Test2::Event::Generic/, "Got base class summary");
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 98 // Generic Registers 103 // Generic integer registers - 32 bits wide 107 // Generic floating point registers - 32 bits wide 114 // Generic integer registers - 64 bits wide
|
| /openbsd-src/regress/lib/libagentx/ |
| H A D | walk.err | 1 snmp: Can't parse oid openBSD.100.20.1.2.1: Generic error
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1452 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments() 1511 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_RegisterInfo() 1544 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_ThreadsInfo() 1579 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_RegisterContextData() 1613 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_CreateThread() 1671 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanExplainsStop() 1688 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanShouldStop() 1705 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanIsStale() 1722 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanGetRunState() 1880 StructuredData::Generic *generic = plugin_module_sp->GetAsGeneric(); in GetDynamicSettings() [all …]
|
| H A D | ScriptedPlatformPythonInterface.h | 29 StructuredData::Generic *script_obj = nullptr) override;
|
| H A D | ScriptedThreadPythonInterface.h | 29 StructuredData::Generic *script_obj = nullptr) override;
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | DESIGN-NOTES | 40 crypto.c Generic cryptography. 43 doi.c Generic handling of different DOIs. 47 field.c Generic handling of fields. 52 hash.c Generic hash handling. 67 isakmp_fld.fld Generic packet layout. 70 key.c Generic key handling. 76 message.c Generic message handling. 84 transport.c Generic transport handling. 135 Generic SA Cookie pair + message ID + SPI.
|
| /openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
| H A D | CMakeLists.txt | 1 # Generic helper for fuzzer binaries.
|