Lines Matching refs:ToPromote1
6695 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6696 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
6700 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
6710 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6711 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+0), ToPromote1)) in PeepholePPC64ZExtGather()
6713 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+1), ToPromote1)) in PeepholePPC64ZExtGather()
6717 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
6726 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6727 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
6733 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
6740 SmallPtrSet<SDNode *, 16> ToPromote1, ToPromote2; in PeepholePPC64ZExtGather() local
6742 PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1); in PeepholePPC64ZExtGather()
6751 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
6764 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6766 PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1); in PeepholePPC64ZExtGather()
6774 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()