Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp884 struct ValueRotInfo { struct in __anon0e9c87610411::BitPermutationSelector
891 ValueRotInfo() in ValueRotInfo() argument
897 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1099 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
1275 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1379 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
1588 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
1755 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
1900 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
1901 SmallVector<ValueRotInfo, 16> ValueRotsVec;