Searched refs:InRegAttr (Results 1 – 1 of 1) sorted by relevance
580 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildEntryThunk() local581 if (SRetAttr.isValid() && !InRegAttr.isValid()) { in buildEntryThunk()673 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildGuestExitThunk() local674 if (SRetAttr.isValid() && !InRegAttr.isValid()) { in buildGuestExitThunk()732 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildPatchableThunk() local733 if (SRetAttr.isValid() && !InRegAttr.isValid()) { in buildPatchableThunk()