Searched refs:HotCold (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BuildLibCalls.h | 252 uint8_t HotCold); 255 uint8_t HotCold); 258 uint8_t HotCold); 262 LibFunc NewFunc, uint8_t HotCold);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1942 uint8_t HotCold) { in emitHotColdNew() argument 1951 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, Name); in emitHotColdNew() 1962 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewNoThrow() argument 1972 CallInst *CI = B.CreateCall(Func, {Num, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewNoThrow() 1983 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAligned() argument 1992 CallInst *CI = B.CreateCall(Func, {Num, Align, B.getInt8(HotCold)}, Name); in emitHotColdNewAligned() 2004 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAlignedNoThrow() argument 2015 B.CreateCall(Func, {Num, Align, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewAlignedNoThrow()
|
| H A D | SimplifyLibCalls.cpp | 1722 uint8_t HotCold; in optimizeNew() local 1724 HotCold = ColdNewHintValue; in optimizeNew() 1726 HotCold = HotNewHintValue; in optimizeNew() 1733 LibFunc_Znwm12__hot_cold_t, HotCold); in optimizeNew() 1736 LibFunc_Znam12__hot_cold_t, HotCold); in optimizeNew() 1740 HotCold); in optimizeNew() 1744 HotCold); in optimizeNew() 1748 HotCold); in optimizeNew() 1752 HotCold); in optimizeNew() 1756 TLI, LibFunc_ZnwmSt11align_val_tRKSt9nothrow_t12__hot_cold_t, HotCold); in optimizeNew() [all …]
|