Home
last modified time | relevance | path

Searched refs:InstructionRule (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp88 class InstructionRule { class
103 InstructionRule(const SIInstrInfo *TII, unsigned SGID, in InstructionRule() function in __anon5d856e630111::InstructionRule
111 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 …]