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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7577 SDValue Quot;
7588 Quot = DAG.getNode(ISD::SDIVREM, dl,
7591 Rem = Quot.getValue(1);
7592 Quot = Quot.getValue(0);
7594 Quot = DAG.getNode(ISD::SDIV, dl, VT,
7604 SDValue Sub1 = DAG.getNode(ISD::SUB, dl, VT, Quot,
7606 Quot = DAG.getSelect(dl, VT,
7608 Sub1, Quot);
7610 Quot
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2340 auto Quot = local
2344 auto Prod = MIRBuilder.buildMul(Ty, Quot, MI.getOperand(2));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8104 SDValue Quot = DAG.getNode(ISD::FMUL, SL, MVT::f32, CvtSrc0, RcpSrc1); local
8107 SDValue BestQuot = DAG.getNode(ISD::FP_ROUND, SL, MVT::f16, Quot, FPRoundFlag);

Completed in 266 milliseconds