Home
last modified time | relevance | path

Searched refs:Inexact (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td517 // Vector FP Inexact Narrowing
520 // Scalar FP Inexact Narrowing
/freebsd/contrib/diff/doc/
H A Ddiff.texi2625 * Inexact:: Helping @command{patch} find close matches.
2672 @node Inexact
2673 @subsection Helping @command{patch} Find Inexact Matches
4165 Set the maximum fuzz factor to @var{lines}. @xref{Inexact}.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5524 auto Inexact = Builder.buildSub(ShiftAmtTy, Bits, C1); in applySDivByPow2() local
5530 auto LSrl = Builder.buildLShr(Ty, Sign, Inexact); in applySDivByPow2()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td1523 // Round to Quad-Precision Integer [with Inexact]
3906 // Use current rounding mode, [with Inexact]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4804 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1); in visitSDIVLike() local
4805 if (!isConstantOrConstantVector(Inexact)) in visitSDIVLike()
4814 SDValue Srl = DAG.getNode(ISD::SRL, DL, VT, Sign, Inexact); in visitSDIVLike()