HomeSort by: relevance | last modified time | path
    Searched refs:AMDGPUInstrInfo (Results 1 - 7 of 7) 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);
AMDGPUInstructionSelector.h 36 class AMDGPUInstrInfo;
AMDGPURegisterBankInfo.cpp 75 #include "AMDGPUInstrInfo.h"
455 AMDGPUInstrInfo::isUniformMMO(MMO);
AMDGPUISelLowering.cpp 17 #include "AMDGPUInstrInfo.h"
746 AMDGPUInstrInfo::isUniformMMO(MN->getMemOperand()))
SIISelLowering.cpp 16 #include "AMDGPUInstrInfo.h"
1566 return AMDGPUInstrInfo::isUniformMMO(MemNode->getMemOperand());
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 26 AMDGPUInstrInfo.cpp \

Completed in 28 milliseconds