Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1656 unsigned NumRLInsts = 0; in SelectAndParts64() local
1661 NumRLInsts += in SelectAndParts64()
1670 " using rotates: " << NumRLInsts << "\n"); in SelectAndParts64()
1676 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
1678 if (Use32BitInsts && NumAndInsts == NumRLInsts) in SelectAndParts64()