Home
last modified time | relevance | path

Searched refs:PreserveMost (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DCallingConv.h66 PreserveMost = 14, enumerator
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp246 case CallingConv::PreserveMost: in getCalleeSavedRegs()
325 case CallingConv::PreserveMost: in getCallPreservedMask()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp310 CallConv == CallingConv::PreserveMost || in CallingConvSupported()
/external/llvm/lib/IR/
DAsmWriter.cpp297 case CallingConv::PreserveMost: Out << "preserve_mostcc"; break; in PrintCallingConv()
/external/llvm/docs/
DLangRef.rst356 "``preserve_mostcc``" - The `PreserveMost` calling convention
375 `PreserveMost` calling convention is very similar to the `cold` calling
391 intrusive than the `PreserveMost` calling convention. This calling
407 This calling convention, like the `PreserveMost` calling convention, will be
426 of preserved registers, we can't use the existing `PreserveMost`.
/external/llvm/lib/AsmParser/
DLLParser.cpp1578 case lltok::kw_preserve_mostcc:CC = CallingConv::PreserveMost; break; in ParseOptionalCallingConv()