Lines Matching refs:APCS
4985 APCS = 0,
5109 if (ABI == ARMABIInfo::APCS)
5182 case APCS: return llvm::CallingConv::ARM_APCS;
5203 case APCS:
5311 // The ABI alignment for APCS is 4-byte and for AAPCS at least 4-byte and at
5351 // APCS, C Language Calling Conventions, Non-Simple Return Values: A structure
5466 // Are we following APCS?
5467 if (getABIKind() == APCS) {
5617 // APCS. For AAPCS, the ABI alignment is at least 4-byte and at most 8-byte.
7993 if (ABIStr == "apcs-gnu")
7994 Kind = ARMABIInfo::APCS;