Searched refs:getCoerceToType (Results 1 – 3 of 3) sorted by relevance
522 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()526 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()1162 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct()1262 resultType = retAI.getCoerceToType(); in GetFunctionType()1340 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()1830 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()1831 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()1905 if (V->getType() != ArgI.getCoerceToType()) in EmitFunctionProlog()1906 V = Builder.CreateBitCast(V, ArgI.getCoerceToType()); in EmitFunctionProlog()1935 CGM.getDataLayout().getABITypeAlignment(ArgI.getCoerceToType()); in EmitFunctionProlog()[all …]
117 if (llvm::Type *Ty = getCoerceToType()) in dump()1503 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()2900 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()4103 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()4104 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()5274 if (AI.getCoerceToType()) in EmitVAArg()5275 ArgTy = AI.getCoerceToType(); in EmitVAArg()6245 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()6269 Stride = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg()6476 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()[all …]
193 llvm::Type *getCoerceToType() const { in getCoerceToType() function