Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp57 struct ThunkArgInfo { struct
111 ThunkArgInfo canonicalizeThunkType(Type *T, Align Alignment, bool Ret,
305 ThunkArgInfo AArch64Arm64ECCallLowering::canonicalizeThunkType( in canonicalizeThunkType()
310 return ThunkArgInfo{T, T, ThunkArgTranslation::Direct}; in canonicalizeThunkType()
314 return ThunkArgInfo{Arm64Ty, in canonicalizeThunkType()
320 return ThunkArgInfo{Arm64Ty, PtrTy, in canonicalizeThunkType()