Searched refs:MatcherOpcode (Results 1 – 1 of 1) sorted by relevance
95 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local96 switch (MatcherOpcode) { in executeMatchTable()163 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()172 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()270 int64_t OpIdx = MatcherOpcode == GIM_CheckImmOperandPredicate in executeMatchTable()352 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()556 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT in executeMatchTable()558 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()583 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()587 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()[all …]