HomeSort by relevance Sort by last modified time
    Searched defs:AMDGPU (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
29 #define OPCODE_IS_ZERO_INT AMDGPU::PRED_SETE_INT
30 #define OPCODE_IS_NOT_ZERO_INT AMDGPU::PRED_SETNE_INT
31 #define OPCODE_IS_ZERO AMDGPU::PRED_SETE
32 #define OPCODE_IS_NOT_ZERO AMDGPU::PRED_SETNE
202 namespace AMDGPU {
204 } // End namespace AMDGPU
SIInstrInfo.h 78 namespace AMDGPU {
85 } // End namespace AMDGPU

Completed in 83 milliseconds