| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 1006 ParamAttrs(AttributeSet(),AttributeSet(),AttributeSet(), SExt)) 1008 ParamAttrs(AttributeSet(), AttributeSet(), AttributeSet(), SExt, 1009 AttributeSet(), AttributeSet(), AttributeSet(), 1010 AttributeSet(), AttributeSet(), AttributeSet(), 1014 AttributeSet(), AttributeSet(), AttributeSet(), 1019 AttributeSet(), AttributeSet(), AttributeSet(), 1020 AttributeSet(), AttributeSet(), AttributeSet(), 1034 AttributeSet(), AttributeSet(), AttributeSet(), 1043 AttributeSet(), AttributeSet(), AttributeSet(), 1049 AttributeSet(), AttributeSet(), AttributeSet(), [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 712 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get() 716 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get() 720 AttributeSet AttributeSet::addAttribute(LLVMContext &C, in addAttribute() 728 AttributeSet AttributeSet::addAttribute(LLVMContext &C, StringRef Kind, in addAttribute() 735 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() 748 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() 756 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() 764 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() 836 AttributeSet::getAllocSizeArgs() const { in getAllocSizeArgs() 878 AttributeSet::iterator AttributeSet::begin() const { in begin() [all …]
|
| H A D | AttributeImpl.h | 294 private TrailingObjects<AttributeListImpl, AttributeSet> { 306 size_t numTrailingObjects(OverloadToken<AttributeSet>) { return NumAttrSets; } in numTrailingObjects() argument 309 AttributeListImpl(ArrayRef<AttributeSet> Sets); 327 using iterator = const AttributeSet *; 329 iterator begin() const { return getTrailingObjects<AttributeSet>(); } in begin() 333 static void Profile(FoldingSetNodeID &ID, ArrayRef<AttributeSet> Nodes);
|
| H A D | TypeFinder.cpp | 195 for (AttributeSet AS : AL) in incorporateAttributes()
|
| H A D | AsmWriter.cpp | 724 DenseMap<AttributeSet, unsigned> asMap; 783 int getAttributeGroupSlot(AttributeSet AS); 838 void CreateAttributeSetSlot(AttributeSet AS); 1031 AttributeSet FnAttrs = F.getAttributes().getFnAttrs(); in processModule() 1222 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { in getAttributeGroupSlot() 1316 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { in CreateAttributeSetSlot() 2663 void printArgument(const Argument *FA, AttributeSet Attrs); 2782 AttributeSet Attrs) { in writeParamOperand() 3861 AttributeSet AS = Attrs.getFnAttrs(); in printFunction() 3916 AttributeSet ArgAttrs = Attrs.getParamAttrs(I); in printFunction() [all …]
|
| H A D | Function.cpp | 182 static Type *getMemoryParamAllocType(AttributeSet ParamAttrs) { in getMemoryParamAllocType() 200 AttributeSet ParamAttrs = in getPassPointeeByValueCopySize() 208 AttributeSet ParamAttrs = in getPointeeInMemoryValueType()
|
| H A D | Verifier.cpp | 227 void Write(const AttributeSet *AS) { in Write() 594 void verifyAttributeTypes(AttributeSet Attrs, const Value *V); 595 void verifyParameterAttrs(AttributeSet Attrs, Type *Ty, const Value *V); 1831 void Verifier::verifyAttributeTypes(AttributeSet Attrs, const Value *V) { in verifyAttributeTypes() 1859 void Verifier::verifyParameterAttrs(AttributeSet Attrs, Type *Ty, in verifyParameterAttrs() 2029 AttributeSet RetAttrs = Attrs.getRetAttrs(); in verifyFunctionAttrs() 2053 AttributeSet ArgAttrs = Attrs.getParamAttrs(i); in verifyFunctionAttrs() 2482 AttributeSet ArgAttrs = Attrs.getParamAttrs(5 + i); in verifyStatepoint() 3492 AttributeSet ArgAttrs = Attrs.getParamAttrs(Idx); in visitCallBase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 297 class AttributeSet { 313 AttributeSet() = default; 314 AttributeSet(const AttributeSet &) = default; 315 ~AttributeSet() = default; 350 [[nodiscard]] AttributeSet 407 static AttributeSet getEmptyKey() { 413 static AttributeSet getTombstoneKey() { 424 static bool isEqual(AttributeSet LHS, AttributeSet RHS) { return LHS == RHS; } 446 friend class AttributeSet; 752 AttributeSet getRetAttrs() const; [all …]
|
| H A D | GlobalVariable.h | 42 AttributeSet Attrs; 228 AttributeSet getAttributes() const { in getAttributes() 238 std::pair<unsigned, AttributeSet> AS[1] = {{index, Attrs}}; in getAttributesAsList() 243 void setAttributes(AttributeSet A) { in setAttributes()
|
| H A D | AttributeMask.h | 38 AttributeMask(AttributeSet AS) { in AttributeMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 194 SmallVector<AttributeSet, 8> ArgAttrs; in deleteDeadVarargs() 751 SmallVector<AttributeSet, 8> ArgAttrVec; in removeDeadStuffFromFunction() 854 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); in removeDeadStuffFromFunction() 857 AttributeSet FnAttrs = in removeDeadStuffFromFunction() 896 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); in removeDeadStuffFromFunction() 908 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction() 915 ArgAttrVec.push_back(AttributeSet::get( in removeDeadStuffFromFunction() 935 AttributeSet FnAttrs = CallPAL.getFnAttrs().removeAttribute( in removeDeadStuffFromFunction()
|
| H A D | Attributor.cpp | 1138 AttributeSet AS = AL.getAttributes(AttrIdx); in updateAttrMap() 1203 AttributeSet AttrSet, AttributeMask &, in getAttrs() 1235 auto RemoveAttrCB = [&](StringRef Attr, AttributeSet AttrSet, in removeAttrs() 2995 SmallVector<AttributeSet, 16> NewArgumentAttributes; in rewriteFunctionSignatures() 3005 AttributeSet()); in rewriteFunctionSignatures() 3087 SmallVector<AttributeSet, 16> NewArgOperandAttributes; in rewriteFunctionSignatures() 3101 AttributeSet()); in rewriteFunctionSignatures() 3338 AttributeSet Attrs) { in checkAndQueryIRAttr() 3433 AttributeSet RetAttrs = Attrs.getRetAttrs(); in identifyDefaultAbstractAttributes() 3469 AttributeSet ArgAttrs = Attrs.getParamAttrs(ArgNo); in identifyDefaultAbstractAttributes() [all …]
|
| H A D | ArgumentPromotion.cpp | 123 SmallVector<AttributeSet, 8> ArgAttrVec; in doPromotion() 146 ArgAttrVec.push_back(AttributeSet()); in doPromotion() 249 ArgAttrVec.push_back(AttributeSet()); in doPromotion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 504 SmallVector<AttributeSet, 4> NewArgAttrs; in promoteCall() 525 NewArgAttrs.push_back(AttributeSet::get(Ctx, ArgAttrs)); in promoteCall() 544 AttributeSet::get(Ctx, RAttrs), in promoteCall()
|
| H A D | FunctionComparator.cpp | 122 AttributeSet LAS = L.getAttributes(i); in cmpAttrs() 123 AttributeSet RAS = R.getAttributes(i); in cmpAttrs() 124 AttributeSet::iterator LI = LAS.begin(), LE = LAS.end(); in cmpAttrs() 125 AttributeSet::iterator RI = RAS.begin(), RE = RAS.end(); in cmpAttrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 550 AttributeSet Attrs; 551 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() 608 AttributeSet Attrs; 610 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.h | 55 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 52 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 539 SmallVector<AttributeSet, 8> ArgAttributes; in wrapInvoke() 543 ArgAttributes.push_back(AttributeSet()); in wrapInvoke() 564 C, AttributeSet::get(C, FnAttrs), InvokeAL.getRetAttrs(), ArgAttributes); in wrapInvoke()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 240 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule() 1412 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal() 2940 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in parseParameterList() 6137 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader() 6146 AttributeSet::get(Context, RetAttrs), Attrs); in parseFunctionHeader() 6893 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke() 6919 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseInvoke() 7206 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr() 7232 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCallBr() 7599 SmallVector<AttributeSet, 8> Attrs; in parseCall() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 302 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttrs();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3995 SmallVector<AttributeSet, 8> ArgAttrs; in transformConstExprCastCall() 4028 ArgAttrs.push_back(AttributeSet()); in transformConstExprCastCall() 4053 AttributeSet FnAttrs = CallerPAL.getFnAttrs(); in transformConstExprCastCall() 4061 Ctx, FnAttrs, AttributeSet::get(Ctx, RAttrs), ArgAttrs); in transformConstExprCastCall() 4134 AttributeSet NestAttr; in transformCallThroughTrampoline() 4140 AttributeSet AS = NestAttrs.getParamAttrs(NestArgNo); in transformCallThroughTrampoline() 4151 std::vector<AttributeSet> NewArgAttrs; in transformCallThroughTrampoline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVOptWInstrs.cpp | 468 const AttributeSet &Attrs = CalleeFn->getAttributes().getRetAttrs(); in isSignExtendedW()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2628 SmallVector<llvm::AttributeSet, 4> ArgAttrs(IRFunctionArgs.totalIRArgs()); in ConstructAttributeList() 2641 llvm::AttributeSet::get(getLLVMContext(), SRETAttrs); in ConstructAttributeList() 2649 llvm::AttributeSet::get(getLLVMContext(), Attrs); in ConstructAttributeList() 2687 ArgAttrs[IRArgs.first] = llvm::AttributeSet::get(getLLVMContext(), Attrs); in ConstructAttributeList() 2702 llvm::AttributeSet::get( in ConstructAttributeList() 2867 getLLVMContext(), llvm::AttributeSet::get(getLLVMContext(), Attrs)); in ConstructAttributeList() 2873 getLLVMContext(), llvm::AttributeSet::get(getLLVMContext(), FuncAttrs), in ConstructAttributeList() 2874 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs); in ConstructAttributeList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 323 SmallDenseSet<uint16_t> AttributeSet; in verifyAbbrevSection() local 325 auto Result = AttributeSet.insert(Attribute.Attr); in verifyAbbrevSection()
|