Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2397 unsigned NumRLInsts = 0; in SelectAndParts64() local
2405 NumRLInsts += in SelectAndParts64()
2414 << " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
2420 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2425 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()