Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DABIArgInfo.h79 mlir::Type getCoerceToType() const { in getCoerceToType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp881 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 …]
H A DTargetInfo.cpp35 if (llvm::Type *Ty = getCoerceToType()) in dump()
H A DABIInfoImpl.cpp447 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp150 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
169 getDataLayout().getTypeAllocSize(AI.getCoerceToType())); in EmitVAArg()
H A DSystemZ.cpp290 if (AI.getCoerceToType()) in EmitVAArg()
291 ArgTy = AI.getCoerceToType(); in EmitVAArg()
H A DAArch64.cpp883 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()
884 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
H A DX86.cpp1370 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()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h366 llvm::Type *getCoerceToType() const { in getCoerceToType() function