Searched refs:InstructionRule (Results 1 – 1 of 1) sorted by relevance
89 class InstructionRule { class104 InstructionRule(const SIInstrInfo *TII, unsigned SGID, in InstructionRule() function in __anon5d856e630111::InstructionRule112 virtual ~InstructionRule() = default;138 SmallVector<std::shared_ptr<InstructionRule>, 4> Rules;186 void addRule(std::shared_ptr<InstructionRule> NewRule) { in addRule()940 class IsPipeExp final : public InstructionRule {966 : InstructionRule(TII, SGID, NeedsCache) {} in IsPipeExp()971 class EnablesNthMFMA final : public InstructionRule {1007 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {} in EnablesNthMFMA()1012 class EnablesNthMFMAInChain final : public InstructionRule {[all …]