Searched refs:LoadStoreOp (Results 1 – 2 of 2) sorted by relevance
977 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local979 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()1034 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in getFlatScratchSpillOpcode()1036 return LoadStoreOp; in getFlatScratchSpillOpcode()1054 bool IsFlat = TII->isFLATScratch(LoadStoreOp); in buildSpillLoadStore()1076 LoadStoreOp = getFlatScratchSpillOpcode(TII, LoadStoreOp, EltSize); in buildSpillLoadStore()1077 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()1147 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in buildSpillLoadStore()1148 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()1157 LoadStoreOp = getFlatScratchSpillOpcode(TII, LoadStoreOp, EltSize); in buildSpillLoadStore()[all …]
353 MachineBasicBlock::iterator MI, unsigned LoadStoreOp,