Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td83 (apply [{ RegBankHelper.applyClamp(*${min_or_max}, ${matchinfo}); }])>;
89 (apply [{ RegBankHelper.applyClamp(*${fmed3}, ${matchinfo}); }])>;
H A DAMDGPURegBankCombiner.cpp75 void applyClamp(MachineInstr &MI, Register &Reg);
314 void AMDGPURegBankCombinerHelper::applyClamp(MachineInstr &MI, Register &Reg) { in applyClamp() function in AMDGPURegBankCombinerHelper