Home
last modified time | relevance | path

Searched refs:Hardware (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Datomics-hw-remarks-gfx90a.ll4 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope system due to…
5 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope agent due to …
6 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope workgroup due…
7 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope wavefront due…
8 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope singlethread …
9 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope agent-one-as …
10 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope workgroup-one…
11 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope wavefront-one…
12 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope singlethread-…
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Datomics-unsafe-hw-remarks-gfx90a.cl30 // GFX90A-HW-REMARK: Hardware instruction generated for atomic fadd operation at memory scope workg…
31 // GFX90A-HW-REMARK: Hardware instruction generated for atomic fadd operation at memory scope agent…
32 // GFX90A-HW-REMARK: Hardware instruction generated for atomic fadd operation at memory scope wavef…
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DContext.h52 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware; variable
65 Hardware.push_back(std::move(H)); in addHardwareUnit()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PfmCounters.td1 //===-- AArch64PfmCounters.td - AArch64 Hardware Counters --*- tablegen -*-===//
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td1 //===-- PPCPfmCounters.td - PPC Hardware Counters ----------*- tablegen -*-===//
H A DPPCInstrHTM.td1 //===-- PPCInstrHTM.td - The PowerPC Hardware Transactional Memory -*-===//
9 // This file describes the Hardware Transactional Memory extension to the
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsPfmCounters.td1 //===-- MipsPfmCounters.td - Mips Hardware Counters --------*- tablegen -*-===//
H A DMipsRegisterInfo.td78 // Mips Hardware Registers
218 // Hardware registers
457 // Hardware registers
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h64 bool Hardware) /*override*/ { in SetBreakpoint() argument
65 if (Hardware) in SetBreakpoint()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpr42492.ll5 ; Check we don't assert and this is not a Hardware Loop
H A DO3-pipeline.ll79 ; CHECK-NEXT: Hardware Loop Insertion
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSanitizers.def52 // Hardware-assisted AddressSanitizer
55 // Kernel Hardware-assisted AddressSanitizer (KHWASan)
H A DMSP430Target.def235 // With 32 Bit Hardware Multiplier
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md48 almost 1-1 with the HW ISA. This is referred to as the Hardware Vector
66 2. `Virtual Vector -> Hardware Vector` lowering is specified as a set of MLIR
68 3. `Hardware Vector -> LLVM` lowering is a mechanical process that is written
70 Hardware Vector` ops generation as closely as possible.
83 ### Hardware Vector Ops
85 Hardware Vector Ops are implemented as one dialect per target. For internal
154 ### Virtual Vector to Hardware Vector Lowering
167 ### Hardware as `vector` Machines of Minimum Granularity
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dhwloop-phi-subreg.ll5 ; new preheader is created in the Hardware Loop pass.
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp170 StringRef Hardware; in getHostCPUNameForARM() local
176 Hardware = Lines[I].substr(8).ltrim("\t :"); in getHostCPUNameForARM()
184 if (Hardware.endswith("MSM8994") || Hardware.endswith("MSM8996")) in getHostCPUNameForARM()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h92 enum class OptionNames : uint32_t { Names = 0, Hardware, LastOptionName }; enumerator
/llvm-project-15.0.7/llvm/docs/
H A DMemTagSanitizer.rst12 functionality is planned but not implemented. Hardware capable of
H A DCompilerWriterInfo.rst13 Hardware chapter
H A DGettingStartedVS.rst37 Hardware section in Requirements
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td104 "Hardware supports unaligned global loads and stores"
122 "Hardware supports unaligned local and region loads and stores"
146 "Hardware supports XNACK"
628 "Hardware supports SRAMECC"
791 "Hardware automatically inserts waitcnt before barrier"
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp100 Breakpoint::GetKey(OptionNames::Hardware), m_hardware); in SerializeToStructuredData()
198 Breakpoint::GetKey(OptionNames::Hardware), hardware); in CreateFromStructuredData()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PfmCounters.td1 //===-- X86PfmCounters.td - X86 Hardware Counters ----------*- tablegen -*-===//
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A DO3-pipeline.ll60 ; CHECK-NEXT: Hardware Loop Insertion
/llvm-project-15.0.7/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst2 Hardware-assisted AddressSanitizer Design Documentation

12