Lines Matching refs:Src1Producer
3161 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3162 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3163 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()
3176 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3177 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3178 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()
3211 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3214 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3215 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()
3297 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local
3300 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()
3301 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()