Home
last modified time | relevance | path

Searched refs:APCS (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDARM.cpp193 if (ABI == ARMABIKind::APCS) in setTargetAttributes()
267 case ARMABIKind::APCS: in getABIDefaultCC()
567 if (getABIKind() == ARMABIKind::APCS) { in classifyReturnType()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/soc/qcom/
Dqcom,aoss-qmp.txt39 in APCS for this client, as described in mailbox/mailbox.txt
Dqcom,glink.txt37 Definition: reference to the "rpm_hlos" mailbox in APCS, as described
Dqcom,smd.txt28 Definition: reference to the associated doorbell in APCS, as described
Dqcom,smp2p.txt23 Definition: reference to the associated doorbell in APCS, as described
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMCallingConv.td16 // ARM APCS Calling Convention
69 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)
105 // ARM APCS Calling Convention for GHC
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.h459 APCS = 0, enumerator
HDCodeGenModule.cpp176 Kind = ARMABIKind::APCS; in createTargetCodeGenInfo()