Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp485 bool hasAttributes = false; in printName() local
525 hasAttributes = true; in printName()
531 hasAttributes = true; in printName()
536 hasAttributes = true; in printName()
541 hasAttributes = true; in printName()
546 hasAttributes = true; in printName()
551 hasAttributes = true; in printName()
566 hasAttributes = true; in printName()
573 hasAttributes = true; in printName()
578 hasAttributes = true; in printName()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h213 bool hasAttributes() const { in hasAttributes() function
214 return Attrs.hasAttributes(); in hasAttributes()
236 if (!hasAttributes()) in getAttributesAsList()
H A DAttributes.h357 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
1049 bool hasAttributes() const { return !Attrs.empty(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp737 if (!hasAttributes()) in addAttributes()
740 if (!AS.hasAttributes()) in addAttributes()
1204 return !Pair.second.hasAttributes(); in get()
1229 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1237 if (RetAttrs.hasAttributes()) in get()
1239 else if (FnAttrs.hasAttributes()) in get()
1264 if (!Attrs.hasAttributes()) in get()
1367 while (!AttrSets.empty() && !AttrSets.back().hasAttributes()) in setAttributesAtIndex()
1377 if (!B.hasAttributes()) in addAttributesAtIndex()
1505 return getAttributes(Index).hasAttributes(); in hasAttributesAtIndex()
[all …]
H A DAttributeImpl.h253 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DAsmWriter.cpp1001 if (Attrs.hasAttributes()) in processModule()
1032 if (FnAttrs.hasAttributes()) in processModule()
1073 if (Attrs.hasAttributes()) in processFunction()
1317 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()
2791 if (Attrs.hasAttributes()) { in writeParamOperand()
3737 if (Attrs.hasAttributes()) in printGlobal()
3917 if (ArgAttrs.hasAttributes()) { in printFunction()
4008 if (Attrs.hasAttributes()) { in printArgument()
H A DVerifier.cpp1861 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
2012 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DDXILValueEnumerator.cpp398 if (GV.hasAttributes()) in ValueEnumerator()
1011 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DDXILBitcodeWriter.cpp943 if (AS.hasAttributes()) in writeAttributeTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DValueEnumerator.cpp360 if (GV.hasAttributes()) in ValueEnumerator()
1006 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp919 if (AS.hasAttributes()) in writeAttributeTable()
1457 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h832 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2613 bool hasAttributes() const { in hasAttributes() function
2615 getDeclSpec().hasAttributes()) in hasAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1380 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes()
1464 if (ValidPG.hasAttributes()) { in AddReturnAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1411 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1446 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp()
3115 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2862 if (Attrs.hasAttributes()) { in ConstructAttributeList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2738 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp495 .hasAttributes()) in isLibCallInTailPosition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp70 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()