Home | History | Annotate | Download | only in ARM

Lines Matching defs:ABI

77          "Unknown target-abi option!");
124 auto ABI = computeTargetABI(TT, CPU, Options);
140 if (ABI != ARMBaseTargetMachine::ARM_ABI_APCS)
143 // We have 64 bits floats. The APCS ABI requires them to be aligned to 32
145 if (ABI == ARMBaseTargetMachine::ARM_ABI_APCS)
148 // We have 128 and 64 bit vectors. The APCS ABI aligns them to 32 bits, others
150 if (ABI == ARMBaseTargetMachine::ARM_ABI_APCS)
152 else if (ABI != ARMBaseTargetMachine::ARM_ABI_AAPCS16)
164 if (TT.isOSNaCl() || ABI == ARMBaseTargetMachine::ARM_ABI_AAPCS16)
166 else if (ABI == ARMBaseTargetMachine::ARM_ABI_AAPCS)
187 // Default to triple-appropriate float ABI