Searched refs:PreserveMost (Results 1 – 6 of 6) sorted by relevance
66 PreserveMost = 14, enumerator
246 case CallingConv::PreserveMost: in getCalleeSavedRegs()325 case CallingConv::PreserveMost: in getCallPreservedMask()
310 CallConv == CallingConv::PreserveMost || in CallingConvSupported()
297 case CallingConv::PreserveMost: Out << "preserve_mostcc"; break; in PrintCallingConv()
356 "``preserve_mostcc``" - The `PreserveMost` calling convention375 `PreserveMost` calling convention is very similar to the `cold` calling391 intrusive than the `PreserveMost` calling convention. This calling407 This calling convention, like the `PreserveMost` calling convention, will be426 of preserved registers, we can't use the existing `PreserveMost`.
1578 case lltok::kw_preserve_mostcc:CC = CallingConv::PreserveMost; break; in ParseOptionalCallingConv()