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.cpp89 class InstructionRule { class
104 InstructionRule(const SIInstrInfo *TII, unsigned SGID, in InstructionRule() function in __anon5d856e630111::InstructionRule
112 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 …]