Home
last modified time | relevance | path

Searched refs:PreserveAll (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h66 PreserveAll = 15, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp137 if (MF->getFunction().getCallingConv() == CallingConv::PreserveAll) in getCalleeSavedRegs()
196 if (MF->getFunction().getCallingConv() == CallingConv::PreserveAll) in getDarwinCalleeSavedRegs()
273 if (CC == CallingConv::PreserveAll) in getDarwinCallPreservedMask()
324 if (CC == CallingConv::PreserveAll) in getCallPreservedMask()
633 case CallingConv::PreserveAll: in isArgumentRegister()
H A DAArch64FrameLowering.cpp2961 CC == CallingConv::PreserveAll || CC == CallingConv::CXX_FAST_TLS || in computeCalleeSaveRegisterPairs()
3064 CC == CallingConv::PreserveAll || CC == CallingConv::CXX_FAST_TLS || in computeCalleeSaveRegisterPairs()
H A DAArch64ISelLowering.cpp7194 case CallingConv::PreserveAll: in CCAssignFnForCall()
7877 case CallingConv::PreserveAll: in mayTailCallThisCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp45 case CallingConv::PreserveAll: in getCalleeSavedRegs()
57 case CallingConv::PreserveAll: in getCallPreservedMask()
H A DVECallingConv.td150 // PreserveAll (clobbers s62,s63) - used for ve_grow_stack
H A DVEISelLowering.cpp1683 .setCallee(CallingConv::PreserveAll, RetTy, Callee, std::move(Args)) in lowerDYNAMIC_STACKALLOC()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp315 case CallingConv::PreserveAll: in getCalleeSavedRegs()
438 case CallingConv::PreserveAll: in getCallPreservedMask()
H A DX86ISelLoweringCall.cpp57 case CallingConv::PreserveAll: in shouldDisableRetRegFromCSR()
914 CallConv != CallingConv::PreserveAll && in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp791 case CallingConv::PreserveAll: in mayTailCallThisCC()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2005 case attr::PreserveAll: in printAttributedAfter()
H A DType.cpp4161 case attr::PreserveAll: in isCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1014 CallConv == CallingConv::PreserveAll || in callingConvSupported()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp306 case CallingConv::PreserveAll: Out << "preserve_allcc"; break; in PrintCallingConv()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp72 case CC_PreserveAll: return llvm::CallingConv::PreserveAll; in ClangCallConvToLLVMCallConv()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3121 def PreserveAll : DeclOrTypeAttr {
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2105 case CallingConv::PreserveAll: in getEffectiveCallingConv()
2106 return CallingConv::PreserveAll; in getEffectiveCallingConv()
2165 case CallingConv::PreserveAll: in CCAssignFnForNode()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2250 case lltok::kw_preserve_allcc: CC = CallingConv::PreserveAll; break; in parseOptionalCallingConv()