Searched refs:getCoerceToType (Results 1 – 3 of 3) sorted by relevance
1628 resultType = retAI.getCoerceToType(); in GetFunctionType()1711 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()2014 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef()2808 ArgI.getCoerceToType()->isPointerTy()) { in EmitFunctionProlog()2888 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()2889 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()2915 if (V->getType() != ArgI.getCoerceToType()) in EmitFunctionProlog()2916 V = Builder.CreateBitCast(V, ArgI.getCoerceToType()); in EmitFunctionProlog()3560 if (RetAI.getCoerceToType() == ConvertType(RetTy) && in EmitFunctionEpilog()4973 if (!isa<llvm::StructType>(ArgInfo.getCoerceToType()) && in EmitCall()[all …]
254 if (llvm::Type *Ty = getCoerceToType()) in dump()720 assert(!AI.getCoerceToType() && in EmitVAArgInstr()2410 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()4222 ? AI.getCoerceToType() in EmitVAArg()6001 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()6002 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()7597 if (AI.getCoerceToType()) in EmitVAArg()7598 ArgTy = AI.getCoerceToType(); in EmitVAArg()9821 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()10212 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()[all …]
348 llvm::Type *getCoerceToType() const { in getCoerceToType() function