Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1597 unsigned NumRLInsts = 0; in SelectAndParts64() local
1602 NumRLInsts += in SelectAndParts64()
1611 " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
1617 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
1619 if (Use32BitInsts && NumAndInsts == NumRLInsts) in SelectAndParts64()