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

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h223 AttributeSet getAttributes() const { function in class:llvm::GlobalVariable
244 return getAttributes().hasAttribute("bss-section") ||
245 getAttributes().hasAttribute("data-section") ||
246 getAttributes().hasAttribute("relro-section") ||
247 getAttributes().hasAttribute("rodata-section");
H A DInstrTypes.h1384 AttributeList getAttributes() const { return Attrs; } function in class:llvm::CallBase
1402 AttributeList PAL = getAttributes();
1409 AttributeList PAL = getAttributes();
1417 AttributeList PAL = getAttributes();
1425 AttributeList PAL = getAttributes();
1432 AttributeList PAL = getAttributes();
1439 AttributeList PAL = getAttributes();
1447 AttributeList PAL = getAttributes();
1455 AttributeList PAL = getAttributes();
1462 AttributeList PAL = getAttributes();
[all...]
H A DFunction.h223 AttributeList getAttributes() const { return AttributeSets; } function in class:llvm::Function
251 setAttributes(getAttributes().removeAttribute(
399 return getAttributes().hasAttribute(i, Kind);
404 return getAttributes().hasParamAttribute(ArgNo, Kind);
409 return getAttributes().getParamAttr(ArgNo, Kind);
H A DIntrinsics.h74 AttributeList getAttributes(LLVMContext &C, ID id);
H A DCallSite.h337 AttributeList getAttributes() const { function in class:llvm::CallSiteBase
338 CALLSITE_DELEGATE_GETTER(getAttributes());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes());
H A DSimplifyLibCalls.cpp567 NewCI->setAttributes(CI->getAttributes());
595 NewCI->setAttributes(CI->getAttributes());
630 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0));
631 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
644 NewCI->setAttributes(CI->getAttributes());
1121 NewCI->setAttributes(CI->getAttributes());
1171 NewCI->setAttributes(CI->getAttributes());
1184 NewCI->setAttributes(CI->getAttributes());
1224 Malloc->getAttributes(), B, *TLI)) {
1245 NewCI->setAttributes(CI->getAttributes());
[all...]
H A DFunctionComparator.cpp109 AttributeSet LAS = L.getAttributes(i);
110 AttributeSet RAS = R.getAttributes(i);
576 if (int Res = cmpAttrs(CSL.getAttributes(), CSR.getAttributes()))
796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1125 CurBuilder.merge(List.getAttributes(I - 1));
1166 const MaybeAlign OldAlign = getAttributes(Index).getAlignment();
1290 return getAttributes(ArgNo + FirstArgIndex);
1294 return getAttributes(ReturnIndex);
1298 return getAttributes(FunctionIndex);
1303 return getAttributes(Index).hasAttribute(Kind);
1307 return getAttributes(Index).hasAttribute(Kind);
1311 return getAttributes(Index).hasAttributes();
1344 return getAttributes(Index).getAttribute(Kind);
1348 return getAttributes(Inde
1384 AttributeSet AttributeList::getAttributes(unsigned Index) const { function in class:AttributeList
[all...]
H A DFunction.cpp119 AttributeList Attrs = getParent()->getAttributes();
188 AttributeList Attrs = getParent()->getAttributes();
194 AttributeList AL = getParent()->getAttributes();
286 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
400 AttributeList PAL = getAttributes();
406 AttributeList PAL = getAttributes();
412 AttributeList PAL = getAttributes();
418 AttributeList PAL = getAttributes();
424 AttributeList PAL = getAttributes();
430 AttributeList PAL = getAttributes();
[all...]
H A DInstruction.cpp406 CI->getAttributes() == cast<CallInst>(I2)->getAttributes() &&
410 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes() &&
414 CI->getAttributes() == cast<CallBrInst>(I2)->getAttributes() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp75 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp110 MASSVEntryName, Func.getFunctionType(), Func.getAttributes());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp94 AttributeList Attrs = CalleeFn->getAttributes();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h94 const LoopAttributes &getAttributes() const { return Attrs; } function in class:clang::CodeGen::LoopInfo
216 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp204 MF->getFunction().getAttributes().hasAttrSomewhere(
220 MF.getFunction().getAttributes().hasAttrSomewhere(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp333 EnumerateAttributes(F.getAttributes());
418 EnumerateAttributes(Call->getAttributes());
931 AttributeSet AS = PAL.getAttributes(i);
975 EnumerateAttributes(F.getAttributes());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp237 llvm::AttributeList call_attribs = call_inst->getAttributes();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp253 auto Attrs = GVar->getAttributes();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp187 AttributeList PAL = CS.getAttributes();
490 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) {
745 const AttributeList &PAL = F->getAttributes();
883 const AttributeList &CallPAL = CS.getAttributes();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1715 for (ParsedAttr &AL : DS.getAttributes()) {
1723 DS.getAttributes().remove(AL);
3532 ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs);
3537 ParseMicrosoftDeclSpecs(DS.getAttributes());
3545 DS.getAttributes().addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc,
3566 ParseMicrosoftTypeAttributes(DS.getAttributes());
3571 ParseBorlandTypeAttributes(DS.getAttributes());
3576 ParseOpenCLKernelAttributes(DS.getAttributes());
3583 ParseNullabilityTypeSpecifiers(DS.getAttributes());
3588 DS.getAttributes()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp224 return getMutableDeclSpec().getAttributes();
234 for (ParsedAttr &AL : spec.getAttributes())
335 getMutableDeclSpec().getAttributes().clearListOnly();
337 getMutableDeclSpec().getAttributes().addAtEnd(AL);
553 declarator.getMutableDeclSpec().getAttributes().takeOneFrom(
554 declarator.getAttributes(), &attr);
562 moveAttrFromListToList(attr, declarator.getAttributes(),
568 declarator.getAttributes().remove(&attr);
636 state.getDeclarator().getAttributes());
659 state, attr, declarator.getAttributes(), declSpecTyp
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h787 ParsedAttributes &getAttributes() { return Attrs; } function in class:clang::DeclSpec
788 const ParsedAttributes &getAttributes() const { return Attrs; } function in class:clang::DeclSpec
1480 MethodQualifiers->getAttributes().size());
2496 const ParsedAttributes &getAttributes() const { return Attrs; }
2497 ParsedAttributes &getAttributes() { return Attrs; }
2501 if (!getAttributes().empty() || getDeclSpec().hasAttributes())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp66 MF->getFunction().getAttributes().hasAttrSomewhere(
136 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))

Completed in 249 milliseconds

12345