Home
last modified time | relevance | path

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

/freebsd-14.2/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 __anon114cba190111::InstructionRule
112 virtual ~InstructionRule() = default;
138 SmallVector<std::shared_ptr<InstructionRule>, 4> Rules;
187 void addRule(std::shared_ptr<InstructionRule> NewRule) { in addRule()
939 : InstructionRule(TII, SGID, NeedsCache) {} in EnablesInitialMFMA()
943 class IsPermForDSW final : public InstructionRule {
977 : InstructionRule(TII, SGID, NeedsCache) {} in IsPermForDSW()
1009 : InstructionRule(TII, SGID, NeedsCache) {} in IsSuccOfPrevGroup()
1013 class VMEMSize final : public InstructionRule {
[all …]