HomeSort by: relevance | last modified time | path
    Searched defs:AMDGPUInstrInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.cpp 1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
15 #include "AMDGPUInstrInfo.h"
25 //void AMDGPUInstrInfo::anchor() {}
27 AMDGPUInstrInfo::AMDGPUInstrInfo(const GCNSubtarget &ST) { }
31 bool AMDGPUInstrInfo::isUniformMMO(const MachineMemOperand *MMO) {
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
28 class AMDGPUInstrInfo {
30 explicit AMDGPUInstrInfo(const GCNSubtarget &st);

Completed in 21 milliseconds