Searched refs:SICacheControl (Results 1 – 1 of 1) sorted by relevance
252 class SICacheControl { class260 SICacheControl(const GCNSubtarget &ST);265 static std::unique_ptr<SICacheControl> create(const GCNSubtarget &ST);304 virtual ~SICacheControl() = default;308 class SIGfx6CacheControl : public SICacheControl {325 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {}; in SIGfx6CacheControl()362 std::unique_ptr<SICacheControl> CC = nullptr;609 SICacheControl::SICacheControl(const GCNSubtarget &ST) { in SICacheControl() function in SICacheControl615 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create()1015 CC = SICacheControl::create(MF.getSubtarget<GCNSubtarget>()); in runOnMachineFunction()