Searched refs:getCoerceToType (Results 1 – 9 of 9) sorted by relevance
285 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()313 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()
550 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()551 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
1362 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()3107 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()3171 ? AI.getCoerceToType() in EmitVAArg()
815 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()819 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()1408 addr = addr.withElementType(info.getCoerceToType()); in emitAddressAtOffset()1511 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct()1621 resultType = retAI.getCoerceToType(); in GetFunctionType()1697 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()2190 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef()2255 llvm::Type *IRTy = AI.getCoerceToType(); in canApplyNoFPClass()3053 ArgI.getCoerceToType()->isPointerTy()) { in EmitFunctionProlog()3133 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()[all …]
35 if (llvm::Type *Ty = getCoerceToType()) in dump()
453 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
348 llvm::Type *getCoerceToType() const { in getCoerceToType() function