Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1649 unsigned NumRLInsts = 0; in SelectAndParts64() local
1654 NumRLInsts += in SelectAndParts64()
1663 " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
1669 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
1671 if (Use32BitInsts && NumAndInsts == NumRLInsts) in SelectAndParts64()