Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp473 Type *X64RetType = X64Ty->getReturnType(); in buildEntryThunk() local
475 bool TransformDirectToSRet = X64RetType->isVoidTy() && !RetTy->isVoidTy(); in buildEntryThunk()
529 } else if (X64RetType != RetTy) { in buildEntryThunk()
530 Value *CastAlloca = IRB.CreateAlloca(X64RetType); in buildEntryThunk()
532 RetVal = IRB.CreateLoad(X64RetType, CastAlloca); in buildEntryThunk()
539 if (X64RetType->isVoidTy()) in buildEntryThunk()