Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1402 unsigned RLAmt; member
1416 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
1427 unsigned RLAmt = std::numeric_limits<unsigned>::max(); member
1448 else if (RLAmt == 0 && Other.RLAmt != 0) in operator <()
1450 else if (RLAmt != 0 && Other.RLAmt == 0) in operator <()
1697 RLAmt.resize(Bits.size()); in computeRotationAmounts()
1702 RLAmt[i] = i - VBI; in computeRotationAmounts()
1704 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()
1707 RLAmt[i] = UINT32_MAX; in computeRotationAmounts()
1719 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups()
[all …]