Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h64 static bool allowApproxFunc(const SelectionDAG &DAG, SDNodeFlags Flags);
H A DAMDGPULegalizerInfo.cpp3308 static bool allowApproxFunc(const MachineFunction &MF, unsigned Flags) { in allowApproxFunc() function
3660 if (allowApproxFunc(MF, Flags)) { in legalizeFExp()
3683 if (allowApproxFunc(MF, Flags)) { in legalizeFExp()
5285 if (allowApproxFunc(MF, Flags)) { in legalizeFSQRTF32()
H A DAMDGPUISelLowering.cpp2631 bool AMDGPUTargetLowering::allowApproxFunc(const SelectionDAG &DAG, in allowApproxFunc() function in AMDGPUTargetLowering
3042 if (allowApproxFunc(DAG, Flags)) // TODO: Does this really require fast? in lowerFEXP()
3062 if (allowApproxFunc(DAG, Flags)) { in lowerFEXP()
H A DSIISelLowering.cpp11674 if (allowApproxFunc(DAG, Flags)) { in lowerFSQRTF32()