Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp871 bool Repl32; member
879 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
893 bool Repl32; member
897 Repl32(false) {} in ValueRotInfo()
905 if (Repl32 < Other.Repl32) in operator <()
907 else if (Repl32 > Other.Repl32) in operator <()
1102 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1106 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1173 BG.Repl32 = true; in assignRepl32BitGroups()
1188 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
[all …]