Searched refs:Frac (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 443 unsigned Frac; // Number of fraction bits member 488 OS << Instruction::getOpcodeName(Op.Opcode) << '.' << Op.Frac; in operator <<() 490 if (Op.Frac != 0 && *Op.RoundAt == Op.Frac - 1) { in operator <<() 1681 Op.Frac = Qn->getZExtValue(); in matchFxpMul() 1684 Op.Frac = 0; in matchFxpMul() 1687 if (Op.Frac > Width) in matchFxpMul() 1692 if (Value * T; Op.Frac > 0 && match(Exp, m_Add(m_Value(T), m_APInt(C)))) { in matchFxpMul() 1735 if (ElemWidth <= 32 && Op.Frac == 0) in processFxpMul() 1813 if (!Op.RoundAt || *Op.RoundAt == Op.Frac - 1) { in processFxpMulChopped() 1815 if (Width == Op.Frac + 1 && Op.X.Sgn != Unsigned && Op.Y.Sgn != Unsigned) { in processFxpMulChopped() [all …]
|
| H A D | HexagonISelLoweringHVX.cpp | 2875 auto [Frac, Ovf] = emitHvxShiftRightRnd(Frac0, ExpWidth + 1, false, DAG); in ExpandHvxIntToFp() 2880 Frac = DAG.getNode(ISD::OR, dl, InpTy, {Sign, Frac}); in ExpandHvxIntToFp() 2889 SDValue Flt0 = DAG.getNode(ISD::OR, dl, InpTy, {Frac, Exp3}); in ExpandHvxIntToFp()
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXIL.td | 295 def Frac : DXILOpMapping<22, unary, int_dx_frac,
|