Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1755 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local
1763 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts32()
1766 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
1771 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()
2095 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local
2098 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()
2101 NumAndInsts += selectI64ImmInstrCount(Mask) + /* and */ 1; in SelectAndParts64()
2119 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts64()
2126 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2131 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()
[all …]