Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp260 class SICacheControl { class
274 SICacheControl(const GCNSubtarget &ST);
284 static std::unique_ptr<SICacheControl> create(const GCNSubtarget &ST);
352 virtual ~SICacheControl() = default;
356 class SIGfx6CacheControl : public SICacheControl {
373 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl()
567 std::unique_ptr<SICacheControl> CC = nullptr;
813 SICacheControl::SICacheControl(const GCNSubtarget &ST) : ST(ST) { in SICacheControl() function in SICacheControl
819 bool SICacheControl::enableNamedBit(const MachineBasicBlock::iterator MI, in enableNamedBit()
830 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create()
[all …]