Home
last modified time | relevance | path

Searched refs:getCoerceToType (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp281 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
309 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg()
H A DSystemZ.cpp278 if (AI.getCoerceToType()) in EmitVAArg()
279 ArgTy = AI.getCoerceToType(); in EmitVAArg()
H A DXCore.cpp150 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
169 getDataLayout().getTypeAllocSize(AI.getCoerceToType())); in EmitVAArg()
H A DAArch64.cpp533 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()
534 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
H A DX86.cpp1353 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()
3084 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()
3148 ? AI.getCoerceToType() in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1430 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 …]
H A DTargetInfo.cpp34 if (llvm::Type *Ty = getCoerceToType()) in dump()
H A DABIInfoImpl.cpp415 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h348 llvm::Type *getCoerceToType() const { in getCoerceToType() function