Searched refs:Mul0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp142 void AddMulPair(MulCandidate *Mul0, MulCandidate *Mul1, argument
145 << *Mul0->Root << "\n"
147 Mul0->Paired = true;
151 MulPairs.push_back(std::make_pair(Mul0, Mul1));
612 const Instruction *Mul0 = PMul0->Root; local
614 if (Mul0 == Mul1)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp576 /// If the Op is in the correct form the constituent parts are written to Mul0,
579 isADDADDMUL(SDValue Op, SDValue &Mul0, SDValue &Mul1, SDValue &Addend0, argument
603 Mul0 = OtherOp.getOperand(0);
613 Mul0 = AddOp.getOperand(0).getOperand(0);
623 Mul0 = AddOp.getOperand(1).getOperand(0);
1744 SDValue Mul0, Mul1, Addend0, Addend1; local
1746 isADDADDMUL(SDValue(N, 0), Mul0, Mul1, Addend0, Addend1, true)) {
1748 DAG.getVTList(MVT::i32, MVT::i32), Mul0,
1759 isADDADDMUL(SDValue(N, 0), Mul0, Mul1, Addend0, Addend1, false) &&
1760 DAG.MaskedValueIsZero(Mul0, HighMas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2826 Value *Mul0 = nullptr; local
2827 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
2829 if (Constant *MulC = dyn_cast<Constant>(Mul0)) {
2837 // V == Base * (Mul0 * Op1), so return (Mul0 * Op1)
2842 if (ConstantInt *Mul0CI = dyn_cast<ConstantInt>(Mul0))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2232 auto Mul0 = B.buildFMul(S32, RHS, Sel, Flags);
2235 .addUse(Mul0.getReg(0))

Completed in 88 milliseconds