Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ResType

2213   llvm::Type *ResType = nullptr;
2218 // If the low part is just padding, it takes no register, leave ResType
2236 ResType = GetINTEGERTypeAtOffset(CGT.ConvertType(RetTy), 0, RetTy, 0);
2240 if (Hi == NoClass && isa<llvm::IntegerType>(ResType)) {
2254 ResType = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 0, RetTy, 0);
2260 ResType = llvm::Type::getX86_FP80Ty(getVMContext());
2268 ResType
2304 ResType = GetByteVectorType(RetTy);
2326 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout());
2328 return ABIArgInfo::getDirect(ResType);
2346 llvm::Type *ResType = nullptr;
2351 // If the low part is just padding, it takes no register, leave ResType
2380 ResType = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 0, Ty, 0);
2384 if (Hi == NoClass && isa<llvm::IntegerType>(ResType)) {
2401 ResType = GetSSETypeAtOffset(IRType, 0, Ty, 0);
2445 ResType = GetByteVectorType(Ty);
2453 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout());
2455 return ABIArgInfo::getDirect(ResType);
3369 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext());
3371 return ABIArgInfo::getDirect(ResType);
3374 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext());
3376 return ABIArgInfo::getDirect(ResType);
3379 llvm::Type *ResType =
3382 return ABIArgInfo::getDirect(ResType);
3385 llvm::Type *ResType =
3388 return ABIArgInfo::getDirect(ResType);
4214 llvm::Type *ResType =
4217 return ABIArgInfo::getDirect(ResType);
4220 llvm::Type *ResType = llvm::VectorType::get(
4228 return ABIArgInfo::getDirect(ResType);
4231 llvm::Type *ResType = llvm::VectorType::get(
4239 return ABIArgInfo::getDirect(ResType);