Searched refs:CreateTempAllocaForCoercion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1036 static Address CreateTempAllocaForCoercion(CodeGenFunction &CGF, llvm::Type *Ty, in CreateTempAllocaForCoercion() function 1178 Address Tmp = CreateTempAllocaForCoercion(CGF, Ty, Src.getAlignment()); in CreateCoercedLoad() 1259 Address Tmp = CreateTempAllocaForCoercion(CGF, SrcTy, Dst.getAlignment()); in CreateCoercedStore()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1121 static Address CreateTempAllocaForCoercion(CodeGenFunction &CGF, llvm::Type *Ty, in CreateTempAllocaForCoercion() function 1268 CreateTempAllocaForCoercion(CGF, Ty, Src.getAlignment(), Src.getName()); in CreateCoercedLoad() 1355 Address Tmp = CreateTempAllocaForCoercion(CGF, SrcTy, Dst.getAlignment()); in CreateCoercedStore()
|