Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp714 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
718 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
1275 addr = CGF.Builder.CreateElementBitCast(addr, info.getCoerceToType()); in emitAddressAtOffset()
1378 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct()
1480 resultType = retAI.getCoerceToType(); in GetFunctionType()
1557 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()
2202 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()
2203 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()
2296 if (V->getType() != ArgI.getCoerceToType()) in EmitFunctionProlog()
2297 V = Builder.CreateBitCast(V, ArgI.getCoerceToType()); in EmitFunctionProlog()
[all …]
DTargetInfo.cpp210 if (llvm::Type *Ty = getCoerceToType()) in dump()
577 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
1982 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()
3441 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()
4696 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()
4697 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
5946 if (AI.getCoerceToType()) in EmitVAArg()
5947 ArgTy = AI.getCoerceToType(); in EmitVAArg()
7156 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
7183 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp784 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
788 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
1370 addr = CGF.Builder.CreateElementBitCast(addr, info.getCoerceToType()); in emitAddressAtOffset()
1473 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct()
1578 resultType = retAI.getCoerceToType(); in GetFunctionType()
1661 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType()
2547 ArgI.getCoerceToType()->isPointerTy()) { in EmitFunctionProlog()
2627 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()
2628 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()
2653 if (V->getType() != ArgI.getCoerceToType()) in EmitFunctionProlog()
[all …]
DTargetInfo.cpp241 if (llvm::Type *Ty = getCoerceToType()) in dump()
676 assert(!AI.getCoerceToType() && in EmitVAArgInstr()
2331 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()
4039 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()
4104 ? AI.getCoerceToType() in EmitVAArg()
5851 else if (AI.getCoerceToType()) in EmitAAPCSVAArg()
5852 BaseTy = AI.getCoerceToType(); in EmitAAPCSVAArg()
7345 if (AI.getCoerceToType()) in EmitVAArg()
7346 ArgTy = AI.getCoerceToType(); in EmitVAArg()
9381 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
[all …]
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h268 llvm::Type *getCoerceToType() const { in getCoerceToType() function
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h329 llvm::Type *getCoerceToType() const { in getCoerceToType() function