Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2388 unsigned NumRLInsts = 0; in SelectAndParts64() local
2396 NumRLInsts += in SelectAndParts64()
2405 << " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
2411 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2416 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()