Searched refs:AAPCS (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattributes.s200 @ CHECK: Description: AAPCS VFP
206 @ CHECK: Description: AAPCS
/external/compiler-rt/make/platform/
H A Dclang_macho_embedded.mk47 # non-VFP variant of the AAPCS.
53 # AAPCS.
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h163 @ Note: ARM Archicture procedure call standard AAPCS
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3239 AAPCS = 0,
3293 // Under AAPCS the 64-bit stack slot alignment means we can't pass HAs
3838 AAPCS = 1, enumerator in enum:__anon17879::ARMABIInfo::ABIKind
3960 // AAPCS guarantees that sp will be 8-byte aligned on any public interface,
4044 case AAPCS: return llvm::CallingConv::ARM_AAPCS;
4060 /// isHomogeneousAggregate - Return true if a type is an AAPCS-VFP homogeneous
4092 // Homogeneous aggregates for AAPCS-VFP must have base types of float,
4123 // 2) In the 32-bit AAPCS, `double' and `long double' have the same
4124 // machine type. This is not the case for the 64-bit AAPCS.
4222 if (getABIKind() == ARMABIInfo::AAPCS || isVariadi
[all...]
H A DCGCall.cpp144 return (PCS->getPCS() == PcsAttr::AAPCS ? CC_AAPCS : CC_AAPCS_VFP);
1018 // We cannot do this for functions using the AAPCS calling convention,
1526 // We cannot do this for functions using the AAPCS calling convention,
2804 // We cannot do this for functions using the AAPCS calling convention,
/external/clang/tools/libclang/
H A DCXType.cpp525 TCALLINGCONV(AAPCS);
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3123 PCS = PcsAttr::AAPCS;

Completed in 477 milliseconds