Lines Matching defs:HotCold
2033 uint8_t HotCold) {
2046 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, "sized_ptr");
2058 uint8_t HotCold) {
2072 B.CreateCall(Func, {Num, Align, B.getInt8(HotCold)}, "sized_ptr");
2082 uint8_t HotCold) {
2091 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, Name);
2102 LibFunc NewFunc, uint8_t HotCold) {
2111 CallInst *CI = B.CreateCall(Func, {Num, NoThrow, B.getInt8(HotCold)}, Name);
2122 LibFunc NewFunc, uint8_t HotCold) {
2131 CallInst *CI = B.CreateCall(Func, {Num, Align, B.getInt8(HotCold)}, Name);
2143 LibFunc NewFunc, uint8_t HotCold) {
2154 B.CreateCall(Func, {Num, Align, NoThrow, B.getInt8(HotCold)}, Name);