Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h84 bool hasBF16Math() const { return SmVersion >= 80; } in hasBF16Math() function
H A DNVPTXInstrInfo.td181 def hasBF16Math: Predicate<"Subtarget->hasBF16Math()">;
344 Requires<[hasBF16Math, doF32FTZ]>;
350 Requires<[hasBF16Math]>;
357 Requires<[hasBF16Math, doF32FTZ]>;
363 Requires<[hasBF16Math]>;
443 Requires<[hasBF16Math, allowFMA, doF32FTZ]>;
449 Requires<[hasBF16Math, allowFMA]>;
456 Requires<[hasBF16Math, allowFMA, doF32FTZ]>;
462 Requires<[hasBF16Math, allowFMA]>;
529 Requires<[hasBF16Math, noFMA, doF32FTZ]>;
[all …]
H A DNVPTXISelLowering.cpp440 bool IsOpSupported = STI.hasBF16Math(); in NVPTXTargetLowering()
737 if (STI.allowFP16Math() || STI.hasBF16Math()) in NVPTXTargetLowering()