Searched refs:getCoerceToType (Results 1 – 9 of 9) sorted by relevance
79 mlir::Type getCoerceToType() const { in getCoerceToType() function
881 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()885 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()1477 addr = addr.withElementType(info.getCoerceToType()); in emitAddressAtOffset()1608 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct()1717 resultType = retAI.getCoerceToType(); in GetFunctionType()1791 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()2294 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef()2359 llvm::Type *IRTy = AI.getCoerceToType(); in canApplyNoFPClass()3194 ArgI.getCoerceToType()->isPointerTy()) { in EmitFunctionProlog()3275 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()[all …]
35 if (llvm::Type *Ty = getCoerceToType()) in dump()
447 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
150 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()169 getDataLayout().getTypeAllocSize(AI.getCoerceToType())); in EmitVAArg()
290 if (AI.getCoerceToType()) in EmitVAArg()291 ArgTy = AI.getCoerceToType(); in EmitVAArg()
883 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()884 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
1370 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()3123 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()3159 CoTy = AI.getCoerceToType(); in EmitVAArg()3224 ? AI.getCoerceToType() in EmitVAArg()
366 llvm::Type *getCoerceToType() const { in getCoerceToType() function