Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h38 bool allowUnsafeFPMath() const;
H A DNVPTXISelLowering.h576 bool allowUnsafeFPMath(MachineFunction &MF) const;
H A DNVPTXInstrInfo.td151 def allowUnsafeFPMath : Predicate<"allowUnsafeFPMath()">;
152 def noUnsafeFPMath : Predicate<"!allowUnsafeFPMath()">;
1427 Requires<[allowUnsafeFPMath]>;
1431 Requires<[allowUnsafeFPMath]>;
1442 Requires<[doF32FTZ, allowUnsafeFPMath]>;
1447 Requires<[doF32FTZ, allowUnsafeFPMath]>;
1469 Requires<[allowUnsafeFPMath]>;
1474 Requires<[allowUnsafeFPMath]>;
1496 Requires<[allowUnsafeFPMath]>;
1501 Requires<[allowUnsafeFPMath]>;
H A DNVPTXISelDAGToDAG.cpp81 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel
83 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
H A DNVPTXISelLowering.cpp5275 return allowUnsafeFPMath(MF); in allowFMA()
5278 bool NVPTXTargetLowering::allowUnsafeFPMath(MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering