Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp468 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == 0) in arrangeLLVMFunctionInfo()
473 if (I->info.canHaveCoerceToType() && I->info.getCoerceToType() == 0) in arrangeLLVMFunctionInfo()
906 resultType = retAI.getCoerceToType(); in GetFunctionType()
955 llvm::Type *argType = argAI.getCoerceToType(); in GetFunctionType()
1165 dyn_cast<llvm::StructType>(AI.getCoerceToType())) { in ConstructAttributeList()
1326 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) && in EmitFunctionProlog()
1327 ArgI.getCoerceToType() == ConvertType(Ty) && in EmitFunctionProlog()
1338 if (V->getType() != ArgI.getCoerceToType()) in EmitFunctionProlog()
1339 V = Builder.CreateBitCast(V, ArgI.getCoerceToType()); in EmitFunctionProlog()
1361 CGM.getDataLayout().getABITypeAlignment(ArgI.getCoerceToType()); in EmitFunctionProlog()
[all …]
DABIInfo.h150 llvm::Type *getCoerceToType() const { in getCoerceToType() function
DTargetInfo.cpp100 if (llvm::Type *Ty = getCoerceToType()) in dump()
1201 llvm::Type *ty = info.getCoerceToType(); in isPassedUsingAVXType()
2510 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType()); in EmitVAArg()
5304 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
5327 Stride = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg()