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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
38 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
45 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
AMDGPUInstrInfo.cpp 1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
16 #include "AMDGPUInstrInfo.h"
31 void AMDGPUInstrInfo::anchor() {}
33 AMDGPUInstrInfo::AMDGPUInstrInfo(const AMDGPUSubtarget &ST)
36 bool AMDGPUInstrInfo::enableClusterLoads() const {
50 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1,
62 int AMDGPUInstrInfo::getMaskedMIMGOp(uint16_t Opcode, unsigned Channels) const {
107 int AMDGPUInstrInfo::pseudoToMCOpcode(int Opcode) const {

Completed in 57 milliseconds