Searched refs:Log2BaseInvertedOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 3389 auto Log2BaseInvertedOperand = B.buildFConstant(Ty, Log2BaseInverted); in legalizeFlogUnsafe() local 3390 B.buildFMul(Dst, Log2Operand, Log2BaseInvertedOperand, Flags); in legalizeFlogUnsafe()
|
| H A D | AMDGPUISelLowering.cpp | 2785 SDValue Log2BaseInvertedOperand = DAG.getConstantFP(Log2BaseInverted, SL, VT); in LowerFLOGUnsafe() local 2787 return DAG.getNode(ISD::FMUL, SL, VT, Log2Operand, Log2BaseInvertedOperand, in LowerFLOGUnsafe()
|