Lines Matching refs:HotCold
2112 uint8_t HotCold) { in emitHotColdSizeReturningNew() argument
2125 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, "sized_ptr"); in emitHotColdSizeReturningNew()
2137 uint8_t HotCold) { in emitHotColdSizeReturningNewAligned() argument
2151 B.CreateCall(Func, {Num, Align, B.getInt8(HotCold)}, "sized_ptr"); in emitHotColdSizeReturningNewAligned()
2161 uint8_t HotCold) { in emitHotColdNew() argument
2170 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, Name); in emitHotColdNew()
2181 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewNoThrow() argument
2190 CallInst *CI = B.CreateCall(Func, {Num, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewNoThrow()
2201 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAligned() argument
2210 CallInst *CI = B.CreateCall(Func, {Num, Align, B.getInt8(HotCold)}, Name); in emitHotColdNewAligned()
2222 LibFunc NewFunc, uint8_t HotCold) { in emitHotColdNewAlignedNoThrow() argument
2233 B.CreateCall(Func, {Num, Align, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewAlignedNoThrow()