Searched refs:SICacheControl (Results 1 – 1 of 1) sorted by relevance
266 class SICacheControl { class280 SICacheControl(const GCNSubtarget &ST);290 static std::unique_ptr<SICacheControl> create(const GCNSubtarget &ST);363 virtual ~SICacheControl() = default;371 class SIGfx6CacheControl : public SICacheControl {388 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl()659 std::unique_ptr<SICacheControl> CC = nullptr;949 SICacheControl::SICacheControl(const GCNSubtarget &ST) : ST(ST) { in SICacheControl() function in SICacheControl955 bool SICacheControl::enableNamedBit(const MachineBasicBlock::iterator MI, in enableNamedBit()966 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create()[all …]