Home
last modified time | relevance | path

Searched refs:hasBF16Math (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h84 bool hasBF16Math() const { return SmVersion >= 80; } in hasBF16Math() function
H A DNVPTXInstrInfo.td176 def hasBF16Math: Predicate<"Subtarget->hasBF16Math()">;
345 Requires<[hasBF16Math]>;
358 Requires<[hasBF16Math]>;
2306 Requires<[hasBF16Math,doF32FTZ]>;
2309 Requires<[hasBF16Math]>;
2312 Requires<[hasBF16Math,doF32FTZ]>;
2315 Requires<[hasBF16Math]>;
2321 Requires<[hasBF16Math]>;
2374 Requires<[hasBF16Math]>;
2380 Requires<[hasBF16Math]>;
[all …]
H A DNVPTXISelLowering.cpp434 bool IsOpSupported = STI.hasBF16Math(); in NVPTXTargetLowering()
731 if (STI.allowFP16Math() || STI.hasBF16Math()) in NVPTXTargetLowering()
777 if (STI.hasBF16Math() && in NVPTXTargetLowering()