Lines Matching refs:NewFunc
1952 const TargetLibraryInfo *TLI, LibFunc NewFunc, in emitHotColdNew() argument
1955 if (!isLibFuncEmittable(M, TLI, NewFunc)) in emitHotColdNew()
1958 StringRef Name = TLI->getName(NewFunc); in emitHotColdNew()
1973 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewNoThrow() argument
1975 if (!isLibFuncEmittable(M, TLI, NewFunc)) in emitHotColdNewNoThrow()
1978 StringRef Name = TLI->getName(NewFunc); in emitHotColdNewNoThrow()
1994 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAligned() argument
1996 if (!isLibFuncEmittable(M, TLI, NewFunc)) in emitHotColdNewAligned()
1999 StringRef Name = TLI->getName(NewFunc); in emitHotColdNewAligned()
2015 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAlignedNoThrow() argument
2017 if (!isLibFuncEmittable(M, TLI, NewFunc)) in emitHotColdNewAlignedNoThrow()
2020 StringRef Name = TLI->getName(NewFunc); in emitHotColdNewAlignedNoThrow()