Searched refs:libcall (Results 1 – 7 of 7) sorted by relevance
77 .libcall(); in X86LegalizerInfo()93 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in X86LegalizerInfo()
87 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);
692 LegalizeRuleSet &libcall() { in libcall() function
325 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in MipsLegalizerInfo()
24 // Declare the enumerator for each libcall, along with its default name. Some
729 .libcall(); in AArch64LegalizerInfo()
124 return libcall(MI, LocObserver); in legalizeInstrStep()713 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall() function in LegalizerHelper