Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1174 struct ValueRotInfo { struct in __anon4af4e4970411::BitPermutationSelector
1181 ValueRotInfo() = default;
1185 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1538 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
1757 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1864 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2080 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2260 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2409 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
2410 SmallVector<ValueRotInfo, 16> ValueRotsVec;