Home
last modified time | relevance | path

Searched refs:useF32FTZ (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h35 bool useF32FTZ() const;
H A DNVPTXISelLowering.h546 bool useF32FTZ(const MachineFunction &MF) const;
H A DNVPTXISelDAGToDAG.cpp62 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel
63 return Subtarget->getTargetLowering()->useF32FTZ(*MF); in useF32FTZ()
599 getPTXCmpMode(*cast<CondCodeSDNode>(N->getOperand(2)), useF32FTZ()); in SelectSETP_F16X2()
H A DNVPTXISelLowering.cpp115 bool NVPTXTargetLowering::useF32FTZ(const MachineFunction &MF) const { in useF32FTZ() function in NVPTXTargetLowering
1273 bool Ftz = useF32FTZ(DAG.getMachineFunction()); in getSqrtEstimate()
H A DNVPTXInstrInfo.td127 def doF32FTZ : Predicate<"useF32FTZ()">;
128 def doNoF32FTZ : Predicate<"!useF32FTZ()">;