Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Darm-abi-attr.ll1 ; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=APCS
3 ; RUN: FileCheck %s --check-prefix=APCS
5 ; RUN: FileCheck %s --check-prefix=APCS
13 ; The stack is 8 byte aligned on AAPCS and 4 on APCS, so we should get a BIC
14 ; only on APCS.
17 ; APCS: sub sp, sp, #8
18 ; APCS: bic sp, sp, #7
Dbyval-align.ll3 ; This checks that alignments greater than 4 are respected by APCS
5 ; simplifying refactoring; at the time of writing there were no actual APCS
/external/llvm/lib/Target/ARM/
DARMCallingConv.td17 // ARM APCS Calling Convention
56 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)
90 // ARM APCS Calling Convention for GHC
/external/clang/lib/CodeGen/
DTargetInfo.cpp4408 APCS = 0, enumerator
4520 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()