Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1403 struct ValueRotInfo { struct in __anone4b018340611::BitPermutationSelector
1410 ValueRotInfo() = default;
1414 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1769 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
1988 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2095 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2311 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2494 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2645 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
2646 SmallVector<ValueRotInfo, 16> ValueRotsVec;