Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp2141 unsigned NumRLInsts = 0; in SelectAndParts64() local
2149 NumRLInsts += in SelectAndParts64()
2158 << " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
2164 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2169 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()