Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp867 bool Repl32; member
875 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
889 bool Repl32; member
893 Repl32(false) {} in ValueRotInfo()
901 if (Repl32 < Other.Repl32) in operator <()
903 else if (Repl32 > Other.Repl32) in operator <()
1098 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1102 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1169 BG.Repl32 = true; in assignRepl32BitGroups()
1184 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
[all …]