Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp8313 SDValue Quot; in expandFixedPointDiv() local
8324 Quot = DAG.getNode(ISD::SDIVREM, dl, in expandFixedPointDiv()
8327 Rem = Quot.getValue(1); in expandFixedPointDiv()
8328 Quot = Quot.getValue(0); in expandFixedPointDiv()
8330 Quot = DAG.getNode(ISD::SDIV, dl, VT, in expandFixedPointDiv()
8340 SDValue Sub1 = DAG.getNode(ISD::SUB, dl, VT, Quot, in expandFixedPointDiv()
8342 Quot = DAG.getSelect(dl, VT, in expandFixedPointDiv()
8344 Sub1, Quot); in expandFixedPointDiv()
8346 Quot = DAG.getNode(ISD::UDIV, dl, VT, in expandFixedPointDiv()
8349 return Quot; in expandFixedPointDiv()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3151 auto Quot = in lower() local
3155 auto Prod = MIRBuilder.buildMul(Ty, Quot, MI.getOperand(2)); in lower()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8398 SDValue Quot = DAG.getNode(ISD::FMUL, SL, MVT::f32, CvtSrc0, RcpSrc1); in LowerFDIV16() local
8401 SDValue BestQuot = DAG.getNode(ISD::FP_ROUND, SL, MVT::f16, Quot, FPRoundFlag); in LowerFDIV16()