Searched refs:getCoerceToType (Results 1 – 3 of 3) sorted by relevance
788 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()792 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()1398 addr = CGF.Builder.CreateElementBitCast(addr, info.getCoerceToType()); in emitAddressAtOffset()1501 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct()1606 resultType = retAI.getCoerceToType(); in GetFunctionType()1689 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()1944 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef()2740 ArgI.getCoerceToType()->isPointerTy()) { in EmitFunctionProlog()2820 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()2821 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()[all …]
243 if (llvm::Type *Ty = getCoerceToType()) in dump()678 assert(!AI.getCoerceToType() && in EmitVAArgInstr()2352 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()4054 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()4122 ? AI.getCoerceToType() in EmitVAArg()5898 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()5899 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()7448 if (AI.getCoerceToType()) in EmitVAArg()7449 ArgTy = AI.getCoerceToType(); in EmitVAArg()9570 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()[all …]
348 llvm::Type *getCoerceToType() const { in getCoerceToType() function