Lines Matching refs:compound
956 if (ldst->compound && !lsrc->compound) { in copyCompound()
962 assert(!ldst->compound); in copyCompound()
964 if (lsrc->compound) { in copyCompound()
967 if (!ldst->compound) in copyCompound()
969 ldst->compound = 1; in copyCompound()
1018 if (!force && rep->compound && val->compound) in coalesceValues()
1107 if (!rep->compound) in makeCompound()
1109 rep->compound = 1; in makeCompound()
1114 val->compound = 1; in makeCompound()
1428 if (vA->compound | vB->compound) { in checkInterference()
1441 uint8_t mask = vD->compound ? vD->compMask : ~0; in checkInterference()
1442 if (vd->compound) { in checkInterference()
1443 assert(vB->compound); in checkInterference()
1452 vD->compound ? vD->compMask : 0xff, in checkInterference()
1454 vd->compound ? vd->compMask : intfMask, in checkInterference()
1622 lval->compound = 0; in cleanup()
1705 if (!lval->compound || (lval->compMask & 0x1)) in offsetSlot()