Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2565 unsigned NumRLInsts = 0; in SelectAndParts64() local
2573 NumRLInsts += in SelectAndParts64()
2582 << " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
2588 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2593 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()