Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp111 ThunkArgInfo canonicalizeThunkType(Type *T, Align Alignment, bool Ret,
220 canonicalizeThunkType(FT->getParamType(I), ParamAlign, in getThunkArgTypes()
274 canonicalizeThunkType(SRetType, SRetAlign, /*Ret*/ true, ArgSizeBytes, in getThunkRetType()
293 canonicalizeThunkType(T, Align(), /*Ret*/ true, ArgSizeBytes, Out); in getThunkRetType()
305 ThunkArgInfo AArch64Arm64ECCallLowering::canonicalizeThunkType( in canonicalizeThunkType() function in AArch64Arm64ECCallLowering