| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | tag-accelerators.test | 91 ; 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 D | parser.test | 19 ; 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 D | FunctionDescriptor.h | 102 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 D | CodeGen.cpp | 110 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 D | RandomFunctionGenerator.cpp | 226 R.Accelerator = As<Accelerator>(E(AcceleratorBegin), E(AcceleratorEnd)); in next()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptStmt.cpp | 38 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 D | ResourceFileWriter.h | 128 Error writeSingleAccelerator(const AcceleratorsResource::Accelerator &,
|
| H A D | ResourceScriptStmt.h | 323 class Accelerator { 351 std::vector<Accelerator> Accelerators; 354 Accelerators.push_back(Accelerator{Event, Id, Flags}); in addAccelerator()
|
| H A D | ResourceFileWriter.cpp | 596 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 D | ResourceScriptParser.cpp | 440 parseFlags(AcceleratorsResource::Accelerator::OptionsStr, in parseAcceleratorsResource() 441 AcceleratorsResource::Accelerator::OptionsFlags)); in parseAcceleratorsResource()
|
| /llvm-project-15.0.7/libc/src/string/memory_utils/ |
| H A D | memcpy_implementations.h | 72 return copy<x86::Accelerator>(dst, src, count); in inline_memcpy() 99 return copy<x86::Accelerator>(dst, src, count); in inline_memcpy()
|
| H A D | elements_x86.h | 178 struct Accelerator { struct
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/ |
| H A D | CodeGenTest.cpp | 29 Accelerator{{0, kMaxSize}}, ElementTypeClass::NATIVE}, in TEST()
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Vector.md | 439 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 D | dsymutil.cpp | 211 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 D | file-header-machine-types.test | 115 …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 D | AArch64.td | 433 "true", "Enable Armv8.7-A LD64B/ST64B Accelerator Extension">;
|
| H A D | AArch64SystemOperands.td | 1669 // v8.7a LD64B/ST64B Accelerator Extension system register
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1343 Name Accelerator Tables 1397 exactly what we need. The Name Accelerator Tables were designed to fix these
|
| H A D | AMDGPUUsage.rst | 348 …amdgcn`` dGPU - sramecc - *rocm-amdhsa* - AMD Instinct MI100 Accelerator
|