reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 2126         NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) +
 2129         NumAndInsts += selectI64ImmInstrCount(Mask) + /* and */ 1;
 2147                         << "\n\t\t\tisel using masking: " << NumAndInsts
 2154       if (NumAndInsts > NumRLInsts)
 2159       if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts)
 2164       if (InstCnt) *InstCnt += NumAndInsts;