Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp523 Type *X64RetType = X64Ty->getReturnType(); in buildEntryThunk() local
525 bool TransformDirectToSRet = X64RetType->isVoidTy() && !RetTy->isVoidTy(); in buildEntryThunk()
582 } else if (X64RetType != RetTy) { in buildEntryThunk()
583 Value *CastAlloca = IRB.CreateAlloca(X64RetType); in buildEntryThunk()
585 RetVal = IRB.CreateLoad(X64RetType, CastAlloca); in buildEntryThunk()
592 if (X64RetType->isVoidTy()) in buildEntryThunk()