Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp295 virtual bool enableStoreCacheBypass(const MachineBasicBlock::iterator &MI,
378 bool enableStoreCacheBypass(const MachineBasicBlock::iterator &MI,
431 bool enableStoreCacheBypass(const MachineBasicBlock::iterator &MI,
492 bool enableStoreCacheBypass(const MachineBasicBlock::iterator &MI,
891 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass() function in SIGfx6CacheControl
1208 bool SIGfx90ACacheControl::enableStoreCacheBypass( in enableStoreCacheBypass() function in SIGfx90ACacheControl
1504 bool SIGfx940CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass() function in SIGfx940CacheControl
2192 Changed |= CC->enableStoreCacheBypass(MI, MOI.getScope(), in expandStore()