Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp356 class SIGfx6CacheControl : public SICacheControl { class
373 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl() function in __anon623980fe0111::SIGfx6CacheControl
411 class SIGfx7CacheControl : public SIGfx6CacheControl {
414 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {} in SIGfx7CacheControl()
837 return std::make_unique<SIGfx6CacheControl>(ST); in create()
845 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
880 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
893 bool SIGfx6CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
908 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
953 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
[all …]