Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td65 (apply [{ RegBankHelper.applyMed3(*${min_or_max}, ${matchinfo}); }])>;
74 (apply [{ RegBankHelper.applyMed3(*${min_or_max}, ${matchinfo}); }])>;
H A DAMDGPURegBankCombiner.cpp74 void applyMed3(MachineInstr &MI, Med3MatchInfo &MatchInfo);
321 void AMDGPURegBankCombinerHelper::applyMed3(MachineInstr &MI, in applyMed3() function in AMDGPURegBankCombinerHelper