Searched refs:lowerFastUnsafeFDIV (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h82 SDValue lowerFastUnsafeFDIV(SDValue Op, SelectionDAG &DAG) const;
H A DSIISelLowering.cpp7998 SDValue SITargetLowering::lowerFastUnsafeFDIV(SDValue Op, function in class:SITargetLowering
8093 if (SDValue FastLowered = lowerFastUnsafeFDIV(Op, DAG))
8160 if (SDValue FastLowered = lowerFastUnsafeFDIV(Op, DAG))
8277 return lowerFastUnsafeFDIV(Op, DAG);

Completed in 258 milliseconds