Searched refs:CreateCoercedLoad (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1140 static llvm::Value *CreateCoercedLoad(Address Src, llvm::Type *Ty, in CreateCoercedLoad() function 2760 RV = CreateCoercedLoad(V, RetAI.getCoerceToType(), *this); in EmitFunctionEpilog() 3770 CreateCoercedLoad(Src, ArgInfo.getCoerceToType(), *this); in EmitCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1226 static llvm::Value *CreateCoercedLoad(Address Src, llvm::Type *Ty, in CreateCoercedLoad() function 3294 RV = CreateCoercedLoad(V, RetAI.getCoerceToType(), *this); in EmitFunctionEpilog() 4675 CreateCoercedLoad(Src, ArgInfo.getCoerceToType(), *this); in EmitCall()
|