Lines Matching full:usemask
105 /* useMask and defMask set to ENCODE_ALL, any checking of */
136 if (thisLIR->defMask & nextLIR->useMask) {
151 if (thisLIR->useMask & nextLIR->defMask) {
163 savedLIR[i]->useMask &= ~(1 << thisLIR->operands[0]);
164 savedLIR[i]->useMask |= 1 << thisLIR->operands[1];
258 u8 useMask = branchLIR->useMask;
288 if (!(thisLIR->useMask & defMask) &&
289 !(thisLIR->defMask & useMask) &&
303 useMask |= thisLIR->useMask;
367 newLIR->useMask = nextLIR->useMask;