Home
last modified time | relevance | path

Searched refs:AttributeSets (Results 1 – 3 of 3) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h78 AttributeList AttributeSets; ///< Parameter attributes variable
210 AttributeList getAttributes() const { return AttributeSets; } in getAttributes()
213 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes()
308 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
313 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
330 return AttributeSets.getStackAlignment(AttributeList::FunctionIndex); in getFnStackAlignment()
390 return AttributeSets.getAttribute(i, Kind); in getAttribute()
395 return AttributeSets.getAttribute(i, Kind); in getAttribute()
415 return AttributeSets.getParamAlignment(ArgNo); in getParamAlignment()
422 return AttributeSets.getDereferenceableBytes(i); in getDereferenceableBytes()
[all …]