Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp811 bool Repl32; member
819 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
833 bool Repl32; member
837 Repl32(false) {} in ValueRotInfo()
845 if (Repl32 < Other.Repl32) in operator <()
847 else if (Repl32 > Other.Repl32) in operator <()
1042 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1046 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1113 BG.Repl32 = true; in assignRepl32BitGroups()
1128 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
[all …]