Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1145 struct ValueRotInfo { struct in __anon93a3ca650411::BitPermutationSelector
1152 ValueRotInfo() = default;
1156 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1506 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
1725 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1829 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2042 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2221 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2365 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
2366 SmallVector<ValueRotInfo, 16> ValueRotsVec;