Lines Matching refs:Src1Producer
3164 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3165 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3166 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()
3179 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3180 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3181 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()
3214 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3217 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3218 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()
3300 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3303 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3304 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()