Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2040 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local
2048 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts32()
2051 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
2056 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()
2386 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local
2392 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()
2395 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()
2413 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts64()
2420 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2425 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()
[all …]