Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2102 WeightedLeaf Mul1, Mul2; in balanceSubTree() local
2155 Mul2 = WeightedLeaf(Child, Weight, InsertionOrder++); in balanceSubTree()
2215 willShiftRightEliminate(Mul2.Value, MaxPowerOf2))) { in balanceSubTree()
2217 int Weight = Mul1.Weight + Mul2.Weight; in balanceSubTree()
2218 int Height = std::max(NodeHeights[Mul1.Value], NodeHeights[Mul2.Value]) + 1; in balanceSubTree()
2220 SDValue Mul2Factored = factorOutPowerOf2(Mul2.Value, MaxPowerOf2); in balanceSubTree()
2233 if (Mul2.Value.getNode()) in balanceSubTree()
2234 Leaves.push(Mul2); in balanceSubTree()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2225 MachineOperand &Mul2 = Prev.getOperand(2); in combineFPFusedMultiply() local
2236 bool Mul2IsKill = Mul2.isKill(); in combineFPFusedMultiply()
2243 MRI.clearKillFlags(Mul2.getReg()); in combineFPFusedMultiply()
2248 .addReg(Mul2.getReg(), getKillRegState(Mul2IsKill)) in combineFPFusedMultiply()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4541 auto Mul2 = B.buildFMul( in emitReciprocalU64() local
4543 auto Trunc = B.buildIntrinsicTrunc(S32, Mul2); in emitReciprocalU64()
H A DAMDGPUISelLowering.cpp2078 SDValue Mul2 = DAG.getNode(ISD::FMUL, DL, MVT::f32, Mul1, in LowerUDIVREM64() local
2080 SDValue Trunc = DAG.getNode(ISD::FTRUNC, DL, MVT::f32, Mul2); in LowerUDIVREM64()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28761 SDValue Mul2 = DAG.getBitcast(VT, DAG.getNode(Opcode, dl, MulVT, in LowerMULH() local
28770 SDValue Res = DAG.getVectorShuffle(VT, dl, Mul1, Mul2, ShufMask); in LowerMULH()
47635 auto combineMulMulAddOrSub = [&](int Mul1, int Mul2, bool isAdd) { in combineMulSpecial() argument
47639 DAG.getConstant(Mul2, DL, VT)); in combineMulSpecial()