Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1205 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
1207 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
1263 LoadStoreOp = AMDGPU::getFlatScratchInstSVfromSS(LoadStoreOp); in getFlatScratchSpillOpcode()
1265 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in getFlatScratchSpillOpcode()
1267 return LoadStoreOp; in getFlatScratchSpillOpcode()
1309 LoadStoreOp = getFlatScratchSpillOpcode(TII, LoadStoreOp, EltSize); in buildSpillLoadStore()
1310 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()
1449 LoadStoreOp = AMDGPU::getFlatScratchInstSVfromSS(LoadStoreOp); in buildSpillLoadStore()
1452 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in buildSpillLoadStore()
1455 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()
[all …]
H A DSIRegisterInfo.h414 unsigned LoadStoreOp, int Index, Register ValueReg,