Home
last modified time | relevance | path

Searched refs:AAPCS (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td126 // ARM AAPCS (EABI) Calling Convention, common parts
156 // ARM AAPCS (EABI) Calling Convention
203 // ARM AAPCS-VFP (EABI) Calling Convention
274 // AAPCS, and also preserves all floating point registers.
304 // When enforcing an AAPCS compliant frame chain, R11 is used as the frame
306 // This AAPCS alternative makes sure the frame index slots match the push
H A DARMFeatures.td551 // If frame pointers are in use, they must follow the AAPCS definition, which
558 "Create an AAPCS compliant frame chain">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp269 case ARMABIKind::AAPCS: in getABIDefaultCC()
320 if (getABIKind() == ARMABIKind::AAPCS || in classifyHomogeneousAggregate()
409 getABIKind() == ARMABIKind::AAPCS) { in classifyArgumentType()
790 getABIKind() == ARMABIKind::AAPCS) { in EmitVAArg()
H A DAArch64.cpp342 if (Kind != AArch64ABIKind::AAPCS) in classifyArgumentType()
364 if (Kind == AArch64ABIKind::AAPCS) { in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h439 AAPCS = 0, enumerator
460 AAPCS = 1, enumerator
H A DCodeGenModule.cpp145 AArch64ABIKind Kind = AArch64ABIKind::AAPCS; in createTargetCodeGenInfo()
173 ARMABIKind Kind = ARMABIKind::AAPCS; in createTargetCodeGenInfo()
H A DCGCall.cpp234 return (PCS->getPCS() == PcsAttr::AAPCS ? CC_AAPCS : CC_AAPCS_VFP); in getCallingConventionForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def426 /// Whether to follow the AAPCS enforcing at least one read before storing to a volatile bitfield
432 /// Whether to not follow the AAPCS that enforces volatile bit-field access width to be
H A DAttrDocs.td2217 - If the function is AAPCS, Clang instructs the backend to realign the stack to
2218 8 bytes on entry. This is a general requirement of the AAPCS at public
2220 other AAPCS functions to be called.
2222 itself is designed in such a way that functions obeying the normal AAPCS ABI
5676 X8, X16-X19, SIMD and floating-point registers follow the AAPCS calling
H A DAttr.td2680 ["AAPCS", "AAPCS_VFP"]>];
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td42 // In AAPCS, an SRet is passed in X8, not X0 like a normal pointer parameter.
677 // Darwin variants of AAPCS.
706 // guarantees more than a normal AAPCS function. x16 and x17 are used on the
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4715 PCS = PcsAttr::AAPCS; in handleCallConvAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4911 …HelpText<"Follows the AAPCS standard that all volatile bit-field write generates at least one load…
4918 " the AAPCS standard requirement stating that"