Home
last modified time | relevance | path

Searched refs:Accelerator (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtag-accelerators.test91 ; ASCII1-NEXT: Accelerator ID 15: Accelerator can't be both ASCII and VIRTKEY
97 ; ASCII2-NEXT: Accelerator ID 15: Can only apply ALT, SHIFT or CONTROL to VIRTKEY accelerators
103 ; ASCII3-NEXT: Accelerator ID 15: Can only apply ALT, SHIFT or CONTROL to VIRTKEY accelerators
109 ; ASCII4-NEXT: Accelerator ID 15: Can only apply ALT, SHIFT or CONTROL to VIRTKEY accelerators
121 ; LENGTH1-NEXT: Accelerator ID 12: Accelerator string events should have length 1 or 2
127 ; LENGTH2-NEXT: Accelerator ID 5: Accelerator string events should have length 1 or 2
133 ; CARET1-NEXT: Accelerator ID 100: No character following '^' in accelerator event
139 ; CARET2-NEXT: Accelerator ID 1: Event string should be one-character, possibly preceded by '^'
145 ; CARET3-NEXT: Accelerator ID 10: VIRTKEY accelerator events can't be preceded by '^'
151 ; NONALPHA1-NEXT: Accelerator ID 1: Control character accelerator event should be alphabetic
[all …]
H A Dparser.test19 ; PGOOD-NEXT: Accelerator: "^C" 10
20 ; PGOOD-NEXT: Accelerator: 14 11
21 ; PGOOD-NEXT: Accelerator: 5 12 VIRTKEY
22 ; PGOOD-NEXT: Accelerator: 0 0 ASCII
23 ; PGOOD-NEXT: Accelerator: 1 1 VIRTKEY CONTROL
24 ; PGOOD-NEXT: Accelerator: 2 2 VIRTKEY CONTROL
25 ; PGOOD-NEXT: Accelerator: 3 3 ASCII VIRTKEY NOINVERT ALT SHIFT CONTROL
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h102 struct Accelerator { struct
105 COMPARABLE_AND_HASHABLE(Accelerator, Span) argument
134 Optional<Accelerator> Accelerator; member
138 AlignedLoop, Accelerator, ElementClass) in COMPARABLE_AND_HASHABLE()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp110 struct Accelerator { struct
133 Optional<Accelerator> Accelerator; member
204 static raw_ostream &operator<<(raw_ostream &Stream, const Accelerator &O) { in operator <<()
274 if (const auto &C = FI.Accelerator) in operator <<()
275 Stream << IfLt<Accelerator>{Ctx.ElementOp, Ctx.RuntimeSizeArgs, *C}; in operator <<()
301 if (const auto &A = FD.Accelerator) in getImplementation()
302 Impl.Accelerator = Accelerator{A->Span.End}; in getImplementation()
360 static raw_ostream &operator<<(raw_ostream &Stream, const Accelerator &O) { in operator <<()
398 << FD.Accelerator << ',' << FD.ElementClass << '}'; in operator <<()
H A DRandomFunctionGenerator.cpp226 R.Accelerator = As<Accelerator>(E(AcceleratorBegin), E(AcceleratorEnd)); in next()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp38 StringRef AcceleratorsResource::Accelerator::OptionsStr
39 [AcceleratorsResource::Accelerator::NumFlags] = {
42 uint32_t AcceleratorsResource::Accelerator::OptionsFlags
43 [AcceleratorsResource::Accelerator::NumFlags] = {ASCII, VIRTKEY, NOINVERT,
51 for (size_t i = 0; i < Accelerator::NumFlags; ++i) in log()
52 if (Acc.Flags & Accelerator::OptionsFlags[i]) in log()
53 OS << " " << Accelerator::OptionsStr[i]; in log()
H A DResourceFileWriter.h128 Error writeSingleAccelerator(const AcceleratorsResource::Accelerator &,
H A DResourceScriptStmt.h323 class Accelerator {
351 std::vector<Accelerator> Accelerators;
354 Accelerators.push_back(Accelerator{Event, Id, Flags}); in addAccelerator()
H A DResourceFileWriter.cpp596 const AcceleratorsResource::Accelerator &Obj, bool IsLastItem) { in writeSingleAccelerator()
597 using Accelerator = AcceleratorsResource::Accelerator; in writeSingleAccelerator() typedef
598 using Opt = Accelerator::Options; in writeSingleAccelerator()
H A DResourceScriptParser.cpp440 parseFlags(AcceleratorsResource::Accelerator::OptionsStr, in parseAcceleratorsResource()
441 AcceleratorsResource::Accelerator::OptionsFlags)); in parseAcceleratorsResource()
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dmemcpy_implementations.h72 return copy<x86::Accelerator>(dst, src, count); in inline_memcpy()
99 return copy<x86::Accelerator>(dst, src, count); in inline_memcpy()
H A Delements_x86.h178 struct Accelerator { struct
/llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/
H A DCodeGenTest.cpp29 Accelerator{{0, kMaxSize}}, ElementTypeClass::NATIVE}, in TEST()
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md439 It is the role of an Accelerator-specific vector dialect (see codegen flow in
440 the figure above) to lower the `vector.cast`. Accelerator -> LLVM lowering would
441 then consist of a bunch of `Accelerator -> Accelerator` rewrites to perform the
442 casts composed with `Accelerator -> LLVM` conversions + intrinsics that operate
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp211 if (opt::Arg *Accelerator = Args.getLastArg(OPT_accelerator)) { in getAccelTableKind() local
212 StringRef S = Accelerator->getValue(); in getAccelTableKind()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-header-machine-types.test115 …RUN: llvm-readelf --file-headers %t.mma.o | FileCheck %s -DMACHINE="Fujitsu Multimedia Accelerator"
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64.td433 "true", "Enable Armv8.7-A LD64B/ST64B Accelerator Extension">;
H A DAArch64SystemOperands.td1669 // v8.7a LD64B/ST64B Accelerator Extension system register
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1343 Name Accelerator Tables
1397 exactly what we need. The Name Accelerator Tables were designed to fix these
H A DAMDGPUUsage.rst348 …amdgcn`` dGPU - sramecc - *rocm-amdhsa* - AMD Instinct MI100 Accelerator