Lines Matching refs:ABIArgInfo

111 void ABIArgInfo::dump() const {  in dump()
383 ABIArgInfo classifyReturnType(QualType RetTy) const;
384 ABIArgInfo classifyArgumentType(QualType RetTy) const;
408 ABIArgInfo DefaultABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
410 return ABIArgInfo::getIndirect(0); in classifyArgumentType()
417 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
420 ABIArgInfo DefaultABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
422 return ABIArgInfo::getIgnore(); in classifyReturnType()
425 return ABIArgInfo::getIndirect(0); in classifyReturnType()
432 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
446 ABIArgInfo classifyReturnType(QualType RetTy) const;
447 ABIArgInfo classifyArgumentType(QualType RetTy) const;
474 ABIArgInfo PNaClABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
477 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
478 return ABIArgInfo::getIndirect(0); in classifyArgumentType()
484 return ABIArgInfo::getDirect(); in classifyArgumentType()
488 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
491 ABIArgInfo PNaClABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
493 return ABIArgInfo::getIgnore(); in classifyReturnType()
497 return ABIArgInfo::getIndirect(0); in classifyReturnType()
504 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
599 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
601 ABIArgInfo getIndirectReturnResult(CCState &State) const;
607 ABIArgInfo classifyReturnType(QualType RetTy, CCState &State) const;
608 ABIArgInfo classifyArgumentType(QualType RetTy, CCState &State) const;
616 unsigned &StackOffset, ABIArgInfo &Info,
807 ABIArgInfo X86_32ABIInfo::getIndirectReturnResult(CCState &State) const { in getIndirectReturnResult()
812 return ABIArgInfo::getIndirectInReg(/*Align=*/0, /*ByVal=*/false); in getIndirectReturnResult()
814 return ABIArgInfo::getIndirect(/*Align=*/0, /*ByVal=*/false); in getIndirectReturnResult()
817 ABIArgInfo X86_32ABIInfo::classifyReturnType(QualType RetTy, CCState &State) const { in classifyReturnType()
819 return ABIArgInfo::getIgnore(); in classifyReturnType()
826 return ABIArgInfo::getDirect(); in classifyReturnType()
838 return ABIArgInfo::getDirect(llvm::VectorType::get( in classifyReturnType()
845 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classifyReturnType()
851 return ABIArgInfo::getDirect(); in classifyReturnType()
878 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType()
882 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),Size)); in classifyReturnType()
893 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
946 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult()
951 return ABIArgInfo::getIndirectInReg(0, false); in getIndirectResult()
953 return ABIArgInfo::getIndirect(0, false); in getIndirectResult()
960 return ABIArgInfo::getIndirect(4, /*ByVal=*/true); in getIndirectResult()
965 return ABIArgInfo::getIndirect(StackAlign, /*ByVal=*/true, Realign); in getIndirectResult()
1024 ABIArgInfo X86_32ABIInfo::classifyArgumentType(QualType Ty, in classifyArgumentType()
1038 return ABIArgInfo::getInAlloca(/*FieldIndex=*/0); in classifyArgumentType()
1051 return ABIArgInfo::getDirect(); in classifyArgumentType()
1052 return ABIArgInfo::getExpand(); in classifyArgumentType()
1070 return ABIArgInfo::getIgnore(); in classifyArgumentType()
1079 return ABIArgInfo::getDirectInReg(Result); in classifyArgumentType()
1089 return ABIArgInfo::getExpandWithPadding( in classifyArgumentType()
1104 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classifyArgumentType()
1109 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), 64)); in classifyArgumentType()
1111 return ABIArgInfo::getDirect(); in classifyArgumentType()
1123 return ABIArgInfo::getExtendInReg(); in classifyArgumentType()
1124 return ABIArgInfo::getExtend(); in classifyArgumentType()
1127 return ABIArgInfo::getDirectInReg(); in classifyArgumentType()
1128 return ABIArgInfo::getDirect(); in classifyArgumentType()
1161 UsedInAlloca |= (I.info.getKind() == ABIArgInfo::InAlloca); in computeInfo()
1173 ABIArgInfo &Info, QualType Type) const { in addFieldToArgStruct()
1175 Info = ABIArgInfo::getInAlloca(FrameFields.size()); in addFieldToArgStruct()
1192 static bool isArgInAlloca(const ABIArgInfo &Info) { in isArgInAlloca()
1195 case ABIArgInfo::InAlloca: in isArgInAlloca()
1197 case ABIArgInfo::Indirect: in isArgInAlloca()
1200 case ABIArgInfo::Ignore: in isArgInAlloca()
1202 case ABIArgInfo::Direct: in isArgInAlloca()
1203 case ABIArgInfo::Extend: in isArgInAlloca()
1204 case ABIArgInfo::Expand: in isArgInAlloca()
1224 ABIArgInfo &Ret = FI.getReturnInfo(); in rewriteWithInAlloca()
1458 ABIArgInfo getIndirectReturnResult(QualType Ty) const;
1465 ABIArgInfo getIndirectResult(QualType Ty, unsigned freeIntRegs) const;
1467 ABIArgInfo classifyReturnType(QualType RetTy) const;
1469 ABIArgInfo classifyArgumentType(QualType Ty,
1500 ABIArgInfo info = classifyArgumentType(type, 0, neededInt, neededSSE, in isPassedUsingAVXType()
1523 ABIArgInfo classify(QualType Ty, unsigned &FreeSSERegs,
2118 ABIArgInfo X86_64ABIInfo::getIndirectReturnResult(QualType Ty) const { in getIndirectReturnResult()
2127 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in getIndirectReturnResult()
2130 return ABIArgInfo::getIndirect(0); in getIndirectReturnResult()
2144 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult()
2160 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in getIndirectResult()
2164 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in getIndirectResult()
2197 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in getIndirectResult()
2201 return ABIArgInfo::getIndirect(Align); in getIndirectResult()
2474 ABIArgInfo X86_64ABIInfo::
2489 return ABIArgInfo::getIgnore(); in classifyReturnType()
2519 return ABIArgInfo::getExtend(); in classifyReturnType()
2561 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
2566 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
2589 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
2600 return ABIArgInfo::getDirect(ResType); in classifyReturnType()
2603 ABIArgInfo X86_64ABIInfo::classifyArgumentType( in classifyArgumentType()
2624 return ABIArgInfo::getIgnore(); in classifyArgumentType()
2665 return ABIArgInfo::getExtend(); in classifyArgumentType()
2699 return ABIArgInfo::getDirect(HighPart, 8); in classifyArgumentType()
2709 return ABIArgInfo::getDirect(HighPart, 8); in classifyArgumentType()
2729 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
2835 ABIArgInfo AI = classifyArgumentType(Ty, 0, neededInt, neededSSE, in EmitVAArg()
2993 ABIArgInfo WinX86_64ABIInfo::classify(QualType Ty, unsigned &FreeSSERegs, in classify()
2997 return ABIArgInfo::getIgnore(); in classify()
3010 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classify()
3014 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classify()
3018 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classify()
3030 return ABIArgInfo::getDirect(); in classify()
3031 return ABIArgInfo::getExpand(); in classify()
3033 return ABIArgInfo::getIndirect(Align, /*ByVal=*/false); in classify()
3042 return ABIArgInfo::getDirect(); in classify()
3049 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classify()
3052 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), Width)); in classify()
3059 return ABIArgInfo::getExtend(); in classify()
3061 return ABIArgInfo::getDirect(); in classify()
3313 ABIArgInfo classifyReturnType(QualType RetTy) const;
3314 ABIArgInfo classifyArgumentType(QualType Ty) const;
3340 I.info = ABIArgInfo::getDirectInReg(CGT.ConvertType(QT)); in computeInfo()
3603 ABIArgInfo
3608 return ABIArgInfo::getDirect(); in classifyArgumentType()
3615 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
3618 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
3624 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
3638 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
3663 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
3667 return ABIArgInfo::getIndirect(ABIAlign, /*ByVal=*/true, in classifyArgumentType()
3672 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
3675 ABIArgInfo
3678 return ABIArgInfo::getIgnore(); in classifyReturnType()
3681 return ABIArgInfo::getDirect(); in classifyReturnType()
3688 return ABIArgInfo::getIndirect(0); in classifyReturnType()
3691 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
3703 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
3710 return ABIArgInfo::getIgnore(); in classifyReturnType()
3719 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
3723 return ABIArgInfo::getIndirect(0); in classifyReturnType()
3727 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
3896 ABIArgInfo classifyReturnType(QualType RetTy) const;
3897 ABIArgInfo classifyArgumentType(QualType RetTy) const;
3942 ABIArgInfo AArch64ABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
3951 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
3955 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
3960 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
3965 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
3967 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
3976 ? ABIArgInfo::getExtend() in classifyArgumentType()
3977 : ABIArgInfo::getDirect()); in classifyArgumentType()
3983 return ABIArgInfo::getIndirect(0, /*ByVal=*/RAA == in classifyArgumentType()
3991 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3993 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyArgumentType()
4000 return ABIArgInfo::getDirect( in classifyArgumentType()
4014 return ABIArgInfo::getDirect(llvm::ArrayType::get(BaseTy, Size / 64)); in classifyArgumentType()
4016 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), Size)); in classifyArgumentType()
4019 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
4022 ABIArgInfo AArch64ABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
4024 return ABIArgInfo::getIgnore(); in classifyReturnType()
4028 return ABIArgInfo::getIndirect(0); in classifyReturnType()
4036 ? ABIArgInfo::getExtend() in classifyReturnType()
4037 : ABIArgInfo::getDirect()); in classifyReturnType()
4041 return ABIArgInfo::getIgnore(); in classifyReturnType()
4047 return ABIArgInfo::getDirect(); in classifyReturnType()
4053 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), Size)); in classifyReturnType()
4056 return ABIArgInfo::getIndirect(0); in classifyReturnType()
4097 ABIArgInfo AI = classifyArgumentType(Ty); in EmitAAPCSVAArg()
4447 ABIArgInfo classifyReturnType(QualType RetTy, bool isVariadic) const;
4448 ABIArgInfo classifyArgumentType(QualType RetTy, bool isVariadic) const;
4617 ABIArgInfo ARMABIInfo::classifyArgumentType(QualType Ty, in classifyArgumentType()
4636 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
4641 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
4646 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
4648 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
4657 return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend() in classifyArgumentType()
4658 : ABIArgInfo::getDirect()); in classifyArgumentType()
4662 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
4667 return ABIArgInfo::getIgnore(); in classifyArgumentType()
4677 return ABIArgInfo::getDirect(nullptr, 0, nullptr, false); in classifyArgumentType()
4692 return ABIArgInfo::getIndirect(ABIAlign, /*ByVal=*/true, in classifyArgumentType()
4709 return ABIArgInfo::getDirect(llvm::ArrayType::get(ElemTy, SizeRegs)); in classifyArgumentType()
4797 ABIArgInfo ARMABIInfo::classifyReturnType(QualType RetTy, in classifyReturnType()
4802 return ABIArgInfo::getIgnore(); in classifyReturnType()
4806 return ABIArgInfo::getIndirect(0); in classifyReturnType()
4814 return RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend() in classifyReturnType()
4815 : ABIArgInfo::getDirect(); in classifyReturnType()
4821 return ABIArgInfo::getIgnore(); in classifyReturnType()
4828 return ABIArgInfo::getDirect(llvm::IntegerType::get( in classifyReturnType()
4836 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType()
4838 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
4839 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
4843 return ABIArgInfo::getIndirect(0); in classifyReturnType()
4849 return ABIArgInfo::getIgnore(); in classifyReturnType()
4858 return ABIArgInfo::getDirect(nullptr, 0, nullptr, false); in classifyReturnType()
4868 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
4872 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType()
4874 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
4875 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
4878 return ABIArgInfo::getIndirect(0); in classifyReturnType()
5000 ABIArgInfo classifyReturnType(QualType RetTy) const;
5001 ABIArgInfo classifyArgumentType(QualType Ty) const;
5021 ABIArgInfo NVPTXABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5023 return ABIArgInfo::getIgnore(); in classifyReturnType()
5027 return ABIArgInfo::getDirect(); in classifyReturnType()
5034 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
5037 ABIArgInfo NVPTXABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
5044 return ABIArgInfo::getIndirect(0, /* byval */ true); in classifyArgumentType()
5047 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
5146 ABIArgInfo classifyReturnType(QualType RetTy) const;
5147 ABIArgInfo classifyArgumentType(QualType ArgTy) const;
5266 ABIArgInfo AI = classifyArgumentType(Ty); in EmitVAArg()
5370 ABIArgInfo SystemZABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5372 return ABIArgInfo::getIgnore(); in classifyReturnType()
5374 return ABIArgInfo::getIndirect(0); in classifyReturnType()
5376 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
5379 ABIArgInfo SystemZABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
5382 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
5386 return ABIArgInfo::getExtend(); in classifyArgumentType()
5391 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
5399 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
5411 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()
5416 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyArgumentType()
5418 return ABIArgInfo::getDirect(nullptr); in classifyArgumentType()
5478 ABIArgInfo classifyReturnType(QualType RetTy) const;
5479 ABIArgInfo classifyArgumentType(QualType RetTy, uint64_t &Offset) const;
5600 ABIArgInfo
5616 return ABIArgInfo::getIgnore(); in classifyArgumentType()
5620 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
5626 ABIArgInfo ArgInfo = in classifyArgumentType()
5627 ABIArgInfo::getDirect(HandleAggregates(Ty, TySize), 0, in classifyArgumentType()
5639 return ABIArgInfo::getExtend(); in classifyArgumentType()
5641 return ABIArgInfo::getDirect( in classifyArgumentType()
5687 ABIArgInfo MipsABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5691 return ABIArgInfo::getIgnore(); in classifyReturnType()
5696 return ABIArgInfo::getIgnore(); in classifyReturnType()
5701 return ABIArgInfo::getDirect(); in classifyReturnType()
5707 ABIArgInfo ArgInfo = in classifyReturnType()
5708 ABIArgInfo::getDirect(returnAggregateInRegs(RetTy, Size)); in classifyReturnType()
5714 return ABIArgInfo::getIndirect(0); in classifyReturnType()
5722 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
5726 ABIArgInfo &RetInfo = FI.getReturnInfo(); in computeInfo()
5889 ABIArgInfo classifyReturnType(QualType RetTy) const;
5890 ABIArgInfo classifyArgumentType(QualType RetTy) const;
5917 ABIArgInfo HexagonABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
5924 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType()
5929 return ABIArgInfo::getIgnore(); in classifyArgumentType()
5932 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
5936 return ABIArgInfo::getIndirect(0, /*ByVal=*/true); in classifyArgumentType()
5939 return ABIArgInfo::getDirect(llvm::Type::getInt64Ty(getVMContext())); in classifyArgumentType()
5941 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyArgumentType()
5943 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
5945 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyArgumentType()
5948 ABIArgInfo HexagonABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5950 return ABIArgInfo::getIgnore(); in classifyReturnType()
5954 return ABIArgInfo::getIndirect(0); in classifyReturnType()
5962 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType()
5966 return ABIArgInfo::getIgnore(); in classifyReturnType()
5974 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType()
5976 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
5978 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
5979 return ABIArgInfo::getDirect(llvm::Type::getInt64Ty(getVMContext())); in classifyReturnType()
5982 return ABIArgInfo::getIndirect(0, /*ByVal=*/true); in classifyReturnType()
6080 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;
6193 ABIArgInfo
6196 return ABIArgInfo::getIgnore(); in classifyType()
6203 return ABIArgInfo::getIndirect(0, /*ByVal=*/false); in classifyType()
6211 return ABIArgInfo::getExtend(); in classifyType()
6215 return ABIArgInfo::getDirect(); in classifyType()
6220 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory); in classifyType()
6226 return ABIArgInfo::getDirect(); in classifyType()
6236 return ABIArgInfo::getDirectInReg(CoerceTy); in classifyType()
6238 return ABIArgInfo::getDirect(CoerceTy); in classifyType()
6243 ABIArgInfo AI = classifyType(Ty, 16 * 8); in EmitVAArg()
6257 case ABIArgInfo::Expand: in EmitVAArg()
6258 case ABIArgInfo::InAlloca: in EmitVAArg()
6261 case ABIArgInfo::Extend: in EmitVAArg()
6268 case ABIArgInfo::Direct: in EmitVAArg()
6273 case ABIArgInfo::Indirect: in EmitVAArg()
6281 case ABIArgInfo::Ignore: in EmitVAArg()
6474 ABIArgInfo AI = classifyArgumentType(Ty); in EmitVAArg()
6482 case ABIArgInfo::Expand: in EmitVAArg()
6483 case ABIArgInfo::InAlloca: in EmitVAArg()
6485 case ABIArgInfo::Ignore: in EmitVAArg()
6489 case ABIArgInfo::Extend: in EmitVAArg()
6490 case ABIArgInfo::Direct: in EmitVAArg()
6496 case ABIArgInfo::Indirect: in EmitVAArg()