Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp308 class SIGfx6CacheControl : public SICacheControl { class
325 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {}; in SIGfx6CacheControl() function in __anonb90648a10111::SIGfx6CacheControl
346 class SIGfx7CacheControl : public SIGfx6CacheControl {
349 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {}; in SIGfx7CacheControl()
618 return make_unique<SIGfx6CacheControl>(ST); in create()
622 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
658 bool SIGfx6CacheControl::enableNonTemporal( in enableNonTemporal()
670 bool SIGfx6CacheControl::insertCacheInvalidate(MachineBasicBlock::iterator &MI, in insertCacheInvalidate()
712 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()