Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2208 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local
2216 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts32()
2219 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
2224 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()
2554 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local
2560 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()
2563 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()
2581 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts64()
2588 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2593 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()
[all …]