Home | History | Annotate | Download | only in GlobalISel

Lines Matching defs:Predicate

156       int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate");
190 if (!MatcherInfo.APIntImmPredicateFns[Predicate](Value))
197 int64_t Predicate = MatchTable[CurrentIdx++];
199 << "], Predicate=" << Predicate << ")\n");
204 assert(Predicate > GIPFP_APFloat_Invalid && "Expected a valid predicate");
207 if (!MatcherInfo.APFloatImmPredicateFns[Predicate](Value))