Home
last modified time | relevance | path

Searched refs:HotCold (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h259 uint8_t HotCold);
262 uint8_t HotCold);
265 uint8_t HotCold);
269 LibFunc NewFunc, uint8_t HotCold);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1731 uint8_t HotCold; in optimizeNew() local
1733 HotCold = ColdNewHintValue; in optimizeNew()
1736 HotCold = NotColdNewHintValue; in optimizeNew()
1738 HotCold = HotNewHintValue; in optimizeNew()
1753 LibFunc_Znwm12__hot_cold_t, HotCold); in optimizeNew()
1756 if (HotCold != NotColdNewHintValue) in optimizeNew()
1758 LibFunc_Znwm12__hot_cold_t, HotCold); in optimizeNew()
1763 LibFunc_Znam12__hot_cold_t, HotCold); in optimizeNew()
1766 if (HotCold != NotColdNewHintValue) in optimizeNew()
1768 LibFunc_Znam12__hot_cold_t, HotCold); in optimizeNew()
[all …]
H A DBuildLibCalls.cpp1953 uint8_t HotCold) { in emitHotColdNew() argument
1962 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, Name); in emitHotColdNew()
1973 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewNoThrow() argument
1983 CallInst *CI = B.CreateCall(Func, {Num, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewNoThrow()
1994 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAligned() argument
2003 CallInst *CI = B.CreateCall(Func, {Num, Align, B.getInt8(HotCold)}, Name); in emitHotColdNewAligned()
2015 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAlignedNoThrow() argument
2026 B.CreateCall(Func, {Num, Align, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewAlignedNoThrow()