Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DFunction.h58 AttributeSet AttributeSets; ///< Parameter attributes
163 AttributeSet getAttributes() const { return AttributeSets; }
166 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; }
170 setAttributes(AttributeSets.addAttribute(getContext(),
176 setAttributes(AttributeSets.removeAttribute(
183 AttributeSets.addAttribute(getContext(),
188 AttributeSets.addAttribute(getContext(),
200 return AttributeSets.hasFnAttribute(Kind);
203 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
218 return AttributeSets.getStackAlignment(AttributeSet::FunctionIndex);
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h66 AttributeSet AttributeSets; ///< Parameter attributes variable
172 AttributeSet getAttributes() const { return AttributeSets; } in getAttributes()
175 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; } in setAttributes()
199 setAttributes(AttributeSets.removeAttribute( in removeFnAttr()
223 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
226 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
241 return AttributeSets.getStackAlignment(AttributeSet::FunctionIndex); in getFnStackAlignment()
277 return AttributeSets.getAttribute(i, Kind); in getAttribute()
281 return AttributeSets.getAttribute(i, Kind); in getAttribute()
293 return AttributeSets.getParamAlignment(i); in getParamAlignment()
[all …]