Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPostLegalizerCombiner.cpp67 struct CvtF32UByteMatchInfo { struct in AMDGPUPostLegalizerCombinerHelper
72 bool matchCvtF32UByteN(MachineInstr &MI, CvtF32UByteMatchInfo &MatchInfo);
74 const CvtF32UByteMatchInfo &MatchInfo);
250 MachineInstr &MI, CvtF32UByteMatchInfo &MatchInfo) { in matchCvtF32UByteN()
278 MachineInstr &MI, const CvtF32UByteMatchInfo &MatchInfo) { in applyCvtF32UByteN()
DAMDGPUCombine.td37 …t_f32_ubyteN_matchdata : GIDefMatchData<"AMDGPUPostLegalizerCombinerHelper::CvtF32UByteMatchInfo">;