Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1544 struct BitGroup { struct in __anon010aa3800711::BitPermutationSelector
1545 SDValue V;
1546 unsigned RLAmt;
1547 unsigned StartIdx, EndIdx;
1552 bool Repl32;
1555 bool Repl32CR;
1557 bool Repl32Coalesced;
1559 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() function