Searched refs:getDivF32Level (Results 1 – 5 of 5) sorted by relevance
46 NVPTX::DivPrecisionLevel getDivF32Level(const SDNode *N) const;
205 NVPTX::DivPrecisionLevel getDivF32Level(const MachineFunction &MF,
70 NVPTXDAGToDAGISel::getDivF32Level(const SDNode *N) const { in getDivF32Level() function in NVPTXDAGToDAGISel71 return Subtarget->getTargetLowering()->getDivF32Level(*MF, *N); in getDivF32Level()
1102 return getDivF32Level(N) == NVPTX::DivPrecisionLevel::Approx;1136 return getDivF32Level(N) == NVPTX::DivPrecisionLevel::Full;1164 return getDivF32Level(N) == NVPTX::DivPrecisionLevel::IEEE754;
122 NVPTXTargetLowering::getDivF32Level(const MachineFunction &MF, in getDivF32Level() function in NVPTXTargetLowering