Home
last modified time | relevance | path

Searched refs:allowFP16Math (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp69 bool NVPTXSubtarget::allowFP16Math() const { in allowFP16Math() function in NVPTXSubtarget
H A DNVPTXSubtarget.h85 bool allowFP16Math() const;
H A DNVPTXISelLowering.cpp429 setOperationAction(Op, VT, STI.allowFP16Math() ? Action : NoF16Action); in NVPTXTargetLowering()
731 if (STI.allowFP16Math() || STI.hasBF16Math()) in NVPTXTargetLowering()
753 STI.allowFP16Math(); in NVPTXTargetLowering()
H A DNVPTXInstrInfo.td175 def useFP16Math: Predicate<"Subtarget->allowFP16Math()">;