Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h38 bool allowUnsafeFPMath() const;
H A DNVPTXISelLowering.h572 bool allowUnsafeFPMath(MachineFunction &MF) const;
H A DNVPTXInstrInfo.td150 def allowUnsafeFPMath : Predicate<"allowUnsafeFPMath()">;
151 def noUnsafeFPMath : Predicate<"!allowUnsafeFPMath()">;
1406 Requires<[allowUnsafeFPMath]>;
1410 Requires<[allowUnsafeFPMath]>;
1421 Requires<[doF32FTZ, allowUnsafeFPMath]>;
1426 Requires<[doF32FTZ, allowUnsafeFPMath]>;
1448 Requires<[allowUnsafeFPMath]>;
1453 Requires<[allowUnsafeFPMath]>;
1475 Requires<[allowUnsafeFPMath]>;
1480 Requires<[allowUnsafeFPMath]>;
H A DNVPTXISelDAGToDAG.cpp72 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel
74 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
H A DNVPTXISelLowering.cpp5076 return allowUnsafeFPMath(MF); in allowFMA()
5079 bool NVPTXTargetLowering::allowUnsafeFPMath(MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering