Home
last modified time | relevance | path

Searched refs:selectSMRD (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.h76 bool selectSMRD(MachineInstr &I, ArrayRef<GEPInfo> AddrInfo) const;
DAMDGPUInstructionSelector.cpp503 bool AMDGPUInstructionSelector::selectSMRD(MachineInstr &I, in selectSMRD() function in AMDGPUInstructionSelector
592 if (selectSMRD(I, AddrInfo)) { in selectG_LOAD()