Lines Matching refs:Found
651 unsigned Found = ~0u; in emitComposeSubRegIndices() local
654 Found = r; in emitComposeSubRegIndices()
658 if (Found == ~0u) { in emitComposeSubRegIndices()
659 Found = Rows.size(); in emitComposeSubRegIndices()
660 Rows.resize(Found + 1); in emitComposeSubRegIndices()
664 RowMap.push_back(Found); in emitComposeSubRegIndices()
713 unsigned Found = ~0u; in emitComposeSubRegIndexLaneMask() local
720 Found = SIdx; in emitComposeSubRegIndexLaneMask()
724 if (Found == ~0u) { in emitComposeSubRegIndexLaneMask()
726 Found = SIdx; in emitComposeSubRegIndexLaneMask()
728 SubReg2SequenceIndexMap.push_back(Found); in emitComposeSubRegIndexLaneMask()