| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Attributes.cpp | 742 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute() 749 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute() 752 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() function in AttributeSet 1396 return addAttributes(C, Index, B); in addAttribute() 1403 return addAttributes(C, Index, B); in addAttribute() 1416 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeList 1523 return addAttributes(C, Index, B); in addDereferenceableAttr() 1531 return addAttributes(C, Index, B); in addDereferenceableOrNullAttr() 1540 return addAttributes(C, Index, B); in addAllocSizeAttr() 1548 return addAttributes(C, Index, B); in addVScaleRangeAttr()
|
| H A D | Function.cpp | 358 F->addAttributes(AttributeList::FunctionIndex, B); in createWithDefaultAttr() 545 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { in addAttributes() function in Function 547 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 340 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash 367 addAttributes(Die); in computeHash()
|
| H A D | DIEHash.h | 49 void addAttributes(const DIE &Die);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 65 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in createThunkFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 292 LLVM_NODISCARD AttributeSet addAttributes(LLVMContext &C, 462 LLVM_NODISCARD AttributeList addAttributes(LLVMContext &C, unsigned Index, 491 return addAttributes(C, ArgNo + FirstArgIndex, B);
|
| H A D | Function.h | 410 void addAttributes(unsigned i, const AttrBuilder &Attrs);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 492 F.addAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 346 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in getEmscriptenFunction() 351 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in getEmscriptenFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 50 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 41 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() function in OpenMPIRBuilder 59 FnAttrs = FnAttrs.addAttributes(Ctx, FnAttrSet); \ in addAttributes() 60 RetAttrs = RetAttrs.addAttributes(Ctx, RetAttrSet); \ in addAttributes() 63 ArgAttrs[ArgNo].addAttributes(Ctx, ArgAttrSets[ArgNo]); \ in addAttributes() 118 addAttributes(FnID, *Fn); in getOrCreateRuntimeFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 682 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs)); in setFunctionAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 887 NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, in create() 897 NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, FnAttrs); in create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1754 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in SetLLVMFunctionAttributesForDefinition() 1841 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in SetLLVMFunctionAttributesForDefinition() 1891 F->addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs); in setLLVMFunctionFEnvAttributes() 2008 F->addAttributes(llvm::AttributeList::FunctionIndex, Attrs); in setNonAliasAttributes() 3588 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in GetOrCreateLLVMFunction()
|
| H A D | TargetInfo.cpp | 830 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B); in setTargetAttributes() 836 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B); in setTargetAttributes() 842 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B); in setTargetAttributes() 6329 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B); in setTargetAttributes()
|
| H A D | CGCall.cpp | 1873 F.addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs); in addDefaultFunctionDefinitionAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 362 NewAttrs.addAttributes(BD.getContext(), AttributeList::FunctionIndex, AB); in TestFuncAttrs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 789 void addAttributes(ParsedAttributesView &AL) { in addAttributes() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 155 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in validateEndOfModule() 163 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in validateEndOfModule() 171 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in validateEndOfModule() 179 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in validateEndOfModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 333 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration); in collectUses()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1262 AL.addAttributes(Context, AttributeList::ReturnIndex, Valid); in AddReturnAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 55 DS.addAttributes(*Attrs); in ParseTypeName()
|