Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1552 bool Repl32; member
1560 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
1574 bool Repl32 = false; member
1584 if (Repl32 < Other.Repl32) in operator <()
1586 else if (Repl32 > Other.Repl32) in operator <()
1945 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1949 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
2030 BG.Repl32 = true; in assignRepl32BitGroups()
2045 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
2071 if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V && in assignRepl32BitGroups()
[all …]