Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1257 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
1259 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
1313 LoadStoreOp = AMDGPU::getFlatScratchInstSVfromSS(LoadStoreOp); in getFlatScratchSpillOpcode()
1315 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in getFlatScratchSpillOpcode()
1317 return LoadStoreOp; in getFlatScratchSpillOpcode()
1359 LoadStoreOp = getFlatScratchSpillOpcode(TII, LoadStoreOp, EltSize); in buildSpillLoadStore()
1360 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()
1499 LoadStoreOp = AMDGPU::getFlatScratchInstSVfromSS(LoadStoreOp); in buildSpillLoadStore()
1502 LoadStoreOp = AMDGPU::getFlatScratchInstSTfromSS(LoadStoreOp); in buildSpillLoadStore()
1505 Desc = &TII->get(LoadStoreOp); in buildSpillLoadStore()
[all …]
H A DSIRegisterInfo.h428 unsigned LoadStoreOp, int Index, Register ValueReg,