Searched refs:canonicalizeThunkType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 111 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
|