Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2002 bool NeedsRotate = VRI.RLAmt != 0; in SelectAndParts32() local
2018 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32()
2362 bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)); in SelectAndParts64() local
2364 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64()
2495 bool NeedsRotate = false; in Select64() local
2497 NeedsRotate = true; in Select64()
2509 NeedsRotate = true; in Select64()
2514 if (NeedsRotate) in Select64()