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

  /external/llvm/lib/Target/AMDGPU/
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 {
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
38 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
45 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
AMDGPUSubtarget.h 119 const AMDGPUInstrInfo *getInstrInfo() const override;
432 inline const AMDGPUInstrInfo *AMDGPUSubtarget::getInstrInfo() const {
R600InstrInfo.h 18 #include "AMDGPUInstrInfo.h"
29 class R600InstrInfo final : public AMDGPUInstrInfo {
SIInstrInfo.h 19 #include "AMDGPUInstrInfo.h"
25 class SIInstrInfo final : public AMDGPUInstrInfo {
R600InstrInfo.cpp 32 : AMDGPUInstrInfo(ST), RI(), ST(ST) {}
905 return AMDGPUInstrInfo::isPredicable(MI);
    [all...]
SIInstrInfo.cpp 32 : AMDGPUInstrInfo(ST), RI(), ST(ST) {}
854 default: return AMDGPUInstrInfo::expandPostRAPseudo(MI);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.cpp 1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
16 #include "AMDGPUInstrInfo.h"
27 //void AMDGPUInstrInfo::anchor() {}
29 AMDGPUInstrInfo::AMDGPUInstrInfo(const GCNSubtarget &ST) { }
33 bool AMDGPUInstrInfo::isUniformMMO(const MachineMemOperand *MMO) {
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
30 class AMDGPUInstrInfo {
32 explicit AMDGPUInstrInfo(const GCNSubtarget &st);
AMDGPUInstructionSelector.h 33 class AMDGPUInstrInfo;
AMDGPURegisterBankInfo.cpp 16 #include "AMDGPUInstrInfo.h"
189 return AMDGPUInstrInfo::isUniformMMO(MMO);
SIISelLowering.cpp     [all...]

Completed in 499 milliseconds