Home
last modified time | relevance | path

Searched refs:addAttributes (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h49 void addAttributes(const DIE &Die);
H A DDIEHash.cpp340 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash
367 addAttributes(Die); in computeHash()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp603 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute()
610 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute()
613 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() function in AttributeSet
1227 return addAttributes(C, Index, B); in addAttribute()
1234 return addAttributes(C, Index, B); in addAttribute()
1247 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeList
1343 return addAttributes(C, Index, B); in addDereferenceableAttr()
1351 return addAttributes(C, Index, B); in addDereferenceableOrNullAttr()
1360 return addAttributes(C, Index, B); in addAllocSizeAttr()
1368 return addAttributes(C, Index, B); in addVScaleRangeAttr()
H A DFunction.cpp357 F->addAttributes(AttributeList::FunctionIndex, B); in createWithDefaultAttr()
544 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { in addAttributes() function in Function
546 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h65 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in createThunkFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h304 LLVM_NODISCARD AttributeSet addAttributes(LLVMContext &C,
475 LLVM_NODISCARD AttributeList addAttributes(LLVMContext &C, unsigned Index,
504 return addAttributes(C, ArgNo + FirstArgIndex, B);
H A DFunction.h411 void addAttributes(unsigned i, const AttrBuilder &Attrs);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp492 F.addAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp356 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in getEmscriptenFunction()
361 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in getEmscriptenFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h50 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp42 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() function in OpenMPIRBuilder
60 FnAttrs = FnAttrs.addAttributes(Ctx, FnAttrSet); \ in addAttributes()
61 RetAttrs = RetAttrs.addAttributes(Ctx, RetAttrSet); \ in addAttributes()
64 ArgAttrs[ArgNo].addAttributes(Ctx, ArgAttrSets[ArgNo]); \ in addAttributes()
119 addAttributes(FnID, *Fn); in getOrCreateRuntimeFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp675 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs)); in setFunctionAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp909 NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, in create()
934 NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, FnAttrs); in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1784 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in SetLLVMFunctionAttributesForDefinition()
1871 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in SetLLVMFunctionAttributesForDefinition()
1921 F->addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs); in setLLVMFunctionFEnvAttributes()
2038 F->addAttributes(llvm::AttributeList::FunctionIndex, Attrs); in setNonAliasAttributes()
3618 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in GetOrCreateLLVMFunction()
H A DTargetInfo.cpp830 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()
6346 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B); in setTargetAttributes()
H A DCGCall.cpp1874 F.addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs); in addDefaultFunctionDefinitionAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp362 NewAttrs.addAttributes(BD.getContext(), AttributeList::FunctionIndex, AB); in TestFuncAttrs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h789 void addAttributes(ParsedAttributesView &AL) { in addAttributes() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp155 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1263 AL.addAttributes(Context, AttributeList::ReturnIndex, Valid); in AddReturnAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp347 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration); in collectUses()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp55 DS.addAttributes(*Attrs); in ParseTypeName()