Searched refs:InstructionRule (Results 1 – 1 of 1) sorted by relevance
88 class InstructionRule { class103 InstructionRule(const SIInstrInfo *TII, unsigned SGID, in InstructionRule() function in __anon5d856e630111::InstructionRule111 virtual ~InstructionRule() = default;137 SmallVector<std::shared_ptr<InstructionRule>, 4> Rules;185 void addRule(std::shared_ptr<InstructionRule> NewRule) { in addRule()918 class IsPipeExp final : public InstructionRule {943 : InstructionRule(TII, SGID, NeedsCache) {} in IsPipeExp()948 class EnablesNthMFMA final : public InstructionRule {982 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {} in EnablesNthMFMA()987 class EnablesNthMFMAInChain final : public InstructionRule {[all …]