Searched refs:MatcherOpcode (Results 1 – 1 of 1) sorted by relevance
94 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local95 switch (MatcherOpcode) { in executeMatchTable()162 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()171 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()269 int64_t OpIdx = MatcherOpcode == GIM_CheckImmOperandPredicate in executeMatchTable()351 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()536 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT in executeMatchTable()538 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()563 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()567 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()[all …]