Searched refs:CallerAttr (Results 1 – 1 of 1) sorted by relevance
1989 Attribute CallerAttr = Caller.getFnAttribute("stack-probe-size"); in adjustCallerStackProbeSize() local1990 if (CallerAttr.isValid()) { in adjustCallerStackProbeSize()1992 CallerAttr.getValueAsString().getAsInteger(0, CallerStackProbeSize); in adjustCallerStackProbeSize()2015 Attribute CallerAttr = Caller.getFnAttribute("min-legal-vector-width"); in adjustMinLegalVectorWidth() local2016 if (CallerAttr.isValid()) { in adjustMinLegalVectorWidth()2020 CallerAttr.getValueAsString().getAsInteger(0, CallerVectorWidth); in adjustMinLegalVectorWidth()