Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h239 unsigned LoadStoreOp,
H A DSIRegisterInfo.cpp495 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
497 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
502 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildMUBUFOffsetLoadStore()
520 unsigned LoadStoreOp, in buildSpillLoadStore() argument
535 const MCInstrDesc &Desc = TII->get(LoadStoreOp); in buildSpillLoadStore()