OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Generic
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AMDGPU.cpp
42
Generic
, // Default
47
Generic
, // opencl_generic
58
Generic
, // ptr32_sptr
59
Generic
, // ptr32_uptr
60
Generic
// ptr64
69
Generic
, // opencl_generic
76
Generic
, // sycl_global
77
Generic
, // sycl_global_device
78
Generic
, // sycl_global_host
79
Generic
, // sycl_loca
[
all
...]
AMDGPU.h
33
Generic
= 0,
392
// In amdgcn target the null pointer in global, constant, and
generic
428
// When -target-cpu is not set, we assume
generic
code that it is valid
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp
23
Generic
= 0,
30
cl::values(clEnumValN(
Generic
, "
generic
", "Emit
generic
NEON assembly"),
72
// We prefer NEON instructions to be printed in the
generic
form when
74
AssemblerDialect = AsmWriterVariant == Default ?
Generic
: AsmWriterVariant;
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
101
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
129
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
135
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
139
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
155
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
160
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
165
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
284
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
289
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
310
Info.Properties |= (SymbolPropertySet)SymbolProperty::
Generic
;
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/examples/
extables.c
373
[0012] Reset Register : [
Generic
Address Structure]
384
[0012] PM1A Event Block : [
Generic
Address Structure]
391
[0012] PM1B Event Block : [
Generic
Address Structure]
398
[0012] PM1A Control Block : [
Generic
Address Structure]
405
[0012] PM1B Control Block : [
Generic
Address Structure]
412
[0012] PM2 Control Block : [
Generic
Address Structure]
419
[0012] PM Timer Block : [
Generic
Address Structure]
426
[0012] GPE0 Block : [
Generic
Address Structure]
433
[0012] GPE1 Block : [
Generic
Address Structure]
441
[0012] Sleep Control Register : [
Generic
Address Structure
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc
496
return ScopedInErrorReport::CurrentError().
Generic
.pc;
502
return ScopedInErrorReport::CurrentError().
Generic
.bp;
508
return ScopedInErrorReport::CurrentError().
Generic
.sp;
515
return err.
Generic
.addr_description.Address();
523
return ScopedInErrorReport::CurrentError().
Generic
.is_write;
529
return ScopedInErrorReport::CurrentError().
Generic
.access_size;
535
return ScopedInErrorReport::CurrentError().
Generic
.bug_descr;
asan_errors.h
387
macro(
Generic
)
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_report.cpp
529
return ScopedInErrorReport::CurrentError().
Generic
.pc;
535
return ScopedInErrorReport::CurrentError().
Generic
.bp;
541
return ScopedInErrorReport::CurrentError().
Generic
.sp;
548
return err.
Generic
.addr_description.Address();
556
return ScopedInErrorReport::CurrentError().
Generic
.is_write;
562
return ScopedInErrorReport::CurrentError().
Generic
.access_size;
568
return ScopedInErrorReport::CurrentError().
Generic
.bug_descr;
asan_errors.h
426
macro(
Generic
)
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp
511
return ScopedInErrorReport::CurrentError().
Generic
.pc;
517
return ScopedInErrorReport::CurrentError().
Generic
.bp;
523
return ScopedInErrorReport::CurrentError().
Generic
.sp;
530
return err.
Generic
.addr_description.Address();
538
return ScopedInErrorReport::CurrentError().
Generic
.is_write;
544
return ScopedInErrorReport::CurrentError().
Generic
.access_size;
550
return ScopedInErrorReport::CurrentError().
Generic
.bug_descr;
asan_errors.h
403
macro(
Generic
)
/src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h
83
Generic
= 1 << 0,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonDepArch.h
24
enum class ArchEnum { NoArch,
Generic
, V5, V55, V60, V62, V65, V66, V67, V68 };
39
{"
generic
", Hexagon::ArchEnum::V5},
52
{"
generic
", llvm::ELF::EF_HEXAGON_MACH_V5},
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp
95
clEnumValN(Hexagon::ArchEnum::
Generic
, "", "")),
374
case Hexagon::ArchEnum::
Generic
:{
/src/external/lgpl3/gmp/dist/mpn/x86/
mod_34lsub1.asm
1
dnl
Generic
x86 mpn_mod_34lsub1 -- mpn remainder modulo 2^24-1.
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h
78
/// Helper for
generic
variables globalization prolog.
82
/// Helper for
generic
variables globalization epilog.
369
/// which the local variables are actually global threadlocal, and
Generic
, in
375
///
Generic
data-sharing mode.
376
Generic
,
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h
67
Generic
= 4,
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
186
Generic
= 0x0d, //
Generic
call sequence
/src/external/apache2/llvm/dist/llvm/lib/Support/
AMDGPUMetadata.cpp
44
YIO.enumCase(EN, "
Generic
", AddressSpaceQualifier::
Generic
);
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h
429
[024h 0036 12] Command/Status Register : <
Generic
Address Structure>
436
[030h 0048 12] Data Register : <
Generic
Address Structure>
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
408
CV_ENUM_CLASS_ENT(CallingConvention,
Generic
),
TypeDumpVisitor.cpp
123
ENUM_ENTRY(CallingConvention,
Generic
),
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
87
CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv,
Generic
, "genericcall", OS)
/src/external/lgpl3/gmp/dist/doc/
configuration
60
Currently only mpn/mp_bases.c is truly
generic
and included in every
63
the mpn/
generic
directory.
120
means there must be a C version in mpn/
generic
. (Eg. mul_1)
148
iii)
Generic
tests for late in the testing can be added to
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp
106
return AddressSpaceQualifier::
Generic
;
526
return StringRef("
generic
");
Completed in 41 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026