Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp112 uint64_t ArgSizeBytes, raw_ostream &Out);
213 uint64_t ArgSizeBytes = AttrList.getParamArm64ECArgSizeBytes(I); in getThunkArgTypes()
216 uint64_t ArgSizeBytes = 0; in getThunkArgTypes() local
221 /*Ret*/ false, ArgSizeBytes, Out); in getThunkArgTypes()
237 uint64_t ArgSizeBytes = AttrList.getRetArm64ECArgSizeBytes(); in getThunkRetType()
239 int64_t ArgSizeBytes = 0; in getThunkRetType() local
274 canonicalizeThunkType(SRetType, SRetAlign, /*Ret*/ true, ArgSizeBytes, in getThunkRetType()
293 canonicalizeThunkType(T, Align(), /*Ret*/ true, ArgSizeBytes, Out); in getThunkRetType()
306 Type *T, Align Alignment, bool Ret, uint64_t ArgSizeBytes, in canonicalizeThunkType() argument
373 unsigned TypeSize = ArgSizeBytes; in canonicalizeThunkType()