Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7248 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
7249 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
7253 ToPromote.insert_range(ToPromote1); in PeepholePPC64ZExtGather()
7263 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
7264 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+0), ToPromote1)) in PeepholePPC64ZExtGather()
7266 if (!PeepholePPC64ZExtGather(Op32.getOperand(B+1), ToPromote1)) in PeepholePPC64ZExtGather()
7270 ToPromote.insert_range(ToPromote1); in PeepholePPC64ZExtGather()
7279 SmallPtrSet<SDNode *, 16> ToPromote1; in PeepholePPC64ZExtGather() local
7280 if (!PeepholePPC64ZExtGather(Op32.getOperand(0), ToPromote1)) in PeepholePPC64ZExtGather()
7286 ToPromote.insert_range(ToPromote1); in PeepholePPC64ZExtGather()
[all …]