Lines Matching refs:CoerceTy

1320   llvm::Type *CoerceTy = llvm::IntegerType::get(CGF.getLLVMContext(), RetWidth);  in addReturnRegisterOutputs()  local
1321 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
1325 CoerceTy->getPointerTo())); in addReturnRegisterOutputs()
4685 llvm::Type *CoerceTy = llvm::Type::getIntNTy(getVMContext(), Size); in classifyReturnType() local
4686 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
5211 llvm::Type *CoerceTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType() local
5212 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
5233 llvm::Type *CoerceTy = llvm::ArrayType::get(BaseTy, Members); in classifyArgumentType() local
5234 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
5243 llvm::Type *CoerceTy; in classifyArgumentType() local
5248 CoerceTy = in classifyArgumentType()
5256 CoerceTy = llvm::ArrayType::get(RegTy, NumRegs); in classifyArgumentType()
5259 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
5287 llvm::Type *CoerceTy = llvm::IntegerType::get(getVMContext(), Size); in classifyReturnType() local
5288 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
5303 llvm::Type *CoerceTy = llvm::ArrayType::get(BaseTy, Members); in classifyReturnType() local
5304 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
5313 llvm::Type *CoerceTy; in classifyReturnType() local
5315 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()
5316 CoerceTy = llvm::StructType::get(CoerceTy, CoerceTy); in classifyReturnType()
5318 CoerceTy = in classifyReturnType()
5320 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
6707 llvm::Type *CoerceTy = in classifyReturnType() local
6709 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
9369 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType(); in classifyType() local
9372 return ABIArgInfo::getDirectInReg(CoerceTy); in classifyType()
9374 return ABIArgInfo::getDirect(CoerceTy); in classifyType()