Searched refs:SICacheControl (Results 1 – 1 of 1) sorted by relevance
259 class SICacheControl { class273 SICacheControl(const GCNSubtarget &ST);283 static std::unique_ptr<SICacheControl> create(const GCNSubtarget &ST);351 virtual ~SICacheControl() = default;355 class SIGfx6CacheControl : public SICacheControl {372 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl()566 std::unique_ptr<SICacheControl> CC = nullptr;824 SICacheControl::SICacheControl(const GCNSubtarget &ST) : ST(ST) { in SICacheControl() function in SICacheControl830 bool SICacheControl::enableNamedBit(const MachineBasicBlock::iterator MI, in enableNamedBit()841 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create()[all …]