Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1989 Attribute CallerAttr = Caller.getFnAttribute("stack-probe-size"); in adjustCallerStackProbeSize() local
1990 if (CallerAttr.isValid()) { in adjustCallerStackProbeSize()
1992 CallerAttr.getValueAsString().getAsInteger(0, CallerStackProbeSize); in adjustCallerStackProbeSize()
2015 Attribute CallerAttr = Caller.getFnAttribute("min-legal-vector-width"); in adjustMinLegalVectorWidth() local
2016 if (CallerAttr.isValid()) { in adjustMinLegalVectorWidth()
2020 CallerAttr.getValueAsString().getAsInteger(0, CallerVectorWidth); in adjustMinLegalVectorWidth()