Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp6174 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6175 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
6179 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
6189 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6190 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+0), ToPromote1)) in PeepholePPC64ZExtGather()
6192 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+1), ToPromote1)) in PeepholePPC64ZExtGather()
6196 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
6205 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
6206 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
6212 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
[all …]