Searched refs:useF32FTZ (Results 1 – 5 of 5) sorted by relevance
35 bool useF32FTZ() const;
546 bool useF32FTZ(const MachineFunction &MF) const;
62 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel63 return Subtarget->getTargetLowering()->useF32FTZ(*MF); in useF32FTZ()599 getPTXCmpMode(*cast<CondCodeSDNode>(N->getOperand(2)), useF32FTZ()); in SelectSETP_F16X2()
115 bool NVPTXTargetLowering::useF32FTZ(const MachineFunction &MF) const { in useF32FTZ() function in NVPTXTargetLowering1273 bool Ftz = useF32FTZ(DAG.getMachineFunction()); in getSqrtEstimate()
127 def doF32FTZ : Predicate<"useF32FTZ()">;128 def doNoF32FTZ : Predicate<"!useF32FTZ()">;