Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp69 bool NVPTXSubtarget::allowFP16Math() const { in allowFP16Math() function in NVPTXSubtarget
H A DNVPTXSubtarget.h90 bool allowFP16Math() const;
H A DNVPTXISelLowering.cpp540 bool IsOpSupported = STI.allowFP16Math(); in NVPTXTargetLowering()
848 if (STI.allowFP16Math() || STI.hasBF16Math()) in NVPTXTargetLowering()
881 STI.allowFP16Math(); in NVPTXTargetLowering()
H A DNVPTXInstrInfo.td149 def useFP16Math: Predicate<"Subtarget->allowFP16Math()">;