Searched refs:hasNativeBF16Support (Results 1 – 4 of 4) sorted by relevance
73 bool NVPTXSubtarget::hasNativeBF16Support(int Opcode) const { in hasNativeBF16Support() function in NVPTXSubtarget
173 bool hasNativeBF16Support(int Opcode) const;
560 bool IsOpSupported = STI.hasNativeBF16Support(Op); in NVPTXTargetLowering()872 if (!STI.hasNativeBF16Support(Op) && STI.hasNativeBF16Support(ISD::FMA)) { in NVPTXTargetLowering()
1911 if (STI->hasNativeBF16Support(N->getOpcode())) in tryBF16ArithToFMA()