Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1425 struct ValueRotInfo { struct in __anon3b2c17fc0611::BitPermutationSelector
1432 ValueRotInfo() = default;
1436 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1791 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
2010 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2117 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2333 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2516 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2667 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
2668 SmallVector<ValueRotInfo, 16> ValueRotsVec;