Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp888 struct ValueRotInfo { struct in __anon7bd595e20411::BitPermutationSelector
895 ValueRotInfo() in ValueRotInfo() function
901 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1103 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
1279 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1383 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
1592 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
1762 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
1907 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
1908 SmallVector<ValueRotInfo, 16> ValueRotsVec;