Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1546 unsigned RLAmt; member
1560 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
1571 unsigned RLAmt = std::numeric_limits<unsigned>::max(); member
1592 else if (RLAmt == 0 && Other.RLAmt != 0) in operator <()
1594 else if (RLAmt != 0 && Other.RLAmt == 0) in operator <()
1852 RLAmt.resize(Bits.size()); in computeRotationAmounts()
1857 RLAmt[i] = i - VBI; in computeRotationAmounts()
1859 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()
1862 RLAmt[i] = UINT32_MAX; in computeRotationAmounts()
1874 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups()
[all …]