Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ResType

2810   llvm::Type *ResType = nullptr;
2815 // If the low part is just padding, it takes no register, leave ResType
2833 ResType = GetINTEGERTypeAtOffset(CGT.ConvertType(RetTy), 0, RetTy, 0);
2837 if (Hi == NoClass && isa<llvm::IntegerType>(ResType)) {
2851 ResType = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 0, RetTy, 0);
2857 ResType = llvm::Type::getX86_FP80Ty(getVMContext());
2865 ResType = llvm::StructType::get(llvm::Type::getX86_FP80Ty(getVMContext()),
2901 ResType = GetByteVectorType(RetTy);
2923 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout());
2925 return ABIArgInfo::getDirect(ResType);
2945 llvm::Type *ResType = nullptr;
2950 // If the low part is just padding, it takes no register, leave ResType
2979 ResType = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 0, Ty, 0);
2983 if (Hi == NoClass && isa<llvm::IntegerType>(ResType)) {
3000 ResType = GetSSETypeAtOffset(IRType, 0, Ty, 0);
3044 ResType = GetByteVectorType(Ty);
3052 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout());
3054 return ABIArgInfo::getDirect(ResType);
4281 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext());
4282 return ABIArgInfo::getDirect(ResType);
4285 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext());
4286 return ABIArgInfo::getDirect(ResType);
4289 llvm::Type *ResType =
4291 return ABIArgInfo::getDirect(ResType);
4294 llvm::Type *ResType =
4296 return ABIArgInfo::getDirect(ResType);
4984 llvm::Type *ResType =
4986 return ABIArgInfo::getDirect(ResType);
4989 llvm::Type *ResType = llvm::VectorType::get(
4991 return ABIArgInfo::getDirect(ResType);
4994 llvm::Type *ResType = llvm::VectorType::get(
4996 return ABIArgInfo::getDirect(ResType);
5005 llvm::Type *ResType = IsEffectivelyAAPCS_VFP ?
5008 return ABIArgInfo::getDirect(ResType);
5201 llvm::Type *ResType = IsEffectivelyAAPCS_VFP ?
5204 return ABIArgInfo::getDirect(ResType);