Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h215 bool legalizeFPTruncRound(MachineInstr &MI, MachineIRBuilder &B) const;
H A DAMDGPULegalizerInfo.cpp2173 return legalizeFPTruncRound(MI, B); in legalizeCustom()
7081 bool AMDGPULegalizerInfo::legalizeFPTruncRound(MachineInstr &MI, in legalizeFPTruncRound() function in AMDGPULegalizerInfo