Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp193 if (ABI == ARMABIKind::APCS) in setTargetAttributes()
267 case ARMABIKind::APCS: in getABIDefaultCC()
567 if (getABIKind() == ARMABIKind::APCS) { in classifyReturnType()
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,aoss-qmp.txt41 in APCS for this client, as described in mailbox/mailbox.txt
H A Dqcom,glink.txt37 Definition: reference to the "rpm_hlos" mailbox in APCS, as described
H A Dqcom,smd.txt28 Definition: reference to the associated doorbell in APCS, as described
H A Dqcom,smp2p.txt23 Definition: reference to the associated doorbell in APCS, as described
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.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/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h459 APCS = 0, enumerator
H A DCodeGenModule.cpp176 Kind = ARMABIKind::APCS; in createTargetCodeGenInfo()