Searched refs:APCS (Results 1 – 4 of 4) sorted by relevance
1 ; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=APCS3 ; RUN: FileCheck %s --check-prefix=APCS5 ; RUN: FileCheck %s --check-prefix=APCS13 ; The stack is 8 byte aligned on AAPCS and 4 on APCS, so we should get a BIC14 ; only on APCS.17 ; APCS: sub sp, sp, #818 ; APCS: bic sp, sp, #7
3 ; This checks that alignments greater than 4 are respected by APCS5 ; simplifying refactoring; at the time of writing there were no actual APCS
17 // ARM APCS Calling Convention56 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)90 // ARM APCS Calling Convention for GHC
4408 APCS = 0, enumerator4520 if (cast<ARMABIInfo>(getABIInfo()).getABIKind() == ARMABIInfo::APCS) in SetTargetAttributes()4597 case APCS: return llvm::CallingConv::ARM_APCS; in getABIDefaultCC()4613 BuiltinCC = (getABIKind() == APCS ? in setCCs()4819 if (getABIKind() == APCS) { in classifyReturnType()7020 Kind = ARMABIInfo::APCS; in getTargetCodeGenInfo()