Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h295 unsigned LoadStoreOp,
DSIRegisterInfo.cpp585 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
587 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
595 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildMUBUFOffsetLoadStore()
615 unsigned LoadStoreOp, in buildSpillLoadStore() argument
629 const MCInstrDesc &Desc = TII->get(LoadStoreOp); in buildSpillLoadStore()