Searched refs:SICacheControl (Results 1 – 1 of 1) sorted by relevance
250 class SICacheControl { class258 SICacheControl(const GCNSubtarget &ST);263 static std::unique_ptr<SICacheControl> create(const GCNSubtarget &ST);302 virtual ~SICacheControl() = default;306 class SIGfx6CacheControl : public SICacheControl {323 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {}; in SIGfx6CacheControl()360 std::unique_ptr<SICacheControl> CC = nullptr;606 SICacheControl::SICacheControl(const GCNSubtarget &ST) { in SICacheControl() function in SICacheControl612 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create()1018 CC = SICacheControl::create(MF.getSubtarget<GCNSubtarget>()); in runOnMachineFunction()