Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp243 Attribute SRetAttr0 = AttrList.getParamAttr(0, Attribute::StructRet); in getThunkRetType() local
253 if ((SRetAttr0.isValid() && InRegAttr0.isValid()) || in getThunkRetType()
265 if (SRetAttr0.isValid()) { in getThunkRetType()
272 Type *SRetType = SRetAttr0.getValueAsType(); in getThunkRetType()