Home
last modified time | relevance | path

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

/freebsd-14.2/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 DARM.td559 "Create an AAPCS compliant frame chain">;
563 "Create an AAPCS compliant frame chain "
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp271 case ARMABIKind::AAPCS: in getABIDefaultCC()
322 if (getABIKind() == ARMABIKind::AAPCS || in classifyHomogeneousAggregate()
411 getABIKind() == ARMABIKind::AAPCS) { in classifyArgumentType()
795 getABIKind() == ARMABIKind::AAPCS) { in EmitVAArg()
H A DAArch64.cpp326 if (Kind != AArch64ABIKind::AAPCS) in classifyArgumentType()
348 if (Kind == AArch64ABIKind::AAPCS) { in classifyArgumentType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h416 AAPCS = 0, enumerator
435 AAPCS = 1, enumerator
H A DCodeGenModule.cpp142 AArch64ABIKind Kind = AArch64ABIKind::AAPCS; in createTargetCodeGenInfo()
166 ARMABIKind Kind = ARMABIKind::AAPCS; in createTargetCodeGenInfo()
H A DCGCall.cpp230 return (PCS->getPCS() == PcsAttr::AAPCS ? CC_AAPCS : CC_AAPCS_VFP); in getCallingConventionForDecl()
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml23 in a manner similar to that specified by AAPCS:
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def416 /// Whether to follow the AAPCS enforcing at least one read before storing to a volatile bitfield
422 /// Whether to not follow the AAPCS that enforces volatile bit-field access width to be
H A DAttrDocs.td2174 - If the function is AAPCS, Clang instructs the backend to realign the stack to
2175 8 bytes on entry. This is a general requirement of the AAPCS at public
2177 other AAPCS functions to be called.
2179 itself is designed in such a way that functions obeying the normal AAPCS ABI
H A DAttr.td2520 ["AAPCS", "AAPCS_VFP"]>];
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td37 // In AAPCS, an SRet is passed in X8, not X0 like a normal pointer parameter.
620 // Darwin variants of AAPCS.
649 // guarantees more than a normal AAPCS function. x16 and x17 are used on the
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5205 PCS = PcsAttr::AAPCS; in handleCallConvAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4661 …HelpText<"Follows the AAPCS standard that all volatile bit-field write generates at least one load…
4668 " the AAPCS standard requirement stating that"