Searched refs:selectSMRD (Results 1 – 2 of 2) sorted by relevance
76 bool selectSMRD(MachineInstr &I, ArrayRef<GEPInfo> AddrInfo) const;
503 bool AMDGPUInstructionSelector::selectSMRD(MachineInstr &I, in selectSMRD() function in AMDGPUInstructionSelector592 if (selectSMRD(I, AddrInfo)) { in selectG_LOAD()