Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h35 bool useF32FTZ() const;
DNVPTXInstrInfo.td141 def doF32FTZ : Predicate<"useF32FTZ()">;
142 def doNoF32FTZ : Predicate<"!useF32FTZ()">;
DNVPTXISelDAGToDAG.cpp87 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h35 bool useF32FTZ() const;
DNVPTXISelLowering.h529 bool useF32FTZ(const MachineFunction &MF) const;
DNVPTXISelDAGToDAG.cpp57 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel
58 return Subtarget->getTargetLowering()->useF32FTZ(*MF); in useF32FTZ()
594 getPTXCmpMode(*cast<CondCodeSDNode>(N->getOperand(2)), useF32FTZ()); in SelectSETP_F16X2()
DNVPTXISelLowering.cpp114 bool NVPTXTargetLowering::useF32FTZ(const MachineFunction &MF) const { in useF32FTZ() function in NVPTXTargetLowering
1198 bool Ftz = useF32FTZ(DAG.getMachineFunction()); in getSqrtEstimate()
DNVPTXInstrInfo.td122 def doF32FTZ : Predicate<"useF32FTZ()">;
123 def doNoF32FTZ : Predicate<"!useF32FTZ()">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h35 bool useF32FTZ() const;
DNVPTXISelLowering.h530 bool useF32FTZ(const MachineFunction &MF) const;
DNVPTXISelDAGToDAG.cpp57 bool NVPTXDAGToDAGISel::useF32FTZ() const { in useF32FTZ() function in NVPTXDAGToDAGISel
58 return Subtarget->getTargetLowering()->useF32FTZ(*MF); in useF32FTZ()
594 getPTXCmpMode(*cast<CondCodeSDNode>(N->getOperand(2)), useF32FTZ()); in SelectSETP_F16X2()
DNVPTXISelLowering.cpp119 bool NVPTXTargetLowering::useF32FTZ(const MachineFunction &MF) const { in useF32FTZ() function in NVPTXTargetLowering
1214 bool Ftz = useF32FTZ(DAG.getMachineFunction()); in getSqrtEstimate()
DNVPTXInstrInfo.td122 def doF32FTZ : Predicate<"useF32FTZ()">;
123 def doNoF32FTZ : Predicate<"!useF32FTZ()">;