Searched defs:AMDGPU (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h14 namespace AMDGPU { namespace in namespace:llvm
28 } // namespace AMDGPU
H A DAMDGPUAsmUtils.cpp12 namespace AMDGPU { namespace in namespace:llvm
15 // This must be in sync with llvm::AMDGPU::SendMsg::Id enum members, see SIDefines.h.
35 // These two must be in sync with llvm::AMDGPU::SendMsg::Op enum members, see SIDefines.h.
55 // This must be in sync with llvm::AMDGPU::Hwreg::ID_SYMBOLIC_FIRST_/LAST_, see SIDefines.h.
68 } // namespace AMDGPU
H A DAMDGPUBaseInfo.h1 //===-- AMDGPUBaseInfo.h - Top level definitions for AMDGPU -----*- C++ -*-===//
25 namespace AMDGPU { namespace in namespace:llvm
64 } // end namespace AMDGPU
H A DAMDGPUBaseInfo.cpp1 //===-- AMDGPUBaseInfo.cpp - AMDGPU Base encoding information--------------===//
10 #include "AMDGPU.h"
28 namespace AMDGPU { namespace in namespace:llvm
152 return STI.getFeatureBits()[AMDGPU::FeatureSouthernIslands];
156 return STI.getFeatureBits()[AMDGPU::FeatureSeaIslands];
160 return STI.getFeatureBits()[AMDGPU::FeatureVolcanicIslands];
167 case AMDGPU::FLAT_SCR:
169 return isCI(STI) ? AMDGPU::FLAT_SCR_ci : AMDGPU::FLAT_SCR_vi;
171 case AMDGPU
[all...]
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUFixupKinds.h1 //===-- AMDGPUFixupKinds.h - AMDGPU Specific Fixup Entries ------*- C++ -*-===//
16 namespace AMDGPU { namespace in namespace:llvm
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h1 //===-- AMDGPU.h - MachineFunction passes hw codegen --------------*- C++ -*-=//
116 namespace AMDGPU { namespace in namespace:llvm
H A DAMDGPUInstrInfo.h1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
26 #define OPCODE_IS_ZERO_INT AMDGPU::PRED_SETE_INT
27 #define OPCODE_IS_NOT_ZERO_INT AMDGPU::PRED_SETNE_INT
28 #define OPCODE_IS_ZERO AMDGPU::PRED_SETE
29 #define OPCODE_IS_NOT_ZERO AMDGPU::PRED_SETNE
63 namespace AMDGPU { namespace in namespace:llvm
66 } // End namespace AMDGPU
H A DR600InstrInfo.h323 namespace AMDGPU { namespace in namespace:llvm
327 } //End namespace AMDGPU
H A DAMDGPUInstrInfo.cpp65 case 1: return AMDGPU::getMaskedMIMGOp(Opcode, AMDGPU::Channels_1);
66 case 2: return AMDGPU::getMaskedMIMGOp(Opcode, AMDGPU::Channels_2);
67 case 3: return AMDGPU::getMaskedMIMGOp(Opcode, AMDGPU::Channels_3);
81 namespace AMDGPU { namespace in namespace:llvm
108 int MCOp = AMDGPU::getMCOpcode(Opcode, subtargetEncodingFamily(ST));
H A DSIInstrInfo.h143 // DstRC, then AMDGPU::COPY is returned.
514 int Idx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), OpName);
543 namespace AMDGPU { namespace in namespace:llvm
569 } // End namespace AMDGPU
H A DSIDefines.h49 namespace AMDGPU { namespace in namespace:llvm
108 namespace AMDGPU { namespace in namespace:llvm
127 } // namespace AMDGPU
131 namespace AMDGPU { namespace in namespace:llvm
207 } // namespace AMDGPU
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h76 /// \brief AMDGPU builtins
77 namespace AMDGPU { namespace in namespace:clang

Completed in 216 milliseconds