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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp871 bool Repl32; member in struct:__anon12286::BitPermutationSelector::BitGroup
872 // Did converting to Repl32 == true change the rotation factor? If it did,
875 // Was this group coalesced after setting Repl32 to true?
879 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
893 bool Repl32; member in struct:__anon12286::BitPermutationSelector::ValueRotInfo
897 Repl32(false) {}
902 // We need to sort so that the non-Repl32 come first because, when we're
903 // doing masking, the Repl32 bit groups might be subsumed into the 64-bit
905 if (Repl32 < Other.Repl32)
1451 SelectRotMask64Count(unsigned RLAmt, bool Repl32, unsigned MaskStart, unsigned MaskEnd, bool IsIns) argument
1471 SelectRotMask64(SDValue V, SDLoc dl, unsigned RLAmt, bool Repl32, unsigned MaskStart, unsigned MaskEnd, unsigned *InstCnt = nullptr) argument
1532 SelectRotMaskIns64(SDValue Base, SDValue V, SDLoc dl, unsigned RLAmt, bool Repl32, unsigned MaskStart, unsigned MaskEnd, unsigned *InstCnt = nullptr) argument
[all...]

Completed in 88 milliseconds