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.cpp3250 static bool allowApproxFunc(const MachineFunction &MF, unsigned Flags) { in allowApproxFunc() function
3602 if (allowApproxFunc(MF, Flags)) { in legalizeFExp()
3625 if (allowApproxFunc(MF, Flags)) { in legalizeFExp()
5203 if (allowApproxFunc(MF, Flags)) { in legalizeFSQRTF32()
H A DAMDGPUISelLowering.cpp2574 bool AMDGPUTargetLowering::allowApproxFunc(const SelectionDAG &DAG, in allowApproxFunc() function in AMDGPUTargetLowering
2984 if (allowApproxFunc(DAG, Flags)) // TODO: Does this really require fast? in lowerFEXP()
3004 if (allowApproxFunc(DAG, Flags)) { in lowerFEXP()
H A DSIISelLowering.cpp10984 if (allowApproxFunc(DAG, Flags)) { in lowerFSQRTF32()