Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp4004 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
4005 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
4009 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
4019 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
4020 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+0), ToPromote1)) in PeepholePPC64ZExtGather()
4022 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+1), ToPromote1)) in PeepholePPC64ZExtGather()
4026 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
4035 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
4036 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
4042 ToPromote.insert(ToPromote1.begin(), ToPromote1.end()); in PeepholePPC64ZExtGather()
[all …]