Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1233 bool NeedsRotate = VRI.RLAmt != 0; in SelectAndParts32() local
1249 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32()
1587 bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)); in SelectAndParts64() local
1589 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64()
1709 bool NeedsRotate = false; in Select64() local
1711 NeedsRotate = true; in Select64()
1723 NeedsRotate = true; in Select64()
1728 if (NeedsRotate) in Select64()