Searched refs:defMask (Results 1 – 12 of 12) sorted by relevance
43 maskPtr = &lir->defMask; in setMemRefType()132 lir->useMask = lir->defMask = 0; in setupResourceMasks()149 lir->defMask = lir->useMask = ENCODE_ALL; in setupResourceMasks()154 setupRegMask(&lir->defMask, lir->operands[0]); in setupResourceMasks()158 setupRegMask(&lir->defMask, lir->operands[1]); in setupResourceMasks()162 lir->defMask |= ENCODE_REG_SP; in setupResourceMasks()166 lir->defMask |= ENCODE_REG_LR; in setupResourceMasks()170 lir->defMask |= ENCODE_REG_LIST(lir->operands[0]); in setupResourceMasks()174 lir->defMask |= ENCODE_REG_LIST(lir->operands[1]); in setupResourceMasks()178 lir->defMask |= ENCODE_CCODE; in setupResourceMasks()[all …]
26 ((use | def) & check->defMask))112 u8 thisMemMask = (thisLIR->useMask | thisLIR->defMask) & ENCODE_MEM; in applyLoadStoreElimination()128 u8 stopDefRegMask = thisLIR->defMask & ~ENCODE_MEM; in applyLoadStoreElimination()140 u8 checkMemMask = (checkLIR->useMask | checkLIR->defMask) & in applyLoadStoreElimination()311 u8 stopDefRegMask = thisLIR->defMask & ~ENCODE_MEM; in applyLoadHoisting()327 u8 checkMemMask = checkLIR->defMask & ENCODE_MEM; in applyLoadHoisting()404 if (prevLIR->defMask == ENCODE_ALL) { in applyLoadHoisting()425 if (((curLIR->useMask & prevLIR->defMask) && in applyLoadHoisting()
389 if (lir->defMask && (!lir->flags.isNop || dumpNop)) { in dvmDumpLIRInsn()391 lir->defMask, "def")); in dvmDumpLIRInsn()
41 target->defMask = ENCODE_ALL; in markCard()617 target->defMask = ENCODE_ALL; in genArrayObjectPut()1066 loopLabel->defMask = ENCODE_ALL; in genProcessArgsRange()1318 slowPathLabel->defMask = ENCODE_ALL; in genInvokeVirtualWholeMethod()1425 target->defMask = ENCODE_ALL; in genMonitorPortable()1843 target->defMask = ENCODE_ALL; in handleFmt21c_Fmt31c_Fmt41c()1900 target->defMask = ENCODE_ALL; in handleFmt21c_Fmt31c_Fmt41c()2527 target->defMask = ENCODE_ALL; in handleFmt22c_Fmt52c()2573 target->defMask = ENCODE_ALL; in handleFmt22c_Fmt52c()2987 target->defMask = ENCODE_ALL; in handleFmt31t()[all …]
776 u8 defMask; // Resource mask for def member
106 dmb->defMask = ENCODE_ALL; in dvmCompilerGenMemBarrier()
301 headLIR->defMask = ENCODE_ALL; in methodBlockCodeGen()
264 hopTarget->defMask = ENCODE_ALL; in genMonitorEnter()282 target->defMask = ENCODE_ALL; in genMonitorEnter()320 hopTarget->defMask = ENCODE_ALL; in genMonitorExit()342 target->defMask = ENCODE_ALL; in genMonitorExit()393 target2->defMask = -1; in genCmpLong()397 target1->defMask = -1; in genCmpLong()
167 u8 defMask; // Resource mask for def member
205 label->defMask = ENCODE_ALL; in genInlineSqrt()
261 target->defMask = ENCODE_ALL; in genInlinedMinMaxInt()