Searched refs:CoerceTy (Results 1 – 6 of 6) sorted by relevance
35 llvm::Type *CoerceTy; in classifyArgumentType() local37 CoerceTy = in classifyArgumentType()41 CoerceTy = llvm::ArrayType::get(RegTy, 2); in classifyArgumentType()43 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
416 llvm::Type *CoerceTy = llvm::Type::getIntNTy(getVMContext(), Size); in classifyReturnType() local417 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()837 llvm::Type *CoerceTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType() local838 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()859 llvm::Type *CoerceTy = llvm::ArrayType::get(BaseTy, Members); in classifyArgumentType() local860 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()869 llvm::Type *CoerceTy; in classifyArgumentType() local874 CoerceTy = in classifyArgumentType()882 CoerceTy = llvm::ArrayType::get(RegTy, NumRegs); in classifyArgumentType()885 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()[all …]
273 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType(); in classifyType() local276 return ABIArgInfo::getDirectInReg(CoerceTy); in classifyType()278 return ABIArgInfo::getDirect(CoerceTy); in classifyType()
628 llvm::Type *CoerceTy = in classifyReturnType() local630 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
326 llvm::Type *CoerceTy = llvm::IntegerType::get(CGF.getLLVMContext(), RetWidth); in addReturnRegisterOutputs() local327 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()330 ReturnSlot.setAddress(ReturnSlot.getAddress().withElementType(CoerceTy)); in addReturnRegisterOutputs()
2190 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef() local2191 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()