Searched refs:InRegAttr (Results 1 – 1 of 1) sorted by relevance
573 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildEntryThunk() local574 if (SRetAttr.isValid() && !InRegAttr.isValid()) { in buildEntryThunk()662 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildGuestExitThunk() local663 if (SRetAttr.isValid() && !InRegAttr.isValid()) { in buildGuestExitThunk()718 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildPatchableThunk() local719 if (SRetAttr.isValid() && !InRegAttr.isValid()) { in buildPatchableThunk()