Searched refs:getCoerceToType (Results 1 – 9 of 9) sorted by relevance
281 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()309 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg()
278 if (AI.getCoerceToType()) in EmitVAArg()279 ArgTy = AI.getCoerceToType(); in EmitVAArg()
150 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()169 getDataLayout().getTypeAllocSize(AI.getCoerceToType())); in EmitVAArg()
533 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()534 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
1353 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()3084 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()3148 ? AI.getCoerceToType() in EmitVAArg()
1430 addr = addr.withElementType(info.getCoerceToType()); in emitAddressAtOffset()1643 resultType = retAI.getCoerceToType(); in GetFunctionType()1719 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()2208 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef()2273 llvm::Type *IRTy = AI.getCoerceToType(); in canApplyNoFPClass()3070 ArgI.getCoerceToType()->isPointerTy()) { in EmitFunctionProlog()3150 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()3151 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()3177 if (V->getType() != ArgI.getCoerceToType()) in EmitFunctionProlog()3846 if (RetAI.getCoerceToType() == ConvertType(RetTy) && in EmitFunctionEpilog()[all …]
34 if (llvm::Type *Ty = getCoerceToType()) in dump()
415 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
348 llvm::Type *getCoerceToType() const { in getCoerceToType() function