Home | History | Annotate | Download | only in Mips

Lines Matching defs:Helper

46   const char* Helper;
57 // Libcalls for which no helper is generated. Sorted by name for binary search.
269 // we use a set of helper functions. (This includes functions which return type
279 // values and hence helper functions are needed.
281 // the helper function suffixs for these are:
328 // The full name of a helper function is__mips16_call_stub +
336 // for now. There are a whole series of helper function mapping arrays, one
434 // and generate the helper
468 const Mips16IntrinsicHelperType *Helper =
471 if (Helper != std::end(Mips16IntrinsicHelper) &&
472 *Helper == IntrinsicFind) {
473 Mips16HelperFunction = Helper->Helper;