HomeSort by: relevance | last modified time | path
    Searched defs:AMDGPU (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUGlobalISelUtils.h 19 namespace AMDGPU {
AMDGPULegalizerInfo.h 10 /// AMDGPU.
28 namespace AMDGPU {
173 const AMDGPU::ImageDimIntrinsicInfo *ImageDimIntr) const;
AMDGPUPTNote.h 1 //===-- AMDGPUNoteType.h - AMDGPU ELF PT_NOTE section info-------*- C++ -*-===//
11 /// Enums and constants for AMDGPU PT_NOTE sections.
20 namespace AMDGPU {
27 const char NoteNameV3[] = "AMDGPU";
30 } // End namespace AMDGPU
SIISelLowering.h 26 namespace AMDGPU {
68 SDValue lowerImage(SDValue Op, const AMDGPU::ImageDimIntrinsicInfo *Intr,
AMDGPUHSAMetadataStreamer.h 10 /// AMDGPU HSA Metadata Streamer.
35 namespace AMDGPU {
204 } // end namespace AMDGPU
AMDGPU.h 1 //===-- AMDGPU.h - MachineFunction passes hw codegen --------------*- C++ -*-=//
338 namespace AMDGPU {
404 namespace AMDGPU {
AMDGPUAsmPrinter.h 1 //===-- AMDGPUAsmPrinter.h - Print AMDGPU assembly code ---------*- C++ -*-===//
10 /// AMDGPU Assembly printer class.
30 namespace AMDGPU {
34 } // namespace AMDGPU
64 std::unique_ptr<AMDGPU::HSAMD::MetadataStreamer> HSAMetadataStream;
AMDGPUInstructionSelector.h 10 /// AMDGPU.
32 namespace AMDGPU {
130 const AMDGPU::ImageDimIntrinsicInfo *Intr) const;
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
35 namespace AMDGPU {
82 } // end AMDGPU namespace
AMDGPUHSAMetadataStreamer.cpp 10 /// AMDGPU HSA Metadata Streamer.
16 #include "AMDGPU.h"
42 "amdgpu-dump-hsa-metadata",
43 cl::desc("Dump AMDGPU HSA Metadata"));
45 "amdgpu-verify-hsa-metadata",
46 cl::desc("Verify AMDGPU HSA Metadata"));
48 namespace AMDGPU {
55 errs() << "AMDGPU HSA Metadata:\n" << HSAMetadataString << '\n';
59 errs() << "AMDGPU HSA Metadata Parser Test: ";
385 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0)
    [all...]
SIInstrInfo.h 245 // DstRC, then AMDGPU::COPY is returned.
798 AMDGPU::OPERAND_REG_IMM_INT64 : AMDGPU::OPERAND_REG_IMM_INT32;
985 int Idx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), OpName);
1166 namespace AMDGPU {
1240 } // end namespace AMDGPU
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPULDSUtils.h 9 // AMDGPU LDS related helper utility functions.
16 #include "AMDGPU.h"
20 namespace AMDGPU {
34 } // end namespace AMDGPU
AMDGPUAsmUtils.h 18 namespace AMDGPU {
57 } // namespace AMDGPU
AMDGPUAsmUtils.cpp 14 namespace AMDGPU {
17 // This must be in sync with llvm::AMDGPU::SendMsg::Id enum members, see SIDefines.h.
37 // These two must be in sync with llvm::AMDGPU::SendMsg::Op enum members, see SIDefines.h.
57 // This must be in sync with llvm::AMDGPU::Hwreg::ID_SYMBOLIC_FIRST_/LAST_, see SIDefines.h.
339 // This must be in sync with llvm::AMDGPU::Swizzle::Id enum members, see SIDefines.h.
352 // This must be in sync with llvm::AMDGPU::VGPRIndexMode::Id enum members, see SIDefines.h.
362 } // namespace AMDGPU
AMDGPULDSUtils.cpp 9 // AMDGPU LDS related helper utility functions.
21 namespace AMDGPU {
24 return AMDGPU::isModuleEntryFunctionCC(Func->getCallingConv());
125 } // end namespace AMDGPU
AMDGPUBaseInfo.h 1 //===- AMDGPUBaseInfo.h - Top level definitions for AMDGPU ------*- C++ -*-===//
35 namespace AMDGPU {
781 case AMDGPU::OPERAND_REG_IMM_INT32:
782 case AMDGPU::OPERAND_REG_IMM_FP32:
783 case AMDGPU::OPERAND_REG_INLINE_C_INT32:
784 case AMDGPU::OPERAND_REG_INLINE_C_FP32:
785 case AMDGPU::OPERAND_REG_INLINE_AC_INT32:
786 case AMDGPU::OPERAND_REG_INLINE_AC_FP32:
787 case AMDGPU::OPERAND_REG_IMM_V2INT32:
788 case AMDGPU::OPERAND_REG_IMM_V2FP32
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
AMDGPUMetadataVerifier.h 10 /// This is a verifier for AMDGPU HSA metadata, which can verify both
22 namespace AMDGPU {
26 /// Verifier for AMDGPU HSA metadata.
66 } // end namespace AMDGPU
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUFixupKinds.h 1 //===-- AMDGPUFixupKinds.h - AMDGPU Specific Fixup Entries ------*- C++ -*-===//
15 namespace AMDGPU {
AMDGPUTargetStreamer.h 1 //===-- AMDGPUTargetStreamer.h - AMDGPU Target Streamer --------*- C++ -*--===//
29 namespace AMDGPU {
33 } // namespace AMDGPU
44 Optional<AMDGPU::IsaInfo::AMDGPUTargetID> TargetID;
89 virtual bool EmitHSAMetadata(const AMDGPU::HSAMD::Metadata &HSAMetadata) = 0;
102 const Optional<AMDGPU::IsaInfo::AMDGPUTargetID> &getTargetID() const {
105 Optional<AMDGPU::IsaInfo::AMDGPUTargetID> &getTargetID() {
149 bool EmitHSAMetadata(const AMDGPU::HSAMD::Metadata &HSAMetadata) override;
209 bool EmitHSAMetadata(const AMDGPU::HSAMD::Metadata &HSAMetadata) override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetParser.h 34 namespace AMDGPU {
36 /// GPU kinds supported by the AMDGPU target.
146 } // namespace AMDGPU
AMDGPUMetadata.h 10 /// AMDGPU metadata definitions and in-memory representations.
25 namespace AMDGPU {
521 } // end namespace AMDGPU
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
AMDGPUMetadataVerifier.cpp 10 /// Implements a verifier for AMDGPU HSA metadata.
19 namespace AMDGPU {
298 } // end namespace AMDGPU
  /src/external/apache2/llvm/dist/llvm/lib/Support/
AMDGPUMetadata.cpp 10 /// AMDGPU metadata definitions and in-memory representations.
18 using namespace llvm::AMDGPU;
19 using namespace llvm::AMDGPU::HSAMD;
210 namespace AMDGPU {
227 } // end namespace AMDGPU
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 7 CPPFLAGS+= -I${LLVM_SRCDIR}/lib/Target/AMDGPU
9 .PATH: ${LLVM_SRCDIR}/lib/Target/AMDGPU
113 TABLEGEN_SRC= AMDGPU.td AMDGPUGISel.td InstCombineTables.td R600.td
114 TABLEGEN_INCLUDES= -I${LLVM_SRCDIR}/lib/Target/AMDGPU
115 TABLEGEN_OUTPUT.AMDGPU.td= \
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetBuiltins.h 98 /// AMDGPU builtins
99 namespace AMDGPU {
325 PPC::LastTSBuiltin, NVPTX::LastTSBuiltin, AMDGPU::LastTSBuiltin,

Completed in 68 milliseconds

1 2