Lines Matching refs:CoerceTy

1088   llvm::Type *CoerceTy = llvm::IntegerType::get(CGF.getLLVMContext(), RetWidth);  in addReturnRegisterOutputs()  local
1089 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
1093 CoerceTy->getPointerTo())); in addReturnRegisterOutputs()
4223 llvm::Type *CoerceTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType() local
4224 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
4241 llvm::Type *CoerceTy = llvm::ArrayType::get(BaseTy, Members); in classifyArgumentType() local
4242 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
4251 llvm::Type *CoerceTy; in classifyArgumentType() local
4256 CoerceTy = in classifyArgumentType()
4264 CoerceTy = llvm::ArrayType::get(RegTy, NumRegs); in classifyArgumentType()
4267 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
4295 llvm::Type *CoerceTy = llvm::IntegerType::get(getVMContext(), Size); in classifyReturnType() local
4296 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
4307 llvm::Type *CoerceTy = llvm::ArrayType::get(BaseTy, Members); in classifyReturnType() local
4308 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
4317 llvm::Type *CoerceTy; in classifyReturnType() local
4319 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()
4320 CoerceTy = llvm::StructType::get(CoerceTy, CoerceTy, nullptr); in classifyReturnType()
4322 CoerceTy = in classifyReturnType()
4324 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
5531 llvm::Type *CoerceTy = in classifyReturnType() local
5533 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
7144 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType(); in classifyType() local
7147 return ABIArgInfo::getDirectInReg(CoerceTy); in classifyType()
7149 return ABIArgInfo::getDirect(CoerceTy); in classifyType()