Searched refs:allowFP16Math (Results 1 – 4 of 4) sorted by relevance
65 bool NVPTXSubtarget::allowFP16Math() const { in allowFP16Math() function in NVPTXSubtarget
79 bool allowFP16Math() const;
357 setOperationAction(Op, VT, STI.allowFP16Math() ? Action : NoF16Action); in NVPTXTargetLowering()512 if (STI.allowFP16Math()) in NVPTXTargetLowering()
162 def useFP16Math: Predicate<"Subtarget->allowFP16Math()">;