Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp977 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
979 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 …]
H A DSIRegisterInfo.h353 MachineBasicBlock::iterator MI, unsigned LoadStoreOp,