Home
last modified time | relevance | path

Searched refs:AttributeSets (Results 1 – 5 of 5) 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/llvm-project/llvm/include/llvm/IR/
DFunction.h79 AttributeList AttributeSets; ///< Parameter attributes variable
239 AttributeList getAttributes() const { return AttributeSets; } in getAttributes()
242 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes()
346 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
351 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
369 AttributeSets.getStackAlignment(AttributeList::FunctionIndex)) in getFnStackAlignment()
378 return AttributeSets.getStackAlignment(AttributeList::FunctionIndex); in getFnStackAlign()
446 return AttributeSets.getAttribute(i, Kind); in getAttribute()
451 return AttributeSets.getAttribute(i, Kind); in getAttribute()
479 return AttributeSets.getParamAlignment(ArgNo); in getParamAlign()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h77 AttributeList AttributeSets; ///< Parameter attributes variable
223 AttributeList getAttributes() const { return AttributeSets; } in getAttributes()
226 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes()
324 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
329 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
347 AttributeSets.getStackAlignment(AttributeList::FunctionIndex)) in getFnStackAlignment()
414 return AttributeSets.getAttribute(i, Kind); in getAttribute()
419 return AttributeSets.getAttribute(i, Kind); in getAttribute()
447 return AttributeSets.getParamAlignment(ArgNo); in getParamAlign()
452 Type *Ty = AttributeSets.getParamByValType(ArgNo); in getParamByValType()
[all …]
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp151 LLVMContext &C, ArrayRef<AttrPtrIdxVecVecTy> AttributeSets) { in convertAttributeRefVecToAttributeList() argument
153 SetVec.reserve(AttributeSets.size()); in convertAttributeRefVecToAttributeList()
155 transform(AttributeSets, std::back_inserter(SetVec), in convertAttributeRefVecToAttributeList()