Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp491 Value *CastAlloca = IRB.CreateAlloca(RetTy); in buildExitThunk() local
492 IRB.CreateStore(Call, IRB.CreateBitCast(CastAlloca, PtrTy)); in buildExitThunk()
493 RetVal = IRB.CreateLoad(RetTy, CastAlloca); in buildExitThunk()
546 Value *CastAlloca = IRB.CreateAlloca(ArgTy); in buildEntryThunk() local
547 IRB.CreateStore(Arg, IRB.CreateBitCast(CastAlloca, PtrTy)); in buildEntryThunk()
548 Arg = IRB.CreateLoad(ArgTy, CastAlloca); in buildEntryThunk()
590 Value *CastAlloca = IRB.CreateAlloca(X64RetType); in buildEntryThunk() local
591 IRB.CreateStore(Call, IRB.CreateBitCast(CastAlloca, PtrTy)); in buildEntryThunk()
592 RetVal = IRB.CreateLoad(X64RetType, CastAlloca); in buildEntryThunk()