Searched refs:useF32FTZ (Results 1 – 8 of 8) sorted by relevance
35 bool useF32FTZ() const;
141 def doF32FTZ : Predicate<"useF32FTZ()">;142 def doNoF32FTZ : Predicate<"!useF32FTZ()">;
87 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel
530 bool useF32FTZ(const MachineFunction &MF) const;
56 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel57 return Subtarget->getTargetLowering()->useF32FTZ(*MF); in useF32FTZ()593 getPTXCmpMode(*cast<CondCodeSDNode>(N->getOperand(2)), useF32FTZ()); in SelectSETP_F16X2()
119 bool NVPTXTargetLowering::useF32FTZ(const MachineFunction &MF) const { in useF32FTZ() function in NVPTXTargetLowering1194 bool Ftz = useF32FTZ(DAG.getMachineFunction()); in getSqrtEstimate()
123 def doF32FTZ : Predicate<"useF32FTZ()">;124 def doNoF32FTZ : Predicate<"!useF32FTZ()">;