Searched refs:getAttributes (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h222 AttributeSet getAttributes() const { function in class:llvm::GlobalVariable
243 return getAttributes().hasAttribute("bss-section") ||
244 getAttributes().hasAttribute("data-section") ||
245 getAttributes().hasAttribute("relro-section") ||
246 getAttributes().hasAttribute("rodata-section");
H A DInstrTypes.h1390 AttributeList getAttributes() const { return Attrs; } function in class:llvm::CmpInst::CallBase
1408 AttributeList PAL = getAttributes();
1415 AttributeList PAL = getAttributes();
1423 AttributeList PAL = getAttributes();
1431 AttributeList PAL = getAttributes();
1438 AttributeList PAL = getAttributes();
1445 AttributeList PAL = getAttributes();
1453 AttributeList PAL = getAttributes();
1461 AttributeList PAL = getAttributes();
1468 AttributeList PAL = getAttributes();
[all...]
H A DFunction.h230 AttributeList getAttributes() const { return AttributeSets; } function in class:llvm::Function
258 setAttributes(getAttributes().removeAttribute(
413 return getAttributes().hasAttribute(i, Kind);
418 return getAttributes().hasParamAttribute(ArgNo, Kind);
423 return getAttributes().getParamAttr(ArgNo, Kind);
H A DIntrinsics.h75 AttributeList getAttributes(LLVMContext &C, ID id);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes());
H A DFunctionComparator.cpp114 AttributeSet LAS = L.getAttributes(i);
115 AttributeSet RAS = R.getAttributes(i);
589 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes()))
819 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes()))
H A DSimplifyLibCalls.cpp544 NewCI->setAttributes(CI->getAttributes());
571 NewCI->setAttributes(CI->getAttributes());
606 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0));
607 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
620 NewCI->setAttributes(CI->getAttributes());
1097 NewCI->setAttributes(CI->getAttributes());
1146 NewCI->setAttributes(CI->getAttributes());
1159 NewCI->setAttributes(CI->getAttributes());
1199 Malloc->getAttributes(), B, *TLI)) {
1219 NewCI->setAttributes(CI->getAttributes());
[all...]
H A DAssumeBundleBuilder.cpp208 for (Attribute Attr : AttrList.getAttributes(Idx))
213 addAttrList(Call->getAttributes());
215 addAttrList(Fn->getAttributes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1229 CurBuilder.merge(List.getAttributes(I - 1));
1270 const MaybeAlign OldAlign = getAttributes(Index).getAlignment();
1392 return getAttributes(ArgNo + FirstArgIndex);
1396 return getAttributes(ReturnIndex);
1400 return getAttributes(FunctionIndex);
1405 return getAttributes(Index).hasAttribute(Kind);
1409 return getAttributes(Index).hasAttribute(Kind);
1413 return getAttributes(Index).hasAttributes();
1436 return getAttributes(Index).getAttribute(Kind);
1440 return getAttributes(Inde
1480 AttributeSet AttributeList::getAttributes(unsigned Index) const { function in class:AttributeList
[all...]
H A DFunction.cpp126 AttributeList Attrs = getParent()->getAttributes();
134 = getParent()->getAttributes().getParamAttributes(getArgNo());
217 AttributeList Attrs = getParent()->getAttributes();
223 AttributeList AL = getParent()->getAttributes();
315 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
441 AttributeList PAL = getAttributes();
447 AttributeList PAL = getAttributes();
453 AttributeList PAL = getAttributes();
459 AttributeList PAL = getAttributes();
465 AttributeList PAL = getAttributes();
[all...]
H A DInstruction.cpp433 CI->getAttributes() == cast<CallInst>(I2)->getAttributes() &&
437 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes() &&
441 CI->getAttributes() == cast<CallBrInst>(I2)->getAttributes() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp75 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h95 const LoopAttributes &getAttributes() const { return Attrs; } function in class:clang::CodeGen::LoopInfo
218 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp100 MF->getFunction().getAttributes().hasAttrSomewhere(
134 MF->getFunction().getAttributes().hasAttrSomewhere(
200 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
233 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp143 MASSVEntryName, Func.getFunctionType(), Func.getAttributes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp94 AttributeList Attrs = CalleeFn->getAttributes();
H A DX86RegisterInfo.cpp378 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);
495 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp187 AttributeList PAL = CB->getAttributes();
487 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) ||
488 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) {
747 const AttributeList &PAL = F->getAttributes();
884 const AttributeList &CallPAL = CB.getAttributes();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp201 MF->getFunction().getAttributes().hasAttrSomewhere(
217 MF.getFunction().getAttributes().hasAttrSomewhere(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp237 llvm::AttributeList call_attribs = call_inst->getAttributes();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp351 EnumerateAttributes(F.getAttributes());
438 EnumerateAttributes(Call->getAttributes());
957 AttributeSet AS = PAL.getAttributes(i);
1004 EnumerateAttributes(F.getAttributes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp258 auto Attrs = GVar->getAttributes();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1567 for (ParsedAttr &AL : DS.getAttributes()) {
1575 DS.getAttributes().remove(AL);
3415 ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs);
3420 ParseMicrosoftDeclSpecs(DS.getAttributes());
3428 DS.getAttributes().addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc,
3449 ParseMicrosoftTypeAttributes(DS.getAttributes());
3454 ParseBorlandTypeAttributes(DS.getAttributes());
3459 ParseOpenCLKernelAttributes(DS.getAttributes());
3466 ParseNullabilityTypeSpecifiers(DS.getAttributes());
3471 DS.getAttributes()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h800 ParsedAttributes &getAttributes() { return Attrs; } function in class:clang::DeclSpec
801 const ParsedAttributes &getAttributes() const { return Attrs; } function in class:clang::DeclSpec
1475 MethodQualifiers->getAttributes().size());
2504 const ParsedAttributes &getAttributes() const { return Attrs; }
2505 ParsedAttributes &getAttributes() { return Attrs; }
2509 if (!getAttributes().empty() || getDeclSpec().hasAttributes())

Completed in 293 milliseconds

12345