Home | History | Annotate | Download | only in Mips

Lines Matching defs:Helper

48   const char* Helper;
59 // Libcalls for which no helper is generated. Sorted by name for binary search.
273 // we use a set of helper functions. (This includes functions which return type
283 // values and hence helper functions are needed.
285 // the helper function suffixs for these are:
332 // The full name of a helper function is__mips16_call_stub +
339 // for now. There are a whole series of helper function mapping arrays, one
438 // and generate the helper
472 const Mips16IntrinsicHelperType *Helper =
475 if (Helper != std::end(Mips16IntrinsicHelper) &&
476 *Helper == IntrinsicFind) {
477 Mips16HelperFunction = Helper->Helper;