Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp884 struct ValueRotInfo { struct in __anond8fe20180411::BitPermutationSelector
885 SDValue V;
886 unsigned RLAmt;
887 unsigned NumGroups;
888 unsigned FirstGroupStartIdx;
889 bool Repl32;
891 ValueRotInfo() in ValueRotInfo() argument
897 bool operator < (const ValueRotInfo &Other) const { in operator <()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1174 struct ValueRotInfo { struct in __anon276c0e3a0411::BitPermutationSelector
1175 SDValue V;
1176 unsigned RLAmt = std::numeric_limits<unsigned>::max();
1177 unsigned NumGroups = 0;
1178 unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
1179 bool Repl32 = false;
1185 bool operator < (const ValueRotInfo &Other) const { in operator <()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1425 struct ValueRotInfo { struct in __anon7c1138c00611::BitPermutationSelector
1426 SDValue V;
1427 unsigned RLAmt = std::numeric_limits<unsigned>::max();
1428 unsigned NumGroups = 0;
1429 unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
1430 bool Repl32 = false;
1436 bool operator < (const ValueRotInfo &Other) const { in operator <()